View Full Version : ShowThread Style Modification
x.alliedmods
06-23-2014, 01:44 PM
Hello ,
I can't make the last modification for my style . I don't know how and I need help .
My style POSTS PAGE :
https://vborg.vbsupport.ru/external/2014/06/22.png
HOW I WANT TO LOKE LIKE:
https://vborg.vbsupport.ru/external/2014/06/23.png
The problem is (I THINK) the thead ... but I dont know how to separe it ... I mean I think is needed to make the thead function only for the first post but how ?
Kind regards.
ForceHSS
06-23-2014, 01:50 PM
Can you highlight what you want to change
x.alliedmods
06-23-2014, 02:13 PM
https://vborg.vbsupport.ru/external/2014/06/25.png
-->
https://vborg.vbsupport.ru/external/2014/06/26.png
I want how looks in the second picture ...
ForceHSS
06-23-2014, 02:18 PM
You want them removed or added? as I dont know what picture is from your forum. A link to your forums will help also are you using the same skin as this other forum where you got that picture
x.alliedmods
06-23-2014, 02:31 PM
First picture = my forum .
I want the showthread to look like in second picture .
I use vbsilver like style (based on subsilver phpbb style)
ForceHSS
06-23-2014, 02:38 PM
Need a link to where you got the style
Need a link to your site
Need a link to this other site
I also don't have vb3 installed so I can't check on my site I am also not a skin guy but I will try and help
x.alliedmods
06-23-2014, 02:59 PM
pm sent :)
ForceHSS
06-23-2014, 03:05 PM
Put this image to replace the one you have in images/gradients
x.alliedmods
06-23-2014, 03:11 PM
I have already that image and the same code like them .
The idea is on the showthread page ... there is my problem .
ForceHSS
06-23-2014, 03:15 PM
Yes but some of your colour codes are not the same as that other site
x.alliedmods
06-23-2014, 03:38 PM
This is the code that must be modified :
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<br />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
I want for first post (1postid) to go with <td class="thead"
And for next posts <td class="alt1" or alt2
I put <br /> in this code and the posts are with space beteween them now :)
THIS IS THE code wich must modified .
Sorry for my bad english .
ForceHSS
06-23-2014, 03:49 PM
You need to post this question where you got the skin for support as per forum rules
x.alliedmods
06-23-2014, 04:01 PM
Ok sorry .
ForceHSS
06-23-2014, 04:06 PM
It's just to keep it in one place so others can also check if they have the same problem better for quick reference and also for faster support from the coder and others who have the plugin/skin as they will know better what you are talking about
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.