PDA

View Full Version : Adding a button.


geezzaa
04-21-2003, 11:11 AM
Hi all.
I cant find any beginer freindly advice about adding a button to the index forum page. Can anybody point me in the right direction. Thanks

Tony G
04-21-2003, 11:53 AM
Where do you exactly want to add a button on the index page? In the navbar?

geezzaa
04-21-2003, 12:12 PM
Thanks for answering. Yes in the nav bar at the top of the screen

Dean C
04-21-2003, 12:13 PM
'header' template :)

geezzaa
04-21-2003, 12:18 PM
Thanks mist.

geezzaa
04-21-2003, 12:47 PM
right i have found it .
do i make the following changes to the script by cutting and pasting in :-
<a href="photopost.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/Gallery.gif" alt="Here you can veiw the members pictures" border="0"></a>

Dean C
04-21-2003, 12:52 PM
Yes that's the line you need to paste ;)

geezzaa
04-21-2003, 12:59 PM
Thanks mist .
To add a button to the members posts lower where the pm, user info buttons are it is a similar task i take it

Dean C
04-21-2003, 01:07 PM
Yes in your postbit template to be precise although each button in that place has it's own template (i.e. postbit_buddy) and is referred to by a variable in the postbit template. So you may need to copy the code from one of these templates into the postbit :)

- miSt

geezzaa
04-21-2003, 01:24 PM
Thanks again mist

Dean C
04-21-2003, 02:39 PM
Your welcome :)

- miSt