PDA

View Full Version : Need help with buddy/pm/email/profile/etc buttons as text


TGD
09-27-2002, 01:33 AM
For the posts of members........just like in this forum i dont want to use buttons but rather text like this forum has for buddy/pm/profile/www/quote/edit/etc buttons.......i just dont know what code to use or what to put in place in order for me to have text......im referring to the text at the bottom of each persons post like in this forum.............im not to great with html,etc so i need some help.......

thx in advance

Tony G
09-27-2002, 02:03 AM
It's in the postbit, can you find where the code for the buttons is in there first?

Brad
09-27-2002, 06:29 AM
in all templates below find the img code, for example this would be the image for the edit button, replace this:

<img src="images/edit.gif" border="0" alt="Edit/Delete Message">

with "Edit"

edit templates:

postbit_buddy
postbit_homepage
postbit_profile
postbit_search
postbit_sendpm
postbit_useremail
yahoo
icq
aim

and for edit/quote

open postbit:

find:

<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Edit/Delete Message"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Reply w/Quote"></a>

and edit that block of code.

if you need more help just reply but this sould get you in the right direction

TGD
09-27-2002, 07:04 AM
thx for the help......much appreciated