Current time: 05-23-2012, 01:46 AM Hello There, Guest! (LoginRegister)


Member Button
12-10-2008, 05:02 PM (This post was last modified: 12-10-2008 05:03 PM by HighVoltage.)
Post: #1
Member Button
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 http://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
Visit this user's website Find all posts by this user
12-10-2008, 05:07 PM (This post was last modified: 12-10-2008 05:08 PM by MattRogowski.)
Post: #2
RE: Member Button
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:

Code:
<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.

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
12-10-2008, 05:11 PM
Post: #3
RE: Member Button
My Apologies Matt as I say I'm new I'll look out for this in the Furture Thank You for your Help

HighVoltage
Visit this user's website Find all posts by this user
12-10-2008, 05:13 PM
Post: #4
RE: Member Button
It's ok... is the problem solved??

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
12-10-2008, 05:17 PM
Post: #5
RE: Member Button
(12-10-2008 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
Visit this user's website Find all posts by this user
12-10-2008, 05:22 PM
Post: #6
RE: Member Button
ACP > Templates & Style > **choose theme** > Find the image path setting, and remove the / from the end of the image path.

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
12-10-2008, 05:34 PM
Post: #7
RE: Member Button
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
Visit this user's website Find all posts by this user
12-10-2008, 05:37 PM
Post: #8
RE: Member Button
Edit the template again and make sure it's the template set that the theme uses.

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
12-11-2008, 01:13 AM
Post: #9
RE: Member Button
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
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication