Julian Fox (greataussiepie)
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] Does not work with 3.8You should post that problem in the relevant forum, this is for the WordPress importer, i believe you are after the tumblr importer
Tumblr importer support –
https://www.ads-software.com/support/plugin/tumblr-importerWordPress importer support – https://www.ads-software.com/support/plugin/wordpress-importer
Forum: Plugins
In reply to: [WP Family Tree] Organisational StructureI would also be interested in something like this.
and it would be really awesome if the tree structure had an option to use users from the database as people in the hierarchy/organisational structure.
Forum: Plugins
In reply to: [WordPress Importer] Does not work with 3.8I found a solution for a similar problem by adding
php_flag display_errors Off
to my .htaccess file I also had to addphp_value max_execution_time 259200
but i think this was related to a different issue.I had the same problem as @socialmgtech and @b_garcia for a different application that runs on php and mysql the same as wordpress, it is called vtiger. when i installed it, it would show a bunch of error warnings as described in socialmgtechs post.
i found out that these are just error warnings and are referring to php code that isn’t needed, but this doesn’t impact the functionality.
all I needed to do was set
php_flag display_errors Off
, i didnt have access to my php.ini file so i put this line of code in my .htaccess file and this stopped the warnings and errors from displaying, which then allowed vtiger to render in the browser as normal. and it functions as normal.I assume the same can be said for WordPress, however i will note that i did not have these issues with WordPress, but i did with vtiger, and they are both installed on the same shared server hosting account, in separate folders.
Julian
Forum: Plugins
In reply to: [Achievements for WordPress] auto send coupon code to Achievement winnerThanks for getting back to me.
I found a solution that works for me by setting an achievement to private, which basically only allows those who have received the achievement to see it. I am not sure if you intended this, but it seems to work.
I ran a few tests and I found that there is a work around that seems to work for my situation. I created an achievement with a coupon code in the body and after creating and saving the achievement I go into ‘view all achievements’ then quick edit the achievement and set it to private.
now when a user views another users achievements he will not see the achievement unless he also has the achievement. but everyone will see the notification in the activity streamIt will say ‘User unlocked achievement so and so’ in the activity stream for buddy-press which is good. If a user who has not received this private achievement clicks on the link, it will take them to a 404 page. so it is not perfect, but it is working for my needs.
I hope this helps someone. and thanks again for a awesome plugin ??
p.s I should have made it clear that users who have received an achievement will not get the 404 page and will be able to see the achievement as normal and in my case the coupon code.
Thanks
Julian