MyBB Community Forums

Full Version: Register icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2010-11-02, 08:38 PM)x-Treme Wrote: [ -> ]edit the header_welcomeblock_guest template

What do I edit?
I've edited it to the proper image but it's still not working.
Hello?
Hello?

Now it's looking for ./images/water/water/icons/register.gif
You added an extra /water/ folder in the path. Remove it.
(2010-11-02, 09:25 PM)AJS Wrote: [ -> ]Hello?

Now it's looking for ./images/water/water/icons/register.gif
Please tell me exactly what to change, 'cos I don't have a clue Toungue


There's only one water in the path?
Hi,
I have a load of problems on my site:
1. Register icon thread here
2. My login button isn't displaying
3. On my Members link at the top, there's the icon and then half an icon next to it.

Please help,
Thanks
1. It quite clearly has water twice in the path. Post what code you're using to put this image in.
2. Is there even code in the template for the login link?? If there's not, view a diff report on the template to see what code to add back.
3. You've got malformed code in your header_welcomeblock_member/quest template.

<li><a href="http://www.movieflump.com/memberlist.php" class="memberlist">Members<Member List</a></li>

should be

<li><a href="http://www.movieflump.com/memberlist.php" class="memberlist">Members</a></li>

(2010-11-03, 05:41 PM)MattRogowski Wrote: [ -> ]1. It quite clearly has water twice in the path. Post what code you're using to put this image in.
2. Is there even code in the template for the login link?? If there's not, view a diff report on the template to see what code to add back.
3. You've got malformed code in your header_welcomeblock_member/quest template.

<li><a href="http://www.movieflump.com/memberlist.php" class="memberlist">Members<Member List</a></li>

should be

<li><a href="http://www.movieflump.com/memberlist.php" class="memberlist">Members</a></li>

On number 3 I searched for the code and it wasn't there. Could you do it for me please?
PM me admin login details.
It'll probably have $lang->memberlist somewhere unless you've hardcoded the text. Either way, the HTML is malformed.
(2010-11-03, 06:07 PM)AJS Wrote: [ -> ]PM me admin login details.

OK.
Working now thanks AJS, but how do I get the word 'Members' to show up next to the icon?
Pages: 1 2 3