PDA

View Full Version : Need help please


PET
07-13-2002, 05:52 AM
Hello. I need some help.

1. What it the name of a thread ? I mean what $ have ? Coz i want to make something like on vB. When i am on a thread...tha name of the thread is show up big. See the attachmet. I want to put it in the middle of the blue image.

2. How can i make NAVBAR to be <smallfont> ?

3. How can i add...at the ent at every post...i want to put an image. Like the one .... (damm...english is hard) like on vBulletin Templates (http://www.vbulletintemplates.com/) ?

4. How can i center <- LAST THREAD NEXT THREAD ->

P.S. have sugestions for postbit or other tings ?

Tanq.

chr@nox
07-13-2002, 02:01 PM
in template Postbit

find:



<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>



replace it with :


<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]<img src="yourimagelink"></smallfont></p>



edit the "yourimagelink" with the url of your image you want there

chr@nox
07-13-2002, 02:10 PM
and for the other problem :)

go to the template Showthread

and find :



<td align="right"><smallfont>
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
&nbsp;
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
</smallfont></td>



and replace it with :



<td align="center"><smallfont>
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
&nbsp;
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
</smallfont></td>



sorry i did it with quotes :)
but didn't want to mess up the width ;)

REMEMBER..IT SHOWS UP TWICE IN SHOWTHREAD TEMPLATE!

chr@nox
07-13-2002, 02:12 PM
oh..and about the Navbar
i'll see what i can do with that :)

PET
07-13-2002, 04:35 PM
Originally posted by chr@nox
in template Postbit

find:



replace it with :



edit the "yourimagelink" with the url of your image you want there

wat tis sompse to mean ? In wat question i ask thtat ? :) i have change the ...report...& IP...thing. they are down...near EDIT & QUOTE :)

PET
07-13-2002, 04:38 PM
seee screenshot

P.S. 10q for your help.

chr@nox
07-13-2002, 09:04 PM
just add the <img src="http://...."> tag after the tag + button u used for ip in your postbit
i dunno how your exact code looks so i cant really give an example bout that

PET
07-13-2002, 09:49 PM
are we talking about dot 3 ?
[quote]3. How can i add...at the ent at every post...i want to put an image. Like the one .... (damm...english is hard) like on vBulletin Templates ?[quote]

Boofo
07-13-2002, 11:05 PM
I think he's talking about splitting the message boxes (a space in bewteen them) and putting an image on the bottom of each message box. Is that what you mean, PET? :)

PET
07-14-2002, 03:21 AM
yes :) i'v split them....but...image...:) I need up end down to the post. 10q