Hello,
I have a forum up an running at mildaspergers.com, and everything is doing well, except for one thing. Myboard index button is redirecting to a photo. What should I edit in order for this to work properly?

Recommended Answers

All 4 Replies

Member Avatar for LastMitch

@vivosmith

Myboard index button is redirecting to a photo. What should I edit in order for this to work properly?

My question is where do you want it to redirected to?

commented: To Rectify what some retard did to LastMitch +0
Member Avatar for LastMitch

@vivosmith

I was trying to replace the phpbb default logo when this happened.

OK, Apparrently you link the button to the image itself. It should redirect to a page.

Instead of this:

<a href="./index.php" title="Board index" id="logo"><img src="http://www.mildaspergers.com/index.png"></a>

Try to add another period:

<a href="../index.php" title="Board index" id="logo"><img src="http://www.mildaspergers.com/index.png" /></a>
commented: To Rectify what some retard did to LastMitch +0

ok, thanks :D I think I figured out what I did wrong :D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.