New answers tagged plugins
3 votes
How to get the actual number of inserted rows when writing to a table in a DolphinDB plugin function?
Thank you @Ted Lyngmo for the tip. After switching to tableInsert instead of append!, I am able to get the actual number of rows inserted: static FunctionDefSP appendFunc = heap->currentSession()-&...
0 votes
Sync topics completion status across all courses in LearnDash
It's been a year and I'm sure you've fixed it by now, but for anyone else looking ... The obvious :O) - you haven't closed the function: learndash_process_mark_complete($user_id, $topic_id, true, ...
1 vote
Accepted
DolphinDB Plugin Function Fails to Write Data to DFS
It is recommended to use the system's built-in append! function for writing to DFS tables. The "external partitions" error mentioned in the message is a self-protection mechanism of the ...
Advice
0 votes
0 replies
0 views
Advice
1 vote
0 replies
0 views
Coding minecraft plugin with java
There are some tutorials (out there) that teach you how to do some of this work. (Like this one: https://docs.papermc.io/velocity/dev/creating-your-first-plugin/ ) However, if you have zero experience ...
Top 50 recent answers are included
Related Tags
plugins × 25402wordpress × 4788
php × 2805
jquery × 2783
javascript × 2526
java × 2311
eclipse × 1753
c# × 1167
android × 1026
cordova × 890
maven × 800
html × 679
python × 573
c++ × 544
css × 518
woocommerce × 462
grails × 434
jenkins × 428
intellij-idea × 391
vim × 377
ruby-on-rails × 375
gradle × 371
facebook × 342
ios × 338
flutter × 337