The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
help! about 2 templates
pls first look screenshots
1. i want to remove lastposter name and post time. which template i edit? 2. i want to remove green border. i want use without "catbg.gif" , i search every where |
#2
|
||||
|
||||
3. and i want to remove this space. 2 message must contiguous
|
#3
|
|||
|
|||
1. edit template forumhome_lastpostby
2. edit the main CSS for the category strips 3. edit postbit_wrapper In postbit_wrapper find Code:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> Code:
<div id="edit$post[postid]" style="padding:0px 0px 0px 0px"> |
#4
|
||||
|
||||
thx for your relation, i am silly or there a mistake
1. i did it, but no change.. (even i empty it, but no change) 2. i did it too i remove : Code:
url(redzone/gradients/catbg.gif) repeat-x top 3. i dont have this template.. lol what's the problem you think? vers. 3.5.4 |
#5
|
|||
|
|||
1. replace the entire template with
Code:
<div class="smallfont" align="$stylevar[left]"> <div style="clear:both"> <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if> <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a> <a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a> </div> </div> 3. oops, my bad, that template doesn't exist in 3.5.x (I was on my 3.6.0 dev board when I was checking this out) In template postbit (or postbit_legacy depending on which you use) FIND (right near the top) Code:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> Code:
<div id="edit$post[postid]" style="padding:0px 0px 0px 0px"> |
#6
|
||||
|
||||
3. ok. i edit in postbit_legacy and ok. thx for this
1 and 2 no effect from changes (i try both of default style and my style) need this template i think Code:
$forum[lastpostinfo] |
#7
|
|||
|
|||
Quote:
Quote:
|
#8
|
||||
|
||||
i know i know. my bad english, how can i explain that.. hmmm
look screen shots step 1 : this my "forumhome_lastpostby" template i'm trying them last 5 hours, finally i gonna crazy step 2 : and i remove all codes step 3: and i refresh my forumhome, so there is no effect _____________________ other one step 1 : i delete there step2 : refresh my forumhome and no effect again |
#9
|
|||
|
|||
I've sent you a PM
|
#10
|
|||
|
|||
The only thing I can think of is that there is something strange going on with that style or it is to do (somehow but I don't see how) with your SEO and vB Rewrite that you have on there. The changes are not reflecting in the HTML at all. It also could be linked with your page compressor.
I've never worked with any of these hacks so don't know how or if they could affect the code. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|