Plus emu groupbadges

daryltje13

New Member
Jun 6, 2013
5
2
Hello,

I'm having a issue with my groupbadges. Im not a newbie to retros but I really dont know what to do here.
This is my problem:
You must be registered for see images attach


While the console is good:
You must be registered for see images attach


and if i visit that image in a new tab its correct like this:
You must be registered for see images attach


The web.config (i use iis) and external_vars and external_override_vars are set good.
Also in my database i have added badge_definitions and group_items. Still no sign of life for my group badges
Has anyone got a fix for me?

Greets,
Daryl
 

Zachariah

Active Member
Aug 26, 2017
177
78
You need to edit your web.config and put something along the lings like this into your web.config above
Code:
                <rule name="Imported Rule 7">
                     <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                     <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
 

Kak

Posting Freak
Apr 21, 2017
951
165
You need to edit your web.config and put something along the lings like this into your web.config above
Code:
                <rule name="Imported Rule 7">
                     <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                     <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
this is something i always struggled with too. you also put the habbo-imaging in the main wwwroot?
 

daryltje13

New Member
Jun 6, 2013
5
2
You need to edit your web.config and put something along the lings like this into your web.config above
Code:
                <rule name="Imported Rule 7">
                     <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                     <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
Like i said my web.config is good i know that because in my previous retro it worked. You can see that the web.config is installed good because the link for the groupbadge is correct and it works in a URL but just doesnt show up in my client
 

Users who are viewing this thread

Top