Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Italic Author Name
#1
Hi Friends..!!!
Is there is any way to Italic The Author Name of any thread??
If any then pls reply how i can..??
Awating for your response.
Regards,
♥Cuulvaibhav♥
[Image: cuulvaibhav.jpg]
Reply
#2
YES, there is open ur theme's templates by hitting modify/delete templates in admin cp - then hit expand on theme ur using then find Forum Display Templates and hit it and then find template called : forumdisplay_thread it should look like this

Code:
<tr>
<td align="center" class="$bgcolor" width="2%"><img src="$theme[imgdir]/$folder.gif" alt="$thread[subject]" /></td>
<td align="center" class="$bgcolor" width="2%">$icon</td>
<td class="$bgcolor">$prefix $gotounread<a href="showthread.php?tid=$thread[tid]">$thread[subject]</a>$thread[multipage]</td>
<td align="center" class="$bgcolor">$thread[profilelink]</td>
<td align="center" class="$bgcolor"><a href="javascript:whoPosted($thread[tid]);">$thread[replies]</a></td>
<td align="center" class="$bgcolor">$thread[views]</td>
$rating
<td class="$bgcolor" nowrap="nowrap">$lastpost</td>
$modbit
</tr>


and change it to

Code:
<tr>
<td align="center" class="$bgcolor" width="2%"><img src="$theme[imgdir]/$folder.gif" alt="$thread[subject]" /></td>
<td align="center" class="$bgcolor" width="2%">$icon</td>
<td class="$bgcolor">$prefix $gotounread<a href="showthread.php?tid=$thread[tid]">$thread[subject]</a>$thread[multipage]</td>
<td align="center" class="$bgcolor">[color=red][b]<i>[/b][/color]$thread[profilelink][color=red][b]</i>[/b][/color]</td>
<td align="center" class="$bgcolor"><a href="javascript:whoPosted($thread[tid]);">$thread[replies]</a></td>
<td align="center" class="$bgcolor">$thread[views]</td>
$rating
<td class="$bgcolor" nowrap="nowrap">$lastpost</td>
$modbit
</tr>
[Image: dmannw5.gif]
Reply
#3
change is in this line:

<td align="center" class="$bgcolor"><i>$thread[profilelink]</i></td>

i added <i> and </i>
[Image: dmannw5.gif]
Reply
#4
Thanks Alot..SmileSmile
Regards,
♥Cuulvaibhav♥
[Image: cuulvaibhav.jpg]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)