Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[tk] Post Notes: Show reputation comments in posts without fresh Details »»
[tk] Post Notes: Show reputation comments in posts without fresh
Version: 2.2, by hambil hambil is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.1 Rating:
Released: 03-06-2009 Last Update: 03-19-2009 Installs: 67
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.



This mod is very popular on my forum - probably my most popular mod. It displays reputation comments in the post. It's also known as 'Public Display of Affection" - though people on my board aren't always affectionate

User Video Demo Link
Admin Video Demo Link

Features
  • Displays reputation comments in the post without refreshing.
  • Uses vBulletin popups for maximum compatibility with other mods and browsers.
  • Extends the existing reputation system.
  • Colors and images can be customized.
  • Users can select to display with an image, or colors.

Install
Unzip [tk] Post Notes.zip
Upload the files in the upload directory to your forum folder.
Import the product-postnotes.xml file from your admincp product manager.

Uninstall
Uninstall the vbPostNotes product from your admincp product manager.
Delete the following files:
clientscript/postnote_ajax.js
includes/functions_postnotes.php
images/buttons/postnote.gif
images/misc/postnotes_neg.gif
images/misc/postnotes_pos.gif
images/misc/postnotes_neutral.gif

Version Info
2.2
Now supports anonymous reputation comments.
Fixed bug with admincp image settings not working.
Added ability to change the button image in the admincp options.
Added video demos.

2.0
Uses vBulletin popups.
Many, many bugs fixed.
Compatibility with other mods greatly improved.
No need to template modifications any more.

2.0
AJAX
1.2
Added an option to disable/enable the popup that comes up after you post reputation.
1.1
Changed execution order of the vbPostNotes plugin to 999 to deal with some popular mods that are stepping on the post message.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-07-2009, 12:04 PM
DebtFree's Avatar
DebtFree DebtFree is offline
 
Join Date: Dec 2008
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having problems also with this mod.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(294) : eval()'d code on line 106
and lots of layout missing. I have tried changing the execution order but to no avail.

If I turn off every plugin under 'postbit_display_complete' EXCEPT this one, the problems is still there. If I turn this mods plugin off ... problem goes away. To me that says the issue is with this plugin and not the others. Please correct me if I am wrong.
Reply With Quote
  #23  
Old 03-07-2009, 12:28 PM
hambil's Avatar
hambil hambil is offline
 
Join Date: Jun 2004
Location: Seattle
Posts: 1,719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DebtFree View Post
I am having problems also with this mod.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(294) : eval()'d code on line 106
and lots of layout missing. I have tried changing the execution order but to no avail.

If I turn off every plugin under 'postbit_display_complete' EXCEPT this one, the problems is still there. If I turn this mods plugin off ... problem goes away. To me that says the issue is with this plugin and not the others. Please correct me if I am wrong.
Your problem sounds like a different one.

The error you are getting means that one of the queries I am making is not returning any results.

The mod only queries two tables. The user table to get the setting for images or colors, and the reputation table, to of course get the reputation comments. First, I'd check to make sure the postnotes_images_enabled field got added to your user table properly when you installed. After that, I'd make sure you don't have another mod that is somehow altering the reputation table.

I always have a clean copy of vbulletin running on my server in a directory that only I know of, so when I have problems with a mod I can install it on a forum where it is the ONLY mod, just to see if the mod itself is fundamentally broken, or there is something else going on. Just a suggestion - your mileage may vary.
Reply With Quote
  #24  
Old 03-07-2009, 12:33 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DebtFree View Post
I am having problems also with this mod.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(294) : eval()'d code on line 106
and lots of layout missing. I have tried changing the execution order but to no avail.

If I turn off every plugin under 'postbit_display_complete' EXCEPT this one, the problems is still there. If I turn this mods plugin off ... problem goes away. To me that says the issue is with this plugin and not the others. Please correct me if I am wrong.
even tried his update with no success
Reply With Quote
  #25  
Old 03-07-2009, 12:34 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestions for next version:

Option to allow x number of reputation comments only
Option to only show on first post
Option for members to not have it displayed on there post if possible

Thanks

Rick
Reply With Quote
  #26  
Old 03-07-2009, 01:47 PM
hambil's Avatar
hambil hambil is offline
 
Join Date: Jun 2004
Location: Seattle
Posts: 1,719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DebtFree View Post
I am having problems also with this mod.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(294) : eval()'d code on line 106
and lots of layout missing. I have tried changing the execution order but to no avail.

If I turn off every plugin under 'postbit_display_complete' EXCEPT this one, the problems is still there. If I turn this mods plugin off ... problem goes away. To me that says the issue is with this plugin and not the others. Please correct me if I am wrong.
PM me if you want me to take a look at it for you.
Reply With Quote
  #27  
Old 03-07-2009, 01:48 PM
hambil's Avatar
hambil hambil is offline
 
Join Date: Jun 2004
Location: Seattle
Posts: 1,719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DobieGillis? View Post
even tried his update with no success
I'm happy to try and help, just PM me.
Reply With Quote
  #28  
Old 03-07-2009, 02:55 PM
DebtFree's Avatar
DebtFree DebtFree is offline
 
Join Date: Dec 2008
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hambil View Post
Your problem sounds like a different one.

The error you are getting means that one of the queries I am making is not returning any results.

The mod only queries two tables. The user table to get the setting for images or colors, and the reputation table, to of course get the reputation comments. First, I'd check to make sure the postnotes_images_enabled field got added to your user table properly when you installed. After that, I'd make sure you don't have another mod that is somehow altering the reputation table.

I always have a clean copy of vbulletin running on my server in a directory that only I know of, so when I have problems with a mod I can install it on a forum where it is the ONLY mod, just to see if the mod itself is fundamentally broken, or there is something else going on. Just a suggestion - your mileage may vary.
Right ...
check database tables - all fine.
disabled EVERY product except this one - didn't work at all.
had huge problems re-enabling products again that depended on another product. Seems if a product depends on another and you disable it, even after re-enabling the 'depend on' product, you need to uninstall and reimport to be able to enable it again.

Anyway, as for this product, its caused me too much stress and so will be passing. Shame really coz I liked the idea.
Reply With Quote
  #29  
Old 03-07-2009, 08:30 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DebtFree View Post
Right ...
check database tables - all fine.
disabled EVERY product except this one - didn't work at all.
had huge problems re-enabling products again that depended on another product. Seems if a product depends on another and you disable it, even after re-enabling the 'depend on' product, you need to uninstall and reimport to be able to enable it again.

Anyway, as for this product, its caused me too much stress and so will be passing. Shame really coz I liked the idea.
same here, just not worth the agg with all the other mods. Too bad, good concept.
Reply With Quote
  #30  
Old 03-07-2009, 10:00 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

even tho I won't be installing this as it is not what I need currently. I just wanted to say you are doing a really good job at supporting this mod (you are very friendly) it is nice to have people around like you
Reply With Quote
  #31  
Old 03-07-2009, 10:02 PM
hambil's Avatar
hambil hambil is offline
 
Join Date: Jun 2004
Location: Seattle
Posts: 1,719
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note in response to those who have said this is causing problems with other modifications. I have installed on my site:

AME
Anti Ad Blocker
Automatic Thread Tagger
cpSettingsSort
cpSuperMenu
Cyb - Advanced Forum Statistics
Cyb - Moderating Stats
Cyb - PayPal Donate
Cyb - Sub-Forum Manager
Display Unread Posts and Reputation Comments
Enhances Post Time
Favorite Smilies
Forum-wide Search For Unanswered Threads
FractalizeR: Registration Form AJAX Enhancements
GTSmiliebox - Move Smilies Below Editor
Guest Tracking 3.8.002 Track Guest Visits
ibProArcade for vBulletin
Inactive Users
Live Topic
Logician's WebTemplates
Lower Breadcrumbs
Member Tracking
MGC chatbox Evo
MGC vBParis Sportifs
Opt-Out Forums from Get New Posts
Random User Tag
Separate Sticky and Normal Threads
Template Modification System
User Group Legend
vBCredits
vBCredits with ibProArcade
vbNetwork
vbPostNotes
Video-Directory
vMoods
You Replacement
Zoints SEO
[AJAX] Live Search
[AJAX] Who's Online

So those are modifications I can vouch it is compatible with.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05428 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete