azchipka
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] "Powered by" link below Social Network iconsThe $9 a month access plan removes all the branding.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievement notification always shows upAm I reading what is stated correctly above that the notification window is designed to continue showing up into the member visits the my achievements page?
Forum: Plugins
In reply to: [Achievements for WordPress] Hand out the same award twice?+1 as someone who wishes it was
Forum: Plugins
In reply to: [Achievements for WordPress] Adjust Time of Award IssuedYep and of course as soon as I see it there it jumps right out at me.
Forum: Plugins
In reply to: [Achievements for WordPress] Adjust Time of Award IssuedOk so i dug all around the database and found everything except were the individual achievements earned are being stored. Any direction you can provide would be wonderful.
Forum: Plugins
In reply to: [Theme My Login] Buddy Press Support?The following options are not working for me:
Redirection when the user logs in from another page where a login form has been added. Specifically the account activation page.
Admin Approval of new accounts before they get access.
Forum: Plugins
In reply to: [Achievements for WordPress] Adjust Time of Award IssuedPaul can you tell me were in the mysql database I might be able to locate the records.
Paul can you confirm the following file is the table controller for the buddypress my achievements section.
content-author-achievement.php
Yep now I feel completely stupid. Thank you paul for putting up with the people who post problems on your support feed that completely over look the extremely easy and simple way of going about doing something and instead make things more difficult then they need to be.
For anyone who needs the short code in question its
[dpa-redeem-achievement-form]
.For what I am doing though I need the raw code because it needs to go in the buddypress member template file.
Thanks in advance for you help. Happy travels.
Forum: Plugins
In reply to: [Achievements for WordPress] Insert Unlocked By into TemplateSuper thank you I’ll look forward to getting it.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievement Page Shows Blog PostsDejavu by https://www.mysitemyway.com problem is present with all of the themes they make.
*******WORK AROUND FIX*******
For those with the same issue here is a completely awful but functional work around created at 4am.1. Create a new page, format how ever you want. Include the short code [dpa-achievements-index]. For anyone using mysitemyway.com themese wrap it in
[raw][/raw]
tags to resolve the formatting issues for the table.
2. In the root of your child theme place a file called archive-achievement.php. In that page include `<script type=”text/javascript”>
window.location.href=’URL-FROM-STEP-1′;
</script>`
*******/WORK AROUND FIX*******Forum: Plugins
In reply to: [Achievements for WordPress] Achievement Page Shows Blog PostsProblem discovered to be theme related and has nothing to do with the plugin. Thanks for the time helping out on this.
Managed to bypass the first instance of this by removing the prompt for the warning dialog but the same thing also occurs with every prompt.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievement Page Shows Blog PostsAlso heres a link to an achievement: https://dev.crew505.com/achievements/sea-scout-quartermaster-award
While I am looking at that page it also occurs to me I was trying to make a single-achievement.php template file and was wondering if you could provide the code that needs to be inserted at the base to pull the Earn By Data for insertion.
Thanks much