The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How I Remove thread, post and view counts From All Forums?
How I Remove thread, post and view counts From All My Forums?
i made big search for this issue on google and here on vb.org bat not find any resolve how can move this cheers |
#2
|
||||
|
||||
Did you try removing the code from the template? I'm guessing you may need to change some CSS also, but removing the code itself is a start.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.) |
#3
|
|||
|
|||
thanks for fast respond Lynne
vboptions > General Settings > Add Template Name in HTML Comments this part is clear for me can you please detailed ? how to do the steps? i find on net that many vbulletin users asking this question bat no any resolve. thank you |
#4
|
||||
|
||||
Once you have turned on that setting, go back to your page and refresh it and then view the page source around the part of the code you want to change and you should see the template name there. Then go edit the template.
|
#5
|
|||
|
|||
can i remove only from forum display ?
if you can tell me the name of the template need edit and what part of cod i need to remove. that can help me A lot cheers |
#6
|
||||
|
||||
Sure, you can remove it from only the forum display.
I told you how to figure out the name of the template to edit. |
#7
|
||||
|
||||
Hello Dear,
Following edit is for CMS only - Open template : vbcms_searchresult_article_general Remove/Comment following code in that template : PHP Code:
You can simply do the following - Search for : PHP Code:
PHP Code:
Search for : PHP Code:
PHP Code:
To remove same column from the forum posts search results - Open template : search_threadbit Remove/Comment following code in that template : PHP Code:
Search for : PHP Code:
PHP Code:
Search for : PHP Code:
PHP Code:
Now to remove same column from forumdisplay - Open template : FORUMDISPLAY Remove/Comment following code in that template : PHP Code:
PHP Code:
Open template : threadbit Remove/Comment following code in that template : Code:
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <vb:if condition="$show['threadmoved']"> <li> </li> <li> </li> <vb:else /> <li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li> <li style="visibility:hidden;">{vb:rawphrase views}: {vb:raw thread.views}</li> </vb:if> <li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li> </ul> PHP Code:
PHP Code:
PHP Code:
PHP Code:
I hope this helps.. Cheers!! Aditya Hajare |
Благодарность от: | ||
Lynne |
#8
|
|||
|
|||
that is what i m loking for.resolved
thanks a loots |
#9
|
|||
|
|||
everytime I try to edit a template I get a 'white page ./error.html' error on the main part of the page (where the template code is) the left side menu and header are still intact. My host whitelisted mod_security for domain where forum resides because anytime members tried to post or edit a post or copy/paste into a post a ModSecurity rule was triggered on the site due to too many arguments being forwarded. Now it's not only for members on the forum it's happening to me in the admincp! when I try to edit the forumdisplay and the search_threadbit templates... no telling what else is getting effed.
ETA: Is there ANY way I can edit a template from file directory? Or can it only be done in admincp????? |
#10
|
||||
|
||||
Editing templates should only be done via the admincp. I would suggest you talk to your host about modifying the mod_security options again or just disabling it.
|
Благодарность от: | ||
ForceHSS |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|