Quote:
Originally Posted by Keev
I tried with 4.06 and searching for them lines isn't found in the templates
|
I see, the code is there but I think I know why you're not able to find it.
The second part of code you need to find is actually 2 lines, and vbulletin will not find the code when entered all together.
Do a search for:
Code:
<vb:if condition="$show['multiquote_post']"><span class="seperator"> </span></vb:if>
Look to the next line in your template and you will see that it is </vb:if>. Start a new line directly under that and enter the code I specified in the first post.
Hopefully I've explained it well enough for you, but if you need any additional help, please don't hesitate to ask
Quote:
Originally Posted by ged
Neat and useful. Thanks. 
|
Thanks, glad you like it