The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
|
#12
|
||||
|
||||
I see some forums without post count. See attached screenshot.
What's not working? |
Благодарность от: | ||
Schneeflocke |
#13
|
|||
|
|||
Sorry!! Many, many thanks for your continous effort and support. @ noypiscripter!! Is there a possibility to disable the "number of post" counter of the users for selected forums? |
#14
|
||||
|
||||
Yes. For example, the post counts in the forum channels Ank?ndigungen (forum id 136) and Vorstellung (forum id 186) can be hidden like this:
Code:
.b-module[data-node-id="136"] .posts-count, .b-module[data-node-id="186"] .posts-count { display: none; } |
#15
|
|||
|
|||
I tried it.
Code:
.b-module[data-node-id="136"] .posts-count, .b-module[data-node-id="186"] .posts-count, .b-module[data-node-id="119"] .posts-count, .b-module[data-node-id="120"] .posts-count, .b-module[data-node-id="121"] .posts-count, .b-module[data-node-id="124"] .posts-count, .b-module[data-node-id="125"] .posts-count, .b-module[data-node-id="138"] .posts-count, .b-module[data-node-id="187"] .posts-count{ display: none; } But: [IMG] It counts. Mistake? |
#16
|
||||
|
||||
Oh I thought you wanted to hide the post count in the topic list page like this one http://wortkompass.de/forum/aktuelle...C3%BCndigungen
|
#17
|
|||
|
|||
|
#18
|
||||
|
||||
Yes. You add this:
Code:
// hide post counts in all the threads for Ank?ndigungen forum .page249 .b-userinfo__additional-info-block .b-userinfo_aadditional-info:nth-child(2) { display: none; } Btw, my initial suggestion of hiding the post count in the forum list is not good. Here's the better one. Replace the original CSS with this one. Code:
#forum136 .posts-count, #forum186 .posts-count, #forum119 .posts-count, #forum120 .posts-count, #forum121 .posts-count, #forum124 .posts-count, #forum125 .posts-count, #forum138 .posts-count, #forum187 .posts-count { position: relative; } #forum136 .posts-count:before, #forum186 .posts-count:before, #forum119 .posts-count:before, #forum120 .posts-count:before, #forum121 .posts-count:before, #forum124 .posts-count:before, #forum125 .posts-count:before, #forum138 .posts-count:before, #forum187 .posts-count:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; z-index: 1; background: {vb:stylevar content_background}; } |
#19
|
|||
|
|||
Hey,
I inserd your code in the additional template for the correct style. Code:
// hide post counts in all the threads for Ank?ndigungen forum .page249 .b-userinfo_additional-info-block .b-userinfo_additional-info:nth-child(2) { display: none; } It counts - post count:43 and the next 44. But my intention is, that these counter counts only entries of the "important" channels. The counter should remain unchanged when somebody posts an entry in the channels which are set to be not counted. |
#20
|
||||
|
||||
Remove this comment in the CSS:
Code:
// hide post counts in all the threads for Ank?ndigungen forum Code:
/* hide post counts in all the threads for Ank?ndigungen forum */ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|