vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Post Ranking System (https://vborg.vbsupport.ru/showthread.php?t=203801)

Macindy 03-22-2009 08:21 AM

Quote:

Originally Posted by FullyTested (Post 1773259)
pete_brady,

if you have MySQL 4.1.0 or higher:

INSERT INTO postrank_useroptions (userid, highlight_post, hide_post) SELECT userid,1,1 FROM user ON DUPLICATE KEY UPDATE highlight_post = 1, hide_post = 1

Why must be the values set by sql-entries. Can not the default be to hide posts/hightlight posts?
What is with new registered users?

Great plugin!!

webuser00 03-28-2009 01:13 AM

Is there a way to show how many ups and down votes there are on forumdisplay? that way a user can see if the thread was highly/low rated

let me know :)

FullyTested 03-28-2009 11:36 AM

Quote:

Originally Posted by Macindy (Post 1774021)
Why must be the values set by sql-entries. Can not the default be to hide posts/hightlight posts?

Because it saves creating a table entry for every user.

Quote:

Originally Posted by webuser00 (Post 1778697)
Is there a way to show how many ups and down votes there are on forumdisplay? that way a user can see if the thread was highly/low rated

No such option at the moment I'm afraid :(

peyman.nt 03-31-2009 06:51 AM

Is it possible to add rating system like "thread rating" with five stars for each post?

AzzidReign 03-31-2009 11:50 PM

Can this be integrated into the reputation system? If so, can you make it so we can manually change the values for each + or - ?

paul41598 04-02-2009 03:54 PM

When doing a search by rank:

PHP Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        
SELECT COUNT(DISTINCT(userid)) AS count
        FROM postranktotals 
AS postranktotals
        INNER JOIN user 
AS user using(userid)
        
WHERE postranktotalshigh 0
        LIMIT 1
;

MySQL Error   Column 'userid' in field list is ambiguous
Error Number  
1052
Request Date  
ThursdayApril 2nd 2009 12:54:33 PM
Error Date    
ThursdayApril 2nd 2009 12:54:33 PM 


pete_brady 04-02-2009 07:35 PM

suggestion: An option to disemvowel low score posts?

dutchbb 04-03-2009 08:42 AM

Doesn't seem to be working... when I click + or - it turns grey and nothing is counted?

I'm using 3.8.1 Patch Level 1.

dutchbb 04-04-2009 08:31 AM

bump?

Macindy 04-06-2009 11:21 AM

Quote:

Originally Posted by dutchbb (Post 1783569)
bump?

I found another bug:
If you deactivate statistics in the profile/postbit the horizontal line is away.
Is there a conditional false?

and have a wish:
Can you also set the the settings "hightlight/hide posts" per default (without query) - if we give the user the option to decide by himself in the cp.

Thanks macindy


All times are GMT. The time now is 09:32 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
  • Page Generation 0.01306 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete