![]() |
Disable post count per forum
Hello,
I'm trying to disable the post count in some forums. Is there a possibility to do that? I know it is not a feature in vB5. But, is there an add-on or a mod? Thanks! |
in Template display_Forums_item
find Code:
<td class="posts-count"><vb:if condition="!$isSubcategory">{vb:number {vb:raw forum.posts}}</vb:if></td> Code:
<td class="posts-count"><vb:if condition="!$isSubcategory"><vb:if condition="!in_array($forum['nodeid'],array(1,2,3))">{vb:number {vb:raw forum.posts}}</vb:if></vb:if></td> you can do the same thing with topics count in the same template Code:
<td class="topics-count"><vb:if condition="!$isSubcategory">{vb:number {vb:raw forum.topics}}</vb:if></td> |
is not working .... :confused:
Step 1: [IMG]http://fs5.directupload.net/images/1...p/2fpnmdzv.jpg[/IMG] Step 2: [IMG]http://fs5.directupload.net/images/1...p/rqzow28i.jpg[/IMG] Step 3: [IMG]http://fs5.directupload.net/images/1...p/4hw5rtqz.jpg[/IMG] Step 4: [IMG]http://fs5.directupload.net/images/1...p/zrmz8je2.jpg[/IMG] |
I've tested it and it is working fine
https://vborg.vbsupport.ru/external/2016/05/12.jpg - Make sure you put the correct node id's. - Make sure you are viewing the style you have edited ..not another one . - You may need to edit display_Forums_list if they are displayed as subforums, better to Add Template Name in HTML Comments and see what template you need to edit . Regards |
I like to disable post count per channel!!!! Sorry, i was wrong.
[IMG]http://fs5.directupload.net/images/1...p/qewsvqnf.jpg[/IMG] Is there a possibility to do that? |
For maintenance reasons, it is better to just hide the post count via CSS rather than editing existing templates which will require you to do (or resolve merge conflicts for) every time you upgrade. You can use the forum id which is present in the HTML as the selector (in the format of #forumnodeid) to distinguish which forum's count to hide. For example:
Code:
#forum123 .posts-count, |
Okay, thanks for your help.
But, nothing works. I have CategorieIDs -100, 122, 126 and ChannelIDs - 136, 186, 119, etc. I tried the code: Code:
#forum136 .posts-count, Code:
#forum100 .posts-count, But the post continued to be counted. It is very important to hide the count. So, maybe I need a manual for ... idiots |
You have an extra comma. The last one (187 and 126) should not have comma at the end
|
I deleted the extra comma, nothing has changed.
:confused: |
Can you post a link to your forum?
|
|
1 Attachment(s)
I see some forums without post count. See attached screenshot.
What's not working? |
:eek:
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? |
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, |
I tried it.
Code:
.b-module[data-node-id="136"] .posts-count, But: [IMG]http://fs5.directupload.net/images/1...p/mrdmfx85.jpg It counts. Mistake? |
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
|
Yes, thats okay.
I also like to hide these postcount: https://vborg.vbsupport.ru/external/2016/05/11.jpg Is there a possibility to do that? |
Yes. You add this:
Code:
// hide post counts in all the threads for Ank?ndigungen forum 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, |
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 https://vborg.vbsupport.ru/external/2016/05/10.jpg 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. |
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 */ |
Hey noypiscripter,
first of all I appreciate all your help and support, but I guess my request is not solvable? Ok, I think I have tried now all the options provided, but still the counter is increasing when posting in those channels. Only to hide it, is not what I was looking for. But maybe my request is not possible at all? Can one deactivate this counter for given channels or only hide it? Best Regards. |
There's a typo in the CSS selector. Do a copy/paste of this one:
Code:
.page249 .b-userinfo__additional-info-block .b-userinfo__additional-info:nth-child(2) { |
Guten Morgen noypiscripter,
thanks! Now, the counter is hidden. But, it still counts the number of entry the user makes. Im looking for a solution with completely deaktivates counting for seletctet channels. Is there a possibility to do that???? |
I can't help with the issue, since I would not touch vB5 with a stick, but: There seems to be a huge misunderstanding here. She does not want to hide postcounters. What she's looking for is a possibility to not have posts in certain channels increase the total posts counter of a user.
- User post count: 123 - User posts in nonsense channel xy - User post count: 123 - User posts in seriously important channel yz - User post count: 124 This is nothing that can be achieved with css or template edits. If it's not in the core (as it is in vB4), then this will require some sort of plugin (is that even possible in vB5 by now?) or core file edit. |
|
I'm aware the OP wanted to deactivate the post counts in some forums/threads but that's not possible without editing core php files. That's why I suggested an easier and more maintainable workaround.
If the OP explicitly mentioned right away that they don't want to increase the post count when users post to selected forums, then I wouldn't have suggested the CSS solution. |
You know, if you don't know the right terminology plus english obviously not being your mother language its often not that simple to find the right words. I'm pretty sure she thougt that she did mention exactly that. Perhaps I understood her better since she's obviously German, which sometimes shows in one's english (as I'm sure it does in mine).
Anyway, what you offered is not a workaround - it's a perfect solution, just not for the problem at hand. For that, its not even a workaround, since it does not do what was (really) requested. But as I said: not your fault, not anyone's fault at all - just a misunderstanding. :) |
Hey,
Cellarius is completely right, first I am a non-native speaker (my english is really bad) and second not a programming expert (3 weeks of vbulletin usage). So, I definetly will miss the correct terms from time to time or every time. So now, that this misunderstanding seems to be resolved, I still have the problem which is not solved yet. I really appreciate the help offered by noypiscripter, but as Cellarius pointed out it was not what I am looking for. The hiding of the counter is like a first step to my problem, but still not fully deactivated as I would like. Best Reagrds. |
Disabeling this feature without editing the core files is indeed not possible, but you might be able to achieve this using a (not so pretty) workaround. You can implement a front-end hook in the createcontent.php that triggers as soon as anyone posts a post and pass along the post data as a parameter. Using the ancestorId's array in the post data you can determine from what channel the posts originated. Using an if conditional you can then catch if the posts was posted in an unrelevant subforum, and if so subtract 1 from the users post count, this way when the post will be added to the postcount, the postcount will remain as it was before.
EDIT: The postcount is found in the user table in the column posts |
All times are GMT. The time now is 02:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|