Yaga Application - Support Question - Badges Not Found
Hi
First of all - Running versions:
Vanilla 2.1.10
Yaga 1.0.3
The Application seems to be doing everything correct on my installation, except that the domain.com/badges pages will not show!
Screenshot below:
How can I fix this problem?
0
Comments
Thanks for trying my addon!
The badges frontend has been moved to http://forums.example.com/yaga/badges.
Thanks for this fantastic application-addon-plugin. I will make duly sure to donate [as I also did with Peregrines Badges/Reactions plugin]
okay! ...
Question: Where should the link to the Yaga Badges frontend be located? Right now I have none visible anywhere.
You should be able to enable the links via the main Yaga settings page: "Show links in the main menu that describe your Yaga configuration"
Sorry, how silly. Was that there in the stable version? Not sure, how could I have missed it!?
I cloned your git repo and used that. Working now. I just need to make a apache redirect to all those old awards being redirected to the old /badges/ directory...
Thanks for your help
edit: I added this to the forum-root .htaccess file after the rewritebase line, et voila:
RewriteRule ^badges/(.*)$ yaga/badges/$1 [R=301,L]
[SOLVED][CLOSED]
It is any way to disable '/yaga/badges' html displaying page? I actually have badges disables but visitors are enable to type this URL and see the Yaga.Badges.All Yaga.LeaderBoard.Week Yaga.LeaderBoard.AllTime
thanks
@Deprecatedz : Well you could simply do it with a redirect like I posted about above. You just need to adjust my redirect rule above slightly. Take a look here: http://www.htaccessredirect.net/