View Full Version : how to change new thread img to text
greyrock
Thu 22nd Jun '00, 9:20am
Can anyone tell me how to change the "Post New Thread" image from an image to a text link?
I can't seem to find it in the templates :(
TIA, Tony
Mike Sullivan
Thu 22nd Jun '00, 10:14am
It's in forumdisplay and showthread
Freddie Bingham
Thu 22nd Jun '00, 10:20am
Look in the templates Ed mentioned for:
New Post:
<A HREF="newthread.php?action=newthread&forumid=$forumid"><IMG SRC="$newthreadimage" BORDER=0 ALT="Post New Thread" align="right"></A>
---
Change to:
<A HREF="newthread.php?action=newthread&forumid=$forumid">Post New Thread</a>
---
New Reply (only in showthread):
<A HREF="newreply.php?action=newreply&threadid=$threadid"><IMG SRC="$replyclose" BORDER=0 ALT="Post A Reply"></A>
---
Change to:
<A HREF="newreply.php?action=newreply&threadid=$threadid">Post a Reply</a>
Excuse me if you know all the html stuff, I just put it in for the hell of it. You will probably want to move it above the table that it is in so that it not in the colored cell that it is currently in. Look at http://www.ten-tenths.com as Craig has text links for Posting and Replying.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.