KaFu
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Cannot work the Download Monitor plugin on PHP7Dear kimipooh,
thanks a lot for your posts! They saved me a lot of debug-work to get the old plugin version 3.3.6.2 to work under PHP7. Really much appreciated!
Best Regards
Forum: Plugins
In reply to: [WP-PostViews] [Plugin: WP-PostViews] back to version 1.60 !Same problem with WP-Postratings too.
Same here… had to go back to 1.60. Fixing this would be highly appreciated. In the source I saw a ajax ref to /wp-admin/admin-ajax.php triggering the htaccess auth query.
Thanks for your great plugins ?? !
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…Thanks for taking a deeper look :)…
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…The code above should be the minified version of what you’ve posted. Nevertheless I copied your original code to wp-dtree.js and replaced the wp-dtree.min.js on my server with this new version… exactly the same result as for my minified version above, opento does not seem to work at all.
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…wp-dtree.js does not seem to be used but wp-dtree.min.js
I changed this
wpdTree.prototype.openTo=function(b,a,c){if(!c){for(var e=0;e<this.adtNodes.length;e++){if(this.adtNodes[e].id==b){b=e;break}}}var d=this.adtNodes[b];if(d.pid==this.root.id||!d._p){return}d._io=true;d._is=a;if(this.completed&&d._hc){this.nodeStatus(true,d._ai,d._ls)}if(this.completed&&a){this.s(d._ai)}else{if(a){this._sn=d._ai}}this.openTo(d._p._ai,false,true)};
to this
wpdTree.prototype.openTo=function(b,a,c){for(var e=0;e<this.adtNodes.length;e++){if(this.adtNodes[e].id==b){b=e;var d=this.adtNodes[b];if(d.pid==this.root.id||!d._p){return}d._io=true;d._is=a;if(this.completed&&d._hc){this.nodeStatus(true,d._ai,d._ls)}if(this.completed&&a){this.s(d._ai)}else{if(a){this._sn=d._ai}}this.openTo(d._p._ai,false,true)}}};
but that seems to break the opento function and nothing is opened at all.
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…Hmm, tinkered with it without success, but my JS knowledge is just fundamental to say the least :). How about adding all valid IDs to a string during creation and check for the IDs existence (with something like instr?) as the first check in the function?
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…Hi Ulf,
I’ve found a related issue (still present in the dev version). In the categories widget if I open a page (which is not allocated to any category), not a post, the selection is opened up to a random category. I would have expected the tree to be collapsed instead.
https://funk.eu
Click on the “Contact” and “Imprint” links at the top, those are pages.Great work, keep it up!
Thanks and Best Regards
KarstenSame here… plugin update, active in plugintab, but no settings visible in dashboard anymore. Directly after upgrade, before dashboard was reloaded, i clicked the link at it said something about “insufficient access rights”…
Edit: Strange… manually browsed to “wp-admin/admin.php?page=download-monitor/wp-download_monitor.php”… and suddenly the download tab is there again! Now it seems to work…
Forum: Plugins
In reply to: [Plugin: WP-dTree] Unwanted bulletYour welcome :). I just see, that typing a < li > tag breaks the forum, ts….
Forum: Plugins
In reply to: [Plugin: WP-dTree] Unwanted bulletThe whole menu is enclosed in a
- tag, guess thats where the problem comes from.