djarzyna
Forum Replies Created
-
Forum: Plugins
In reply to: [DJD Site Post] Shortcode Not WorkingHard to tell what is wrong. From your site I can’t see anything. The plugin at least is active as I can see from the CSS loaded. The shortcode you mentioned above is the right one. Could you send a screenshot of the page in question loaded in the editor (backend) so I can see where and how you’ve included the shortcode?
Forum: Plugins
In reply to: [DJD Site Post] suggest some functionsThanks for your suggestions. The shortcode works already, edit function is comming…
Forum: Plugins
In reply to: [DJD Site Post] Add Media buttonFor the media file upload to work the logged in user must have at least the user role “Author”. If you use guest posts than for this guest posts you must select an user account that has at least the role “Author” associated with it.
Forum: Plugins
In reply to: [DJD Site Post] XML Parse Error :(Hi Martin,
I don’t see anything related to the plugin on your site. Dir you disable it?
Forum: Plugins
In reply to: [DJD Site Post] Feature requestsThank you for your suggestions. I noted them down.
Forum: Plugins
In reply to: [DJD Site Post] Great Plugin and..for EditHi Valuser,
thank you for your kind words.
I will look into it but I am afraid that this overwriting might not be possible since there are various ways themes can do front end edit and I cannot deal with all of them.
Forum: Plugins
In reply to: [DJD Site Post] errorI mark it as resolved.
Forum: Plugins
In reply to: [DJD Site Post] errorOk, should work now even with php prior version 5.3.
Forum: Plugins
In reply to: [DJD Site Post] errorGuys, stay tuned. Right now I don’t have the opportunity to change the code but I will do it asap. So most probably tomorrow this issue will be fixed.
Forum: Plugins
In reply to: [DJD Site Post] errorYes, that’s right. There are a couple more places. Basically all lines where you find an expression containing the ternary operator ?:
Another solution of course would be to upgrade php to at least 5.3.
Forum: Plugins
In reply to: [DJD Site Post] errorYeah, Kossut. That is no surprise for me anymore. As I said just five minutes before I’ve found what causes this error and I will fix it. Thanks for your participation.
Forum: Plugins
In reply to: [DJD Site Post] errorOk, got it now. You guys are running a php version prior 5.3, right? From php 5.3 on you can skip the middle part when using the ternary operator ?: when constructing if-then-else expressions. Prior 5.3 you wrote
a ? a : c
Beginning with 5.3 for the same result you can write
a ?: c
This is what I’ve done in my code and obviously this causes a syntax error on php prior 5.3.
I think tomorrow or the day after I will have some time to fix this in my code for the sake of backwards compatibility. So look for an update coming during the next couple of days. Otherwise you can fix the error by changing the lines in question the way I described above.
Forum: Plugins
In reply to: [DJD Site Post] errorThank you Kossut for the hint that there is more. Did you (or Osuru) try to change the code as I advised above? Would be helpful to know if it works after that change since I have difficulties to reproduce the error – on my installs it just works.
Forum: Plugins
In reply to: [DJD Site Post] Errors at installation with CrumbleMagazine themeOk, so I just installed a Czech WordPress and my plugin. Plugin works as it should. I am not using the CrumbleMagazine theme though, just TwentyTwelve. Can you please give me the url of the site where you see this problem?
Forum: Plugins
In reply to: [DJD Site Post] errorDid you try to change line 634 in djd-site-post.php as I recommended before?
Or, just to see if it can be activated this way, comment out line 634 (just put two slashes at tghe beginning of the line: // throw new ..