Yaga badges images not showing problem
Hello people,
I have installed Yaga application into vanilla 2.2
but it seems like images of badges are not showing up
making it look useless.
Is there a way to fix this?
Best Answers
-
hgtonight MVP
I am guessing you don't have pretty urls enabled.
Yaga requires pretty urls.
You can verify this is your problem by right clicking on the image, view it and report back the url in your address bar.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5 -
bestoffernet New
Alright, as suggested by @hgtonight I have fixed this
by easily activating pretty URL in conf/config.php
To do this:
Under //Garden I have added the following line:
$Configuration['Garden']['RewriteUrls'] = TRUE;Until now, it has not been fully fixed yet.
because the existing Badges are still pointing to Bad Urls /index.php? ... etc.To fix this [I suggest to backup you database before doing this],
In the cPanel, I have opened up phpMyAdmin, searched for the database of the forum
and then selected GDN_BadgeAward, I've selected all of the elements therein and then deleted them.
The problem has been fixed !When I open up my account on vanilla, many notifications comes in telling me
that I have won badges! see the following image:If you would like to see it live, here's the Url of the forum: http://bestoffernet.com/vb/
5
Answers
I am guessing you don't have pretty urls enabled.
Yaga requires pretty urls.
You can verify this is your problem by right clicking on the image, view it and report back the url in your address bar.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
That's exactly what's happening.
To fix this, I have activated pretty URL and now links like vb/index.php? etc.. disappeared, but images still pointing to that location. Here's a link to one image: http://bestoffernet.com/vb/index.php?p=/applications/yaga/design/images/default_badges.svg#welcome-committee
I have deleted yaga using filezilla, then installed and activated it, but the same problem persists.
Alright, as suggested by @hgtonight I have fixed this
by easily activating pretty URL in conf/config.php
To do this:
Under //Garden I have added the following line:
$Configuration['Garden']['RewriteUrls'] = TRUE;
Until now, it has not been fully fixed yet.
because the existing Badges are still pointing to Bad Urls /index.php? ... etc.
To fix this [I suggest to backup you database before doing this],
In the cPanel, I have opened up phpMyAdmin, searched for the database of the forum
and then selected GDN_BadgeAward, I've selected all of the elements therein and then deleted them.
The problem has been fixed !
When I open up my account on vanilla, many notifications comes in telling me
that I have won badges! see the following image:
If you would like to see it live, here's the Url of the forum: http://bestoffernet.com/vb/
This is intentional as the activity record is a record of things that happened. You don't go changing history automatically, imo.
EDIT - Glad you got it sorted!
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.