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 - [tk] Post Notes: Show reputation comments in posts without fresh (https://vborg.vbsupport.ru/showthread.php?t=207594)

hambil 03-06-2009 10:00 PM

[tk] Post Notes: Show reputation comments in posts without fresh
 
http://img23.imageshack.us/img23/931...tnoteslogo.gif

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 :p

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. :mad:

hambil 03-07-2009 09:14 AM

Reserved

Namaless 03-07-2009 09:35 AM

Good MOD.. Only not nice visual... is possible to create a simple box for all reputation comments? Thanks!

Magnumutz 03-07-2009 09:41 AM

Awesome idea dude ;)
I would click install, but i don't have a forum to use it on :p

hambil 03-07-2009 10:07 AM

Quote:

Originally Posted by Namaless (Post 1762339)
Good MOD.. Only not nice visual... is possible to create a simple box for all reputation comments? Thanks!

I'm not sure what you mean. You can replace the images or change the colors. What is it you are trying to do?

Jasem 03-07-2009 10:29 AM

Excellent MOD, Thank you

installed

Rickeo 03-07-2009 10:35 AM

It doesn't show up for me :(
Is there anyway I can manually edit postbit?

hambil 03-07-2009 10:43 AM

Quote:

Originally Posted by Rickeo (Post 1762387)
It doesn't show up for me :(
Is there anyway I can manually edit postbit?

It's virtually impossible for it not to show up, unless the install got corrupted somehow. It doesn't use a template. It directly modifies the $this->post['message'] variable in the postbit_display_complete hook.

I'd double check your install and settings.

Rickeo 03-07-2009 10:49 AM

I re-installed it.

And then gave rep or on my site I call them ehugs to this bottom post in this thread here

And it's just not showing up.

bing11 03-07-2009 10:52 AM

Quote:

Originally Posted by hambil (Post 1762391)
It's virtually impossible for it not to show up, unless the install got corrupted somehow. It doesn't use a template. It directly modifies the $this->post['message'] variable in the postbit_display_complete hook.

I'd double check your install and settings.

thanks

hambil 03-07-2009 10:52 AM

Quote:

Originally Posted by Rickeo (Post 1762393)
I re-installed it.

And then gave rep or on my site I call them ehugs to this bottom post in this thread here

And it's just not showing up.

I just PM'd you - let's see if we can figure it out :)

hambil 03-07-2009 11:18 AM

Quote:

Originally Posted by Rickeo (Post 1762393)
I re-installed it.

And then gave rep or on my site I call them ehugs to this bottom post in this thread here

And it's just not showing up.

Okay, it's fixed. I just changed the execution order of the vbPostNotes plugin to be 999. One of your other mods isn't playing nice.

DobieGillis? 03-07-2009 11:25 AM

not showing up for me either

DobieGillis? 03-07-2009 11:26 AM

Quote:

Originally Posted by hambil (Post 1762407)
Okay, it's fixed. I just changed the execution order of the vbPostNotes plugin to be 999. One of your other mods isn't playing nice.

how do you change the execution order? Very disappointed in this Mod

DobieGillis? 03-07-2009 11:34 AM

uninstallesd,played havoc with Live Topic and Image Resizer, Meh!

digicom 03-07-2009 11:34 AM

Installed And Working Thanks :up:

i also have these mods installed and have no issues at all
Quote:

DobieGillis uninstallesd,played havoc with Live Topic and Image Resizer, Meh!

hambil 03-07-2009 11:36 AM

Quote:

Originally Posted by DobieGillis? (Post 1762412)
how do you change the execution order? Very disappointed in this Mod

I'm sorry your disappointed. However, this particular issue (if your issue is the same as the other poster) is due to another mod behaving badly, not this one.

The execution order is changed by just opening the vbPostNotes plugin in the AdminCP->Plugins & Products->Plugin Manager and changing the field named Execution Order and saving.

Rickeo 03-07-2009 11:39 AM

Can you tell me which mod isn't playing nice lol?

And how to change execution order because I was having a very similar problem with another mod.

Thanks so much for your help and support though works like a charm :D

hambil 03-07-2009 11:43 AM

I'm not sure which mod, I'd have to go investigate. Basically, they'd have to be overwriting the post without preserving it's previous content, which is very bad.

Changing the execution order is explained in my previous post: https://vborg.vbsupport.ru/showpost....2&postcount=17

hambil 03-07-2009 11:55 AM

I've updated to change the execution order to 999, so all you have to do is reinstall with overwrite.

DebtFree 03-07-2009 12:04 PM

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.

hambil 03-07-2009 12:28 PM

Quote:

Originally Posted by DebtFree (Post 1762438)
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.

DobieGillis? 03-07-2009 12:33 PM

Quote:

Originally Posted by DebtFree (Post 1762438)
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

Rickeo 03-07-2009 12:34 PM

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

hambil 03-07-2009 01:47 PM

Quote:

Originally Posted by DebtFree (Post 1762438)
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.

hambil 03-07-2009 01:48 PM

Quote:

Originally Posted by DobieGillis? (Post 1762452)
even tried his update with no success

I'm happy to try and help, just PM me.

DebtFree 03-07-2009 02:55 PM

Quote:

Originally Posted by hambil (Post 1762450)
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.

DobieGillis? 03-07-2009 08:30 PM

Quote:

Originally Posted by DebtFree (Post 1762536)
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.

Hornstar 03-07-2009 10:00 PM

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 :)

hambil 03-07-2009 10:02 PM

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.

neverstop 03-08-2009 06:05 PM

Hmm I am having trouble with this mod as well.

Installed and enabled in the admincp but nothing shows up in the postbit at all.

Installed the latest version so I dont think the execution order is the problem here.

Not sure what could be the problem.

TimberFloorAu 03-08-2009 10:09 PM

Great MOD , works a charm. Thanks

Added couple of different images

to go into forum/styles/yourstyle/buttons/

Ideal for light backgrounds

Just rename postnote2 to postnote

! Clicks Installed

Arcade Fire 03-09-2009 03:10 PM

Live topic stops working with this :(

rinkrat 03-09-2009 03:23 PM

It works fine for me but I already have a lot of the reputation showing with the Thanks hack so tyhis is for the most part redundant.

Uninstalled!

Bigj85 03-09-2009 04:03 PM

works fine here,installed

rob01 03-09-2009 10:20 PM

templateedits-postnotes.xml for what is this file?

hambil 03-09-2009 10:20 PM

Quote:

Originally Posted by rinkrat (Post 1764124)
It works fine for me but I already have a lot of the reputation showing with the Thanks hack so tyhis is for the most part redundant.

Uninstalled!

This is actually quite different than the Thanks hack. It displays comments, for starters. It uses the reputation system that already exists and doesn't create a separate system. It also shows in the post not under the post. 'Thanks' is a good mod, but not the same.

hambil 03-09-2009 10:31 PM

Quote:

Originally Posted by rob01 (Post 1764405)
templateedits-postnotes.xml for what is this file?

This mod makes use of the Template Modification System.

To use it, install the Template Modification System first, then this mod.

Just in case you don't do that, and decide you want to after the fact, I've included a seperate templateedits-postnotes.xml file you can import using the Template Modification System.

However, you can also manually make the required template change as per the install instructions.

rob01 03-09-2009 11:14 PM

Uncached templates: postnotes_ajax_js (1)

any idea?

neverstop 03-10-2009 02:09 AM

Hi,

I still cannot get this hack to work. Is there a chance that is not compatible with this hack:

https://vborg.vbsupport.ru/showthread.php?t=130887


All times are GMT. The time now is 12:26 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.02121 seconds
  • Memory Usage 1,840KB
  • 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
  • (4)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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