![]() |
Quote:
|
Quote:
How hard would it be to code the collapsing of posts based on a NET total for votes? Reason I ask is because some people just are idiots and don't like certain people, and will always rate them down. I have one poster who could post a really good write up and he would have +40/-10. I can set it to -9 to collapse at -10...but I don't want a post with +40 and a net of +30 to be hidden. |
Quote:
|
is it posible to restrict the member based on helpfull answers
i have mod with who members below xx cant view link/images/attachments byt spammers make it fast,... and can i integrate this so if they have xx helpfull answers to can gave the permision thanks |
Quote:
|
any other hack where i can limit member permision (view attachment, links images)
based on helpfull answers |
Quote:
however, you can take a mod that limits attachment/images based on anything....then go and change that "anything" to helpful ans variables. |
Quote:
https://vborg.vbsupport.ru/showthrea...27s+Post+Count how can integrate it instead post count to grab from helpfull answers number thanks in advanced |
Hi I installed as directed on www.britmovie.net/britforum but nothing shows. Using the latest of your mod and vb and default theme? Am I missing permissions somewhere?
|
Quote:
|
Quote:
thanks a lot |
Quote:
|
Version 2.3.3 is now live for vB 4.0.4 and 4.0.5 and adds in a top rated post option.
Coming next... a scheduled task to close low rated threads. Got other ideas? Share them for a future update. |
Basically what was mentioned before,
- Exclude certain usergroups from voting - Exclude negative reputations from voting - Follow VB reputation user spread option rules - Voting per day based on usergroup or exempt Administrators - Hide posts with low ratings That would make it perfect :) This is just a personal request but I would like that instead of having the thumbs up / thumbs down disappear for those not allowed to vote it is still there but they get an error that explains why they can't. So if a user is banned from using it, or doesn't have enough posts, the thumbs up/down doesn't just disappear but they are reminded with a message why they can't use it or need more posts to use it. |
Quote:
|
Quote:
|
Awesome work, I am able to get the link to the top rated post which is great. Did you also re-code the top rated post block (which is supposed to list the top rated posts) to work in this yet?
Also in the next update will you be getting the net rating tossed in? |
Quote:
1 show user names 2 show user names with votes 3 show user names for members; show user names with votes for moderators for 1, have a box with small text size and comma list all user names. for 2, place two box with small text size and comma list all user names accordingly. for 3, combine 1 and 2 and simple template if condition. |
Quote:
|
Maybe only works for new threads from here on out? Let me try and re-install it. I only get the top rated post, but not the post block.
|
Quote:
|
After the first post..? I only receive the one at the very top that says "See the top rated post in this thread. Click here"
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Hrm, I'm not getting the most helpful post link at the top - I have the option enabled. Using 4.0.4
edit: nevermind - got it! Ted - can the $toppost['postid'] = $threadinfo['postid'] be used to highlight the post? |
Quote:
Quote:
Only other option is the post rating to be done on a net total, since I have a problem with people getting voted +40 and -10, and if I have collapse set to -10 it gets collapsed. I'd rather just set posts to collapse at a NET of -3 and call it good. Quote:
|
Quote:
Added PHP Code:
PHP Code:
Then added PHP Code:
PHP Code:
|
For anyone interested with the above I also figured out how to highlight the top post...
Here's what it looks like: http://nikonites.com/feedback-sugges...teractive.html Assuming you're using postbit_legacy: Edit template postbit.css: After PHP Code:
PHP Code:
After HTML Code:
<div class="postbody HTML Code:
<vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if> HTML Code:
<div class="postbody <vb:if condition="$post['threadid'] AND $toppost == $post['postid']">toppost</vb:if>"> |
If anyone ended up using this yesterday, I added a small condition so that private messages would not highlight ($post['threadid'] AND $toppost == $post['postid']) it is included above.
|
I hope this mod is revamped soon so all these positive changes are integrated, thanks for your contributions
|
I'm sure this was asked someone else, but i can't seem to find it.
Is there any way or allowing the user to change their vote? For example, if I like a post, and then the poster changes the content, I'd like the ability to revoke my like, or at the very least, dislike the new post. Thanks. Great Mod. Site is almost done. |
Quote:
|
For the next version could we get it so that for the minimum post check the helpful answers block does not disappear, it instead shows an error when clicked informing the user that their post count is not yet high enough?
With the minimum post check the way it is, people think there is an error that it does not show. |
Quote:
|
Quote:
You should be able to do this just by editing out lines: Code:
} else if ($this->registry->options['helpans_min'] AND $this->registry->userinfo['posts'] < $this->registry->options['helpans_minnum']) { |
Quote:
|
Quote:
|
All times are GMT. The time now is 08:09 AM. |
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:
|