PDA

View Full Version : Show Thread Enhancements - [tk] Post Notes: Show reputation comments in posts without fresh


hambil
03-06-2009, 10:00 PM
http://img23.imageshack.us/img23/9311/tkpostnoteslogo.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 (http://www.youtube.com/watch?v=0a1Ho2nvlsk)
Admin Video Demo Link (http://www.youtube.com/watch?v=yCJkjOzr2xo)

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
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
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 (http://beautiful-letdown.com/showthread.php?t=967)

And it's just not showing up.

bing11
03-07-2009, 10:52 AM
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
I re-installed it.

And then gave rep or on my site I call them ehugs to this bottom post in this thread here (http://beautiful-letdown.com/showthread.php?t=967)

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
I re-installed it.

And then gave rep or on my site I call them ehugs to this bottom post in this thread here (http://beautiful-letdown.com/showthread.php?t=967)

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
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
DobieGillis uninstallesd,played havoc with Live Topic and Image Resizer, Meh!

hambil
03-07-2009, 11:36 AM
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.php?p=1762422&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.
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 106and 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
I am having problems also with this mod.
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 106and 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
I am having problems also with this mod.
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 106and 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
I am having problems also with this mod.
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 106and 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
even tried his update with no success
I'm happy to try and help, just PM me.

DebtFree
03-07-2009, 02:55 PM
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
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
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
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 (https://vborg.vbsupport.ru/showthread.php?t=152931&highlight=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

hambil
03-10-2009, 02:34 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
I'm glad to come take a look for you. I'll send you a PM.

hambil
03-10-2009, 05:05 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
It looks to be working fine now.

I also tested on IE7, as an aside, and have added that to the tested browser list.

Martell
03-10-2009, 03:02 PM
Uncached templates: postnotes_ajax_js ((1)postnotes_ajax_js)
Uncached templates: userfield_postnotes_option ((1)userfield_postnotes_option) ???

hambil
03-10-2009, 03:26 PM
Uncached templates: postnotes_ajax_js ((1)postnotes_ajax_js) ??

Ah yes! I've been out of the game for a while :) Forgot to cache my templates. This will be fixed in the next release (coming soon). The next release will replace my custom YUI work with vBulletin popups and therefore greatly reduce incompatibility issues some of you may be experiencing. Look for it in the next day or two.

Redzzand
03-10-2009, 03:31 PM
got this error when trying to add reputation to a user...

This XML file does not appear to have any style information associated with it. The document tree is shown below.

hambil
03-10-2009, 04:27 PM
got this error when trying to add reputation to a user...

This XML file does not appear to have any style information associated with it. The document tree is shown below.

I'm not sure what would cause that - but most if not all such issues should be going away with the next release when I convert to using vBulletin popups. Please hang in there a bit longer :)

Bigj85
03-10-2009, 05:32 PM
I'm having the same problem "This XML file does not appear to have any style information associated with it."
I've gone back to version 1 for now which works fine,waiting for the update :)

DobieGillis?
03-10-2009, 05:37 PM
I'm not sure what would cause that - but most if not all such issues should be going away with the next release when I convert to using vBulletin popups. Please hang in there a bit longer :)

will try the new version

Namaless
03-11-2009, 07:23 AM
I'm having the same problem "This XML file does not appear to have any style information associated with it."
I've gone back to version 1 for now which works fine,waiting for the update :)
Same problem.. not show reputation question box and when choose reputation get this:

<?xml version="1.0" encoding="windows-1252"?>
<root>
<postid>6324</postid>
<cell0><![CDATA[<div><img src="images/misc/postnotes_pos.gif"/></div>]]></cell0>
<cell1><![CDATA[<div>&nbsp;Namaless:&nbsp;</div>]]></cell1>
<cell2><![CDATA[<div>&nbsp; </div>]]></cell2>
<rep>pos</rep>
</root>

hambil
03-13-2009, 10:14 AM
Updated to use the vBulletin popup system which should eliminate most if not all mod and browser compatibility issues.

Bigj85
03-13-2009, 06:47 PM
I'm having the same problem "This XML file does not appear to have any style information associated with it."
I've gone back to version 1 for now which works fine,waiting for the update :)

no problems now,everything seems to be working fine
good mod

DobieGillis?
03-13-2009, 07:01 PM
wow, zero. Nothing showing up

hambil
03-13-2009, 08:37 PM
I've offered to help install it for you - not sure what I can do.

DobieGillis?
03-13-2009, 08:44 PM
I've offered to help install it for you - not sure what I can do.

could be a Live Topic issue, it hates everythng else, or, maybe the three other rep mods I have going. No worries. I appreciate your offer.

Alfa1
03-14-2009, 11:08 PM
Could you please add the option to not show which member gave the rating?

hambil
03-15-2009, 12:03 AM
Could you please add the option to not show which member gave the rating?

Interesting idea. It's going to show in there usercp isn't it? Ah - but only to them not the world. Hmmmm... I can add that in easily enough. I'll put it on my list.

Alfa1
03-16-2009, 07:59 PM
The name of the member giving the rating is not displayed in the usercp if the usergroup setting 'Can See Who Left User Ratings' is set to 'no'.

hambil
03-16-2009, 08:01 PM
I supposed I should check that setting, and change the name in the postnote to 'Anonymous'? I could do that...

Alfa1
03-16-2009, 08:08 PM
Please just omit the name.

GrendelKhan{TSU
03-18-2009, 09:16 AM
nice bookmarked for next update :)

hambil
03-20-2009, 12:19 PM
Fixed a couple bugs, added video demo links. Enjoy.

Alfa1
03-27-2009, 05:24 PM
Please add usergroup permission, for viewing of rep comments in posts. I'd like to reserve this function to my ranking members.


Some remarks:

The settings in vbulletin options are too inbetween date& time options and cookie & http options. Please move them down; below the standard vb settings
This removes my reputation button in order to replace it with something that does not suit my skin. I have edited the options to get the default button & icons back.
There is a character limit, which cuts off comments. Please adjust this to fit the default limit.

Alfa1
04-03-2009, 05:56 AM
I found a bug:

After awarding reputation members get diverted to a page showing lots of text and codes, the only way they can exit this page is by clicking on the "Go back to previous page" arrow. they then get a message saying you can't award reputation to the same post.

<?xml version="1.0" encoding="windows-1252" ?>
- <root>
<postid></postid>

- <cell0>
- <![CDATA[ <div><img src="images/reputation/reputation_pos.gif"/></div> ]]>
</cell0>


- <cell1>
- <![CDATA[ <div>&nbsp;&nbsp;</div> ]]>
</cell1>


- <cell2>
- <![CDATA[ ]]>
</cell2>


<rep>pos</rep>

<clr>white</clr>

<bclr>green</bclr>

<legend>Reputation Comments on this post:</legend>

</root>
images/reputation/reputation_pos.gif is the icon I have added for positive post notes.
Members all seem to be using windows XP and IE.

hambil
04-03-2009, 10:31 AM
I'll see if I can reproduce it and get it fixed if I can.

Alfa1
04-06-2009, 03:16 PM
Great. I am getting more reports of this bug now and my members all seem to be using windows XP so far, but different browsers.

hambil
04-06-2009, 03:54 PM
It's some sort of javascript ajax failure, but I'm a bit at a loss to figure it out right now...

This has been running on my forum for 4 years before I released it lol

438,351 post notes left (see attachment).

Alfa1
04-06-2009, 05:02 PM
when I refresh the error message this comes up:

The XML page cannot be displayed

Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm...

hambil
04-06-2009, 05:08 PM
Looks like it might be an IE problem. See if this is of any use:

http://in.answers.yahoo.com/question/index?qid=20060812193550AAv5emQ

DobieGillis?
04-06-2009, 05:19 PM
finaly got it working, but same story. It stops Live Topic from working. Bah! I dig this mod.

hambil
04-06-2009, 06:07 PM
It stops Live Topic from working.
What doesn't? :p

DobieGillis?
04-06-2009, 06:13 PM
What doesn't? :p

you kow how the posts refresh without manually doing it? That's the problem.

Alfa1
04-11-2009, 08:32 AM
Looks like it might be an IE problem. See if this is of any use:

http://in.answers.yahoo.com/question/index?qid=20060812193550AAv5emQ
People with Firefox 3.0.8 report the same issue.

cucuigala
05-16-2009, 11:10 AM
Can we show Rep point beside of Rep comment?

neverstop
06-07-2009, 07:31 PM
How can I have this show guests the image version rather than the color blocks?

webuser00
06-09-2009, 10:15 PM
Some users reported getting this error:

This XML file does not appear to have any style information associated with it. The document tree is shown below.


<root>
<postid>93881</postid>

<cell0>
<div><img src="http://forum.xxxxxxxx.com/images/misc/postnotes_pos.gif"/></div>
</cell0>
<cell1><div>&nbsp;&nbsp;</div></cell1>

<cell2>
<div>&nbsp; Very helpfull post </div>
</cell2>
<rep>pos</rep>
<clr>white</clr>
<bclr>green</bclr>
<legend>Comments</legend>
</root>


Please let me know why this is happening and if it can be fixed..

I would also suggest a feature where the comments can remain anonymous on the post when viewed publically.. but to still allow the users who received the rep to view it in detail in their usercp

john102774
06-15-2009, 01:41 PM
..It stops Live Topic from working. Bah! I dig this mod.

I share your pain, torn between two great mods. :D

I will have to uninstall for now. :(

DobieGillis?
06-15-2009, 06:53 PM
I share your pain, torn between two great mods. :D

I will have to uninstall for now. :(

I hear ya! Can't give up LT. My forums best feature.

Alfa1
06-16-2009, 09:23 AM
Some users reported getting this error:

This XML file does not appear to have any style information associated with it. The document tree is shown below.


<root>
<postid>93881</postid>

<cell0>
<div><img src="http://forum.xxxxxxxx.com/images/misc/postnotes_pos.gif"/></div>
</cell0>
<cell1><div>&nbsp;&nbsp;</div></cell1>

<cell2>
<div>&nbsp; Very helpfull post </div>
</cell2>
<rep>pos</rep>
<clr>white</clr>
<bclr>green</bclr>
<legend>Comments</legend>
</root>
Please let me know why this is happening and if it can be fixed..
This is the same error as my members are experiencing.

xorex
09-18-2009, 03:02 PM
need feature show reputation comments if this added from postbit form (ignored post thanks hack)

ruchemist
11-07-2009, 07:59 PM
Is it possible to ignore a message from post thanks hack? This question is the same as from xorex.

fragov
11-08-2009, 03:03 PM
hambil, can you make possibility to skip comments with some text? I'm using "Post Thank you" hack, and when somebody click "Thank you" button it also add reputation with comment "Thank you!".

hambil
11-09-2009, 10:47 AM
hambil, can you make possibility to skip comments with some text? I'm using "Post Thank you" hack, and when somebody click "Thank you" button it also add reputation with comment "Thank you!".
If I understand the question you want integration with the Post Thank You mod so that it's 'thank you' reputation comments are not added (or can be turned off). First, I'd checked to make sure they can't be disabled from Post Thank You itself. If they can't, then I will look into it.

AdamCap
01-02-2010, 11:43 PM
Does this still have issues with Image Resizer and Live Topic? That's the only thing holding me back from installing this...

New Joe
02-15-2010, 03:15 AM
Me too, I won't even try to install it if it stops the Live Topic mod from working.

neverstop
03-25-2010, 04:44 PM
anybody get this working for 4.0?

Iguana Goddess
03-25-2010, 08:13 PM
Thanks works great and was simple to install.

furst
04-18-2010, 09:52 PM
any plans on releasing a 4.0 version?

Dj Smuggla
04-21-2010, 05:58 PM
Great mod, how to i change the word 'Comments' to Reputation?

Edit:
I've fixed that now...

Dj Smuggla
04-25-2010, 12:58 PM
If I understand the question you want integration with the Post Thank You mod so that it's 'thank you' reputation comments are not added (or can be turned off). First, I'd checked to make sure they can't be disabled from Post Thank You itself. If they can't, then I will look into it.

Yea that would be great if you could remove the "Thanked Post" comments.

Atm when you thank a user, & then refresh the page all the "Thanked Post" gets added to the Comments.

Do you think you can fix this hambil...

TheLou
06-04-2010, 04:45 PM
Is there one of these for 4.0.3?

matthewhotdude
06-14-2010, 02:38 PM
This is the same error as my members are experiencing.

Same here,

red.death
06-19-2010, 09:46 PM
Does this mod work with vb4?

BirdOPrey5
06-20-2010, 09:25 AM
My question is to the people who say this works with Live Topic- have you confirmed new posts actually pop up or did you just not see an error message and assumed it worked?

M? CaMPa
06-22-2010, 03:02 PM
thank you

BirdOPrey5
07-11-2010, 04:11 AM
Does anyone have a way of enabling this only for users who want it- I think if I make an on/off option profile field and put the display code in an IF statement to only display IF the filed is "On" it may work but I don't know how AJAX would be affected by this...

apokphp
08-02-2010, 08:57 PM
Like many other members, I'd like to know if this works for vb4.

I had a similar mod when I had vb 3.x...but I cannot recall where it is here. When I upgraded to vb4, I uninstalled all the old mods. Trying to find something that works like this for vb4.

apokphp
08-23-2010, 01:40 AM
Just to confirm...this does NOT work on vb4.0.

scuter
10-01-2010, 01:24 PM
is there anything that does this on VB4?

apokphp
10-01-2010, 03:19 PM
Been looking. I'm surprised that there isn't.

scuter
11-08-2010, 04:30 AM
bump for a vb4 port....

Alfa1
12-01-2010, 03:30 PM
Please update this to vb4.1

dondavis
02-03-2011, 05:58 PM
Sign +1

ctimes
02-09-2011, 01:28 PM
My question is to the people who say this works with Live Topic- have you confirmed new posts actually pop up or did you just not see an error message and assumed it worked?

Never got it working with LT :(

Even if it could be set not to refresh on the thread page and show on reload it would be nice to have both running.

Sebi
02-10-2011, 05:36 PM
Is there a chance to filter out the Thanked Post-Comments?... I've been trying to figure it out on my own but my knowledge in coding is very limited.



Yea that would be great if you could remove the "Thanked Post" comments.

Atm when you thank a user, & then refresh the page all the "Thanked Post" gets added to the Comments.

Do you think you can fix this hambil...

InfoNirvana
04-13-2011, 06:55 PM
Cool idea.
Could have many uses, not just reputation.

Alfa1
06-16-2011, 10:43 PM
Since a security exploit has been found with YUI 2.7 (https://vborg.vbsupport.ru/showthread.php?t=264524) and YUI needs to be set to version 2.9, please update this mod to YUI 2.9 as well.

Reputation in posts looks very ugly since I applied the security patch and it does not show who gave the reputation rating.

apokphp
06-24-2011, 09:46 PM
Glad I'm making the switch to XenForo. Support for so many mods and styles have just gone kaput in vb4.

realmr
06-25-2011, 02:22 PM
Glad I'm making the switch to XenForo. Support for so many mods and styles have just gone kaput in vb4.

This is 3.8 section, may be u need to check that out.
I still love vB over XF

cowcowcow
07-10-2011, 11:54 PM
does anyone know why the reputation icons/smiles are not showing up for Guest (but you can still see the comments)

it shows up fine for oother user groups. tried looking all around for the settings to change viewing permissiosn but cant find it in either the tk post note options or the usergroup manager. so frustrating!

apart from that i absoulutely love this mod

cowcowcow
10-30-2011, 03:04 AM
Any updates please? Some of my members (2-3) also cant see the ICONS next to the comments.

Please help

TheLastSuperman
12-02-2011, 07:30 PM
Moved to graveyard per authors request - https://vborg.vbsupport.ru/showthread.php?t=274938