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)
-   -   Miscellaneous Hacks - [AJAX] Thumbs Up? (https://vborg.vbsupport.ru/showthread.php?t=285720)

Crotan 09-26-2012 03:12 AM

Quote:

Originally Posted by Crrrazzzy (Post 2366192)
Is there a way to add the thumbs to the front page of the cms?

v1.8.0
- new feature: support for vBCMS articles & comments
- whos online locations added
- new feature: top rated (in latest 7 days) contents page
- new feature: postbit statistics
- change: only one button when "thumbs down" are disabled
- new feature: ability to change the color of the thumbs box and the color of amount font via admincp

From an older version change log, it appears it should already be in. Did you follow everything?

Skyrider 09-29-2012 03:46 PM

Is there anyway that you can thumb up/down users ONLY of the first post and disabled on other replies?

Scandal 09-29-2012 03:53 PM

Quote:

Originally Posted by FF|Skyrider (Post 2369522)
Is there anyway that you can thumb up/down users ONLY of the first post and disabled on other replies?

Yes, there is an option on admincp.
Check the option "Only first post" (set to YES).

SilverBoy 09-30-2012 03:50 AM

Hi Scandal

Is there any plans to add your great mod to the famous products like vbtube and photopost?

tr1cky 10-14-2012 04:05 PM

Can you add an option to hide posts when they have a negative count of X and then users can they decide to expand the post or not.

Braddock 10-16-2012 06:38 PM

Hi, lovin this Mod.

Is it possible to change the position of the Thumbbox?
Would be nice to have it left of the edit-button.

Draffi 10-16-2012 09:11 PM

maybe it is a good idea, when a Thumbs up/down is combined with the vb renomme System?

You can Enter the Value for this (per usergroup) in the admincp.

E.g a Thumbs up is +10 Points in the vbulletin Renommee System.

Impromptu 10-21-2012 05:50 AM

Quote:

Originally Posted by Impromptu (Post 2354755)
Very nice work and love it.

I use post-legacy style and just some minor issues.

With the people who are listed as thumbs up is there a way I can put in a right-margin it as the last letter is cut off on the right hand side.

Also, when the hover over the number of thumbs up, it's fine for posts with 4-5 lines but where there is a post with 1 lines it goes really weird. Just when I hover it, but otherwise it's fine.

I don't believe I have received a response but maybe my post was unclear.

https://vborg.vbsupport.ru/external/2014/02/32.png

The top image has an error indicated by the arrows as when you hover over the number it pushes the number/thumb to the left, but the bottom image you can see it perfectly aligned. The top image moves to the left as when the post has only 1-2 lines, but the bottom image doesn't as it has 4-5 lines in the post.

Is there a way that the right slider bar doesn't appear for the top image. Even better would be that if the right and bottom slider bar be removed completely, is that possible?

You can't see it but the top image continuous changes and moves back and forth from the top image to the bottom image to the top image to the bottom image.

Also is there a way to add a title to the image to say 'Vote Here' or 'Thumbs Up' so it makes it clearer to the reader that the thumbs up means you can vote there.

Thanks, Jay

PS - if the above is a result of my VB skin, could you just show how to put the 'thumbs up' after the content of the post? Thanks

jaffaman 10-21-2012 01:39 PM

1 Attachment(s)
Installed :) thanks for your great mod.


Quote:

Originally Posted by Kaleem (Post 2356250)
Guests can not see the rating? It just shows them number zero?

Will you be adding the guest accessibility?

I would like to see that as well.

I am not fussed if the guest can use it but i would like them to see the number of thumbs up/down votes and if they hover over the thumbs it comes up with something like You are not logged in or you do not have permission to use the Thumbs up/down rating system.

One other thing is there a setting to have one thumbs up/down per post so you can not give a post a thumbs up and a thumds down on the same post?.

Jennifer2010 10-22-2012 02:37 AM

The thumbs graphic shows up like this on my forum:
https://vborg.vbsupport.ru/external/2012/10/16.jpg

Does anyone know how I could modify the size/graphic to my liking?

Thank you!

Scandal 11-07-2012 06:42 PM

Quote:

Originally Posted by Kaleem (Post 2356250)
Guests can not see the rating? It just shows them number zero?

Will you be adding the guest accessibility? It will be a good addition.

Excellent Mod.

Quote:

Originally Posted by jaffaman (Post 2374777)
Installed :) thanks for your great mod.



I would like to see that as well.

I am not fussed if the guest can use it but i would like them to see the number of thumbs up/down votes and if they hover over the thumbs it comes up with something like You are not logged in or you do not have permission to use the Thumbs up/down rating system.

One other thing is there a setting to have one thumbs up/down per post so you can not give a post a thumbs up and a thumds down on the same post?.

wow it is a bug! To fix the viewing of thumbs votes to guests, open the file functions_sc_thumbs.php (located in /includes folder), find the lines:
Quote:

// if guest, do not load the thumbs (return empty cache)
if ($vbulletin->userinfo['usergroupid'] == 1) {
return $cache;
}
... and remove them!

jaffaman 11-07-2012 08:39 PM

Thanks a lot :)

cjwinternet 11-16-2012 08:48 AM

Installation went well, including the edit to allow guests to see ratings.

I like the following points:

The option to dislike a post or thread (unlike facebook where you can only like)

That you can't vote on your own threads or posts.

That you can change your mind.

Works well so far, thanks.

cjwinternet 11-16-2012 09:37 AM

Quote:

Originally Posted by Impromptu (Post 2354755)
Very nice work and love it.

I use post-legacy style and just some minor issues.

With the people who are listed as thumbs up is there a way I can put in a right-margin it as the last letter is cut off on the right hand side.

Also, when the hover over the number of thumbs up, it's fine for posts with 4-5 lines but where there is a post with 1 lines it goes really weird. Just when I hover it, but otherwise it's fine.

Quote:

Originally Posted by AURFSCAN (Post 2355170)
Also I think the show thumbers popup should be to the left of the box and up, not below..

That too can be fixed in the css. Reason being If there is only one post in a thread theres no room for the box and the browser goes crazy with trying to scroll.. theres a mention of it in this thread

Quote:

Originally Posted by Impromptu (Post 2374707)
I don't believe I have received a response but maybe my post was unclear.

https://vborg.vbsupport.ru/external/2014/02/32.png

The top image has an error indicated by the arrows as when you hover over the number it pushes the number/thumb to the left, but the bottom image you can see it perfectly aligned. The top image moves to the left as when the post has only 1-2 lines, but the bottom image doesn't as it has 4-5 lines in the post.

Is there a way that the right slider bar doesn't appear for the top image. Even better would be that if the right and bottom slider bar be removed completely, is that possible?

You can't see it but the top image continuous changes and moves back and forth from the top image to the bottom image to the top image to the bottom image.

Also is there a way to add a title to the image to say 'Vote Here' or 'Thumbs Up' so it makes it clearer to the reader that the thumbs up means you can vote there.

Thanks, Jay

PS - if the above is a result of my VB skin, could you just show how to put the 'thumbs up' after the content of the post? Thanks


Was a fix for this yet? Basically, when rolling over the number to enable stats in the drop down box, a scroll bar is added to a short post, making the whole thumbs area flicker in and out.

cjwinternet 11-16-2012 10:30 AM

Found the solution. You need to edit postbit.css and add this...

Code:

/* enable overflow */

.postbit .postrow {
        overflow: visible;
}


maria bartolome 11-16-2012 12:01 PM

Error

http://www.esquemasdeabalorios.es/thumbs_center.php?

maria bartolome 11-16-2012 12:31 PM

Error here http://img96.imageshack.us/img96/4863/imagen1qz.jpg

Scandal 11-16-2012 12:44 PM

Quote:

Originally Posted by maria bartolome (Post 2381517)

Quote:

Originally Posted by maria bartolome (Post 2381522)

It is necessary to upload the files of the product.
Upload all the files of /upload/ folder to your ftp. :)

cjwinternet 11-16-2012 12:53 PM

What's the chances of being able to see the current thread rating displayed elsewhere, like on the various forum listings?

maria bartolome 11-16-2012 02:20 PM

Quote:

Originally Posted by Scandal (Post 2381525)
It is necessary to upload the files of the product.
Upload all the files of /upload/ folder to your ftp. :)

Thanks perfect!!
not understand how are installed :
importers.zip

Scandal 11-16-2012 02:33 PM

Quote:

Originally Posted by maria bartolome (Post 2381557)
Thanks perfect!!
not understand how are installed :
importers.zip

Use the files of importers.zip ONLY if you were use Post Thank You Hack or vBSEO Likes system to your site AND you want to replace these systems with [AJAX] Thumbs Up? system. :up:

maria bartolome 11-16-2012 07:49 PM

ok Do not use any of the plugins . then do not install
Thanks for everything !

thanasis1 11-28-2012 10:30 AM

hello scandal,
i installed it ok but when i move mouse over the counter at postbit the popup window flashing (the window that show counter).
any suggestion?

thanasis1 11-29-2012 08:33 PM

i believe there is not enought height at each post.

webrats 12-06-2012 07:22 PM

so this wont work with 4.1.9?

initiald 12-08-2012 12:11 PM

Quote:

Originally Posted by tr1cky (Post 2372956)
Can you add an option to hide posts when they have a negative count of X and then users can they decide to expand the post or not.

I second this. This is the most important feature of any thumb rating system. Ability to hide post with negative thumb is a great addition to have to deal with spammer and troll.

umbrae12 12-09-2012 04:55 PM

Thanks for this great mod!

I wanted to know how I could change "Thumbs Up/Down" text into something different. I'm talking about the text that shows up under user's avatar:

https://vborg.vbsupport.ru/external/2012/12/28.png

Scandal 12-10-2012 12:45 PM

Quote:

Originally Posted by umbrae12 (Post 2389535)
Thanks for this great mod!

I wanted to know how I could change "Thumbs Up/Down" text into something different. I'm talking about the text that shows up under user's avatar:

https://vborg.vbsupport.ru/external/2012/12/28.png

You can change the phrases sc_thumbs_title_thumbsup and sc_thumbs_title_thumbsdown or you can edit the template sc_thumbs_postbit_info. :up:

umbrae12 12-11-2012 03:03 AM

Thank you. I found it. :]

kyborg 12-20-2012 06:01 AM

hi, the mod is great, you did a good job, but I have a problem... whenever the user gives thumb, it refreshs the page... not using ajax.... why is that?

Scandal 12-20-2012 10:40 AM

Quote:

Originally Posted by kyborg (Post 2391792)
hi, the mod is great, you did a good job, but I have a problem... whenever the user gives thumb, it refreshs the page... not using ajax.... why is that?

Go to admincp > vbulletin options > General settings..

..and at the block "Disable AJAX Features" set "Enable All Ajax Features". :up:

kyborg 12-20-2012 02:35 PM

Quote:

Originally Posted by Scandal (Post 2391814)
Go to admincp > vbulletin options > General settings..

..and at the block "Disable AJAX Features" set "Enable All Ajax Features". :up:

Thanks for the quick reply... this is already set... but still have problem

Scandal 12-20-2012 02:43 PM

Quote:

Originally Posted by kyborg (Post 2391838)
Thanks for the quick reply... this is already set... but still have problem

hmm, try to re-upload the file sc_thumbs.js to the folder clientscript on your FTP :rolleyes:

kyborg 12-20-2012 03:19 PM

great.. it works ;), i didn't set the permission on the js file (s3)... thanks... great mod, recommend for everyone.... you did a very well done job

My Hattiesburg 12-20-2012 11:45 PM

Quote:

Originally Posted by cjwinternet (Post 2381504)
Found the solution. You need to edit postbit.css and add this...

Code:

/* enable overflow */

.postbit .postrow {
        overflow: visible;
}


I tried to do the edit but it didn't work for me. Is there a certain place within the css file that this needs to go?

stickskills 12-21-2012 01:46 AM

Every single time that I try to install the product, it gets hung up & never fully "completes". When I look at the manage products screen, it shows it as being installed but I don't have any of the options on the sidebar to actually configure the mod.

Any ideas on how to fix this? I'm on vB 4.2.0.

wally07 12-24-2012 08:13 PM

Excellent hack! TY.

There's only a small problem I encountered while using postbit on any theme (including the default vBulletin theme). Using postbit_legacy doesn't have the follow issue.

Plugin enabled
https://vborg.vbsupport.ru/

Plugin disabled
https://vborg.vbsupport.ru/


The post #'s and the physical post layout get thrown out of whack a small bit.

I've reuploaded the contents to the server as well as re-installed the product xml; same results. I will try to add it to my other mostly stock test forum (1 plugin - a chatbox) and see if the results are the same.

Also, the:
Thumbs Up/Down
Received:
Given:

Are not aligned. See below:
https://vborg.vbsupport.ru/

Many thanks in advance.

edit:
Forgot to mention, I'm using vB 4.2 patch level 3

wally07 12-25-2012 10:39 PM

Quote:

Originally Posted by cjwinternet (Post 2381504)
Found the solution. You need to edit postbit.css and add this...

Code:

/* enable overflow */

.postbit .postrow {
        overflow: visible;
}


This fixed the scrolling issue I encountered as well. Thank you! :)

ciano1 01-07-2013 01:15 AM

Love this mod, favourite like/thumbs up mod by far.

My only issue is I dont wan't users to be able to "unvote" their thumbs up.
Instead I would prefer if the grey icon appeared and there thumbs up stood forever.

Is there any code I could change to make this happen?

EDIT: Also I think it would be better if no number appeared when there is no votes on a post instead of a zero.

Thanks.

Toorak Times 01-09-2013 01:36 PM

Great Mod....couldnt get it to work at first but I found that it conflicted with Gio~Logists Advanced Forums hack


All times are GMT. The time now is 03:12 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.01701 seconds
  • Memory Usage 1,845KB
  • 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
  • (3)bbcode_code_printable
  • (21)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
  • (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