MyBB Community Forums

Full Version: Member Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I'm new at this have a Question , I've installed MyBB 1.4.4 after installation I installed a Template named Blue Don , after installation I noticed the Member Button was not showing (at the time I was Signed in) I went to the XML & Corrected the Code , it originally was like this

<td class="navbar"><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/members2" alt="" title="" /></a></td>

I added the .png

<td class="navbar"><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/members2.png" alt="" title="" /></a></td>

however if your a guest you still do not see the Member button if you login it appears after viewing the Source code

<td class="navbar"><a href="http://www.omegachat.net/forum/memberlist.php"><img src="http://www.omegachat.net/forum/images/blue_don//toplinks/members2" alt="" title="" /></a></td>
its missing the .png again how do I fix this Please Help if it helps
the forum is www.omegachat.net/forum

Please Note: The Link was not posted in an attempt to spam or get people to join the forum I simply need some help .

Thank You
HighVoltage
Why are you asking in the 1.2 forum if you're on 1.4??

And maybe the double / is causing a problem. Change it to:

<td class="navbar"><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}toplinks/members2.png" alt="" title="" /></a></td>

Or remove the / from the image path for your theme. Don't do both, choose which you'd rather do.

Also make sure you're editing the right template set for the theme.
My Apologies Matt as I say I'm new I'll look out for this in the Furture Thank You for your Help

HighVoltage
It's ok... is the problem solved??
(2008-12-10, 05:13 PM)Matt_ Wrote: [ -> ]It's ok... is the problem solved??

Well I'm Trying to find out where to find it to remove the / in the xml its Normal when I go to view then Source I see it but I have no idea where to find it .......... within MyBB


HighVoltage
ACP > Templates & Style > **choose theme** > Find the image path setting, and remove the / from the end of the image path.
Ok I did that however I can still view the Button if I'm Logged in But I cannot view it if I'm Logged out ............ by removing that it changed Nothing believe me I'm very Greatful for your help just not sure what to do next lol


HighVoltage
Edit the template again and make sure it's the template set that the theme uses.
I've tryed Everything to Fix This Problem and I've got no idea what to do I guess the best thing is to delete the Theme & Find a new DArk one I really liked that theme too but my knowledge is not advanced far enough to know where the problem lies .

Thanks
HighVoltage