vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Reputation Board by BOP5 - A central location for all reputation. (https://vborg.vbsupport.ru/showthread.php?t=299907)

BirdOPrey5 07-30-2013 08:06 PM

Updated to 1.1.1 - Added option to automatically turn URLs into links. (Enabled by default)

BirdOPrey5 08-01-2013 04:43 PM

Updated to 1.1.1a (download package only) to fix a typo in a query causing a database error for some users. Sorry.

mitch84 08-01-2013 05:25 PM

database error when I click on hide likes with version 1.1.1.a
Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT thread.title AS title, reputationid, reputation.postid, reputation.userid, reputation.reputation AS reputation, reputation.whoadded, reputation.reason, reputation.dateline, bopuser.username AS repgetter, bopuser.reputation AS getterrep, bop2user.username AS repgiver, bop2user.reputation AS giverrep FROM reputation AS reputation
LEFT JOIN user AS bopuser ON (reputation.userid = bopuser.userid)
LEFT JOIN user AS bop2user ON (reputation.whoadded = bop2user.userid)
LEFT JOIN post AS post ON (reputation.postid = post.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
WHERE reputation.reason NOT IN ( 'Liked Post' , 'Thanked Post') WHERE thread.visible = 1 AND post.visible = 1 ORDER BY dateline DESC LIMIT 0, 25;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE thread.visible = 1 AND post.visible = 1 ORDER BY dateline DESC LIMIT 0' at line 6
Error Number : 1064
Request Date : Friday, August 2nd 2013 @ 12:23:57 AM
Error Date : Friday, August 2nd 2013 @ 12:23:57 AM
Script : http://www/reputation_board.php?pn=1&hidelikes=1
Referrer : http://www/reputation_board.php
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.70-cll

BirdOPrey5 08-01-2013 06:33 PM

Thanks. Will patch.

I the mean time set Enforce Forum Permissions? or Hide rep from soft deleted (or moderated) posts? to NO temporarily to get rid of the error.

BirdOPrey5 08-02-2013 11:01 AM

Updated to 1.1.1b. Fixes DB error on some settings.

If you have any version of 1.1.1 already installed you only need to upload the new .php file, you do not need to import the xml file to upgrade.

If you are using 1.1.0 or below please follow full upgrade instructions.

mitch84 08-02-2013 05:19 PM

Quote:

Originally Posted by mitch84 (Post 2436567)
database error when I click on hide likes with version 1.1.1.a

thank you it's fixed!
another question, I use french language but date don't appear in column, only this: j M Y - H:i
why? thx

Morrus 08-02-2013 10:14 PM

Major issue: shows thread titles from private forums.

BirdOPrey5 08-04-2013 02:45 PM

Quote:

Originally Posted by mitch84 (Post 2436752)
thank you it's fixed!
another question, I use french language but date don't appear in column, only this: j M Y - H:i
why? thx

Get values from here- http://www.php.net/manual/fr/function.date.php

The letters represent various parts of the date and time.

Quote:

Originally Posted by Morrus (Post 2436795)
Major issue: shows thread titles from private forums.

Did you turn on the option to respect forum permissions?

Bubble #5 08-23-2013 01:00 AM

Receiving the following errors:

Code:

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 76

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 84

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 89

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 95

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 101

Can anyone help...

BirdOPrey5 08-23-2013 08:50 AM

Interesting... what version of PHP are you using?

The quick fix is to edit the reputation_board.php file, and on each line listed change the

=&

to just

=

Then re-save, and re-upload the file.

I will do some testing and likely remove them in future version.


All times are GMT. The time now is 05:03 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
  • Page Generation 0.01516 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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