The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
What I would do, is look at the HTML for something I think will be unique to that template, such as:
HTML Code:
<h2 class="searchlisthead">
AdminCP -> Styles & Templates -> Search in Templates Then in the "Search for Text" field paste: <h2 class="searchlisthead"> and click "Find" You should see the "search_resultlist" template in the result. Double-click it to open the template, and then you will see your search text in the "Search in Template" field, so click the "Find" button, and you will be taken to where the search text is located within the template. Several lines below that, you will find the block: HTML Code:
<div class="blockbody"> <vb:if condition="$displayCommon"> <h3 class="blocksubhead">{vb:rawphrase words_very_common}: $displayCommon</h3> </vb:if> <vb:if condition="$show['results']"> <ol id="searchbits" start="1" class="searchbits"> {vb:raw searchbits} </ol> <vb:else /> <div class="blockrow">{vb:rawphrase no_unread_threads}</div> </vb:if> </div> ![]() |
Благодарность от: | ||
andy_mcguire |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|