PDA

View Full Version : need help postbit edit


hotlovercool4
09-21-2011, 12:29 PM
hey !!

can any one help me to add in postbit <h2> coding ?

here i fond i replace <strong> to <h2> but not work proper
please help me
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>

can any one help me ??

best regards

Simon Lloyd
09-21-2011, 04:19 PM
Why H2? just use<font size=3>$post[postcount]</font>

hotlovercool4
09-21-2011, 05:31 PM
and how to edit url show in same ??? <a ?? <font size=3>$post[postcount]</font>

hotlovercool4
09-21-2011, 06:18 PM
sorry i give worng code
https://vborg.vbsupport.ru/attachment.php?attachmentid=133145&stc=1&d=1316632579
i was talking about this code which is red color underline
thread title want large font and if possible also want in url show

best regards

Simon Lloyd
09-21-2011, 06:37 PM
and how to edit url show in same ??? <a ?? <font size=3>$post[postcount]</font>

Put the <font.. either side of the <a>.....</a>

hotlovercool4
09-21-2011, 06:38 PM
i fond it now but i want to know how to add url ?? show ?

best regards

Simon Lloyd
09-21-2011, 06:39 PM
I don't understand what you mean?

--------------- Added 1316634276 at 1316634276 ---------------

this may help you https://vborg.vbsupport.ru/showthread.php?t=172950

hotlovercool4
09-21-2011, 06:49 PM
i make it red underline mean post title show in url link

br

Simon Lloyd
09-21-2011, 06:55 PM
The post title does show in the navigation bit and is a link but i still don't understand, if language isn't your first language why not use google translator and translate what you want to say from your language to english, maybe i'll get what you are trying to say :)

Digital Jedi
09-21-2011, 06:57 PM
I think he's trying to make the thread title, the one that shows in the postbit, a link. But I'm not sure what he want's to link it to, just yet. The thread or the post?

hotlovercool4
09-21-2011, 07:02 PM
yes yes Digital Jedi i want

thread title, the one that shows in the postbit, a link.

i understand but problem not know the name of codes lol

best regards

Digital Jedi
09-21-2011, 08:41 PM
Look for this block of code:
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->

Put your <a> tags around the $post[title] variable. But not outside the <strong> tags.

hotlovercool4
09-22-2011, 09:39 AM
ok thanks

Simon Lloyd
09-22-2011, 05:04 PM
:) glad thats cleared up!