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)

Scandal 07-21-2012 03:52 PM

Quote:

Originally Posted by Alex@bulletin (Post 2350168)
Yeah did so and it fixed that issue. But it doesn't tell us how this bug has occurred...

If you achieve this again (:D) try to understand how it accurred. I have installed my hack to my vB3 forum and I haven't any problem like this. :confused:

Barbaro 07-21-2012 05:06 PM

Very good, supports vBSEO Likes?

regards

SilverBoy 07-22-2012 01:23 AM

You don't reply on my request Scandal !!

Scandal 07-22-2012 04:44 AM

Quote:

Originally Posted by SilverBoy (Post 2350307)
You don't reply on my request Scandal !!

Sorry, I see it but I forget to reply!

This hack firstly developed for my vB3 forum, so after "conversion" to vB4 I don't give importance to CMS Articles and comments. I describe this hack as "system for all content of vBulletin", so I'll try to import its functions to vBulletin CMS system.

TheChief 07-22-2012 07:33 AM

All seems to be running as intended on my site now

Thanks

RSNF 07-22-2012 01:03 PM

Quote:

Originally Posted by Barbaro (Post 2350202)
Very good, supports vBSEO Likes?

regards


Same question from me does it support vBSEO Likes?

AURFSCAN 07-22-2012 03:39 PM

1 Attachment(s)
Very good mod Scandal.. customised css to suit my style :up:

Scandal 07-22-2012 09:34 PM

v1.8.0 available! :up:
Changelog:
- 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
- change: thumbs box colors related with style colors (no compulsory fixed color)
- new feature: ability to change the color of the thumbs box and the color of amount font via admincp

qpurser 07-22-2012 09:47 PM

Very very nice.
Update already installed.

Thx so much for all your hard work

Manoel J?nior 07-22-2012 11:39 PM

Thank Scandal, another excellent product.

This hack / mod work with the SEO Like?

asprens 07-23-2012 02:41 AM

Will there be a very nice blog pages I congratulate

In the blog comments and inputs would be very good if

thecore762 07-23-2012 06:51 AM

I went ahead and thumbed up this thread!

TheChief 07-23-2012 08:39 AM

Is there any way that this mod can be linked to the rep?

So when someone thumbs up then the rep for the recipient gets a point?

Thoughts and support on this would be fantastic

Alex@bulletin 07-23-2012 08:40 AM

Quote:

Originally Posted by Scandal (Post 2350563)
v1.8.0 available! :up:
Changelog:
- 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
- change: thumbs box colors related with style colors (no compulsory fixed color)
- new feature: ability to change the color of the thumbs box and the color of amount font via admincp

great. will download now and look for new phrases. (maybe I got to pm you, as I have some phrases I don't know where they arise.....:erm:)

Alex@bulletin 07-23-2012 09:10 AM

1 Attachment(s)
Hi there, on my testing and translating board is the Post Thank /Like Hack of DB tech installed.
The postbit contents of this hack and your hack have merged. I don't know whether this is a bug of your mod or theirs, but I will post a screenshot to show this. Maybe you can check that:

Screenshot:

https://vborg.vbsupport.ru/attachmen...1&d=1343038207

AURFSCAN 07-23-2012 09:43 AM

Scandal...Hi

When you thumbs down, it dispays -1 (minus number)

I would like it that when you thumbs up, it displays +1 (positive number) instead of just 1

Can you pm me the edit or put it here, else maybe an update if others want it.

cheers

Scandal 07-23-2012 06:26 PM

Tomorrow the importer vBSEO Likes to Thumbs Up? system... :up: (I had to do some tests)

Quote:

Originally Posted by Alex@bulletin (Post 2350671)
Hi there, on my testing and translating board is the Post Thank /Like Hack of DB tech installed.
The postbit contents of this hack and your hack have merged. I don't know whether this is a bug of your mod or theirs, but I will post a screenshot to show this. Maybe you can check that:

Screenshot:

You're right, I'll check it on my localhost.
Quote:

Originally Posted by AURFSCAN (Post 2350681)
Scandal...Hi

When you thumbs down, it dispays -1 (minus number)

I would like it that when you thumbs up, it displays +1 (positive number) instead of just 1

Can you pm me the edit or put it here, else maybe an update if others want it.

cheers

I'll reply you in a few hours. :)

Quote:

Originally Posted by TheChief (Post 2350664)
Is there any way that this mod can be linked to the rep?

So when someone thumbs up then the rep for the recipient gets a point?

Thoughts and support on this would be fantastic

I have no touch with the vBulletin reputation system. I'll check it on the future.

Scandal 07-23-2012 06:52 PM

Quote:

Originally Posted by AURFSCAN (Post 2350681)
Scandal...Hi

When you thumbs down, it dispays -1 (minus number)

I would like it that when you thumbs up, it displays +1 (positive number) instead of just 1

Can you pm me the edit or put it here, else maybe an update if others want it.

cheers

Open template sc_thumbs_box and find:
Code:

{vb:raw amount}
add before:
Code:

<vb:if condition="$amount > 0">+</vb:if>
also find (in the same or the next line):
Code:

{vb:raw list.users_plus_num}</vb:if>
add before:
Code:

+
Done!

AURFSCAN 07-23-2012 07:19 PM

1 Attachment(s)
sweeet... your the coolest bro, cheers that works great

Code:

<span class="tool">
<vb:if condition="$amount > 0">+</vb:if>
            {vb:raw amount}


Manoel J?nior 07-23-2012 09:34 PM

Wowww wait for VBSeo Like!

Thanks Scandal!

SwollenCranium 07-23-2012 11:59 PM

Sir,

While viewing a thread with the thumbs system active and set for ALL USERGROUPS I notice that certain members will not have the system active in their post even though every one else does, even folks in the same user group.

I've checked all settings, and there appears to be nothing amiss.

Check THIS thread. See post #4 does not have the ability to thumb. And if I visit that particular member in other threads he is still not active.




EDIT: It is folks that DO NOT have a signature. So my members that do not have a signature active also can not have the thumbs in their posts.


Edit 2 : I fixed it. I made the template edit for the post bit legacy in the wrong place. All is well.

kevin.kool 07-24-2012 06:13 AM

Very great! Installed + nominated !
Looking for this mod for years !

Scandal 07-24-2012 09:02 AM

vBSEO Likes to Thumbs Up? importer, available! You can find it inside the importers.zip, attached to the first post. ;)

Manoel J?nior 07-24-2012 02:08 PM

Quote:

Originally Posted by Scandal (Post 2350992)
vBSEO Likes to Thumbs Up? importer, available! You can find it inside the importers.zip, attached to the first post. ;)

I love your mods Scandal!!!!

Very thanks!

Barbaro 07-24-2012 02:40 PM

It does not work for me.

No matter I love.

Ejem:

http://www.foroxd.com/noticias/40359...tml#post627569

Scandal 07-24-2012 03:17 PM

Quote:

Originally Posted by Barbaro (Post 2351062)
It does not work for me.

No matter I love.

Ejem:

http://www.foroxd.com/noticias/40359...tml#post627569

Do you run the importer?

An importer inserts the likes/thanks from one system to other. We don't talk about integration by about moving from one system to other by turning off the "old" system after the importing.

Kış 07-24-2012 03:35 PM

Quote:

Originally Posted by Scandal (Post 2350992)
vBSEO Likes to Thumbs Up? importer, available! You can find it inside the importers.zip, attached to the first post. ;)

Wow, Great.
You have even include that option.
I will definitely test this. :)

SilverBoy 07-24-2012 04:51 PM

Quote:

Originally Posted by Scandal (Post 2350340)
Sorry, I see it but I forget to reply!

This hack firstly developed for my vB3 forum, so after "conversion" to vB4 I don't give importance to CMS Articles and comments. I describe this hack as "system for all content of vBulletin", so I'll try to import its functions to vBulletin CMS system.

Thanks, I'll wait for your update :)

SilverBoy 07-24-2012 08:51 PM

waw you did it already, you are my hero Scandal :)

SilverBoy 07-24-2012 09:01 PM

Already nominated.

We still need this great mod to work with blog entries and comments :)
BTW I use vbtube and I wish I get this awesome mod to work with it (videos and comments).

Alex@bulletin 07-25-2012 04:16 PM

1 Attachment(s)
One more bug report from me till I provide my translation: (i sent you a pm, concerning some phrases)

Screenshot:

https://vborg.vbsupport.ru/attachmen...1&d=1343236533

There is the following issue:
If I double click on a vote button unfortunately, the voting box disappears and the phrase "nopermission_loggedin_ajax" appears within the postbit. A very strange bug..... :D

can you fix that ;)

Martyn1983 07-25-2012 05:10 PM

I disabled stats in postbit - when I double click on a vote the voting options for that particular post dissapear completely. Refresh the page and the vote options return, complete with the vote as cast.



Quote:

Originally Posted by Alex@bulletin (Post 2351359)
One more bug report from me till I provide my translation: (i sent you a pm, concerning some phrases)



There is the following issue:
If I double click on a vote button unfortunately, the voting box disappears and the phrase "nopermission_loggedin_ajax" appears within the postbit. A very strange bug..... :D

can you fix that ;)


Scandal 07-25-2012 05:32 PM

Quote:

Originally Posted by Martyn1983 (Post 2351377)
I disabled stats in postbit - when I double click on a vote the voting options for that particular post dissapear completely. Refresh the page and the vote options return, complete with the vote as cast.

Quote:

Originally Posted by Alex@bulletin (Post 2351359)
Screenshot:

There is the following issue:
If I double click on a vote button unfortunately, the voting box disappears and the phrase "nopermission_loggedin_ajax" appears within the postbit. A very strange bug..... :D

can you fix that ;)

It is not a bug, it occurs for the reason that the box does not have the time (when you do a fast double click) to refresh its buttons, so the system recognize that you try to vote again.
This system works with one click, not with double.

May a improvement to the code fix this problem to next releases. :)

Alex@bulletin 07-25-2012 06:20 PM

1 Attachment(s)
Hi there, German translation is available for Download now:
http://www.vbulletin-germany.org/sho...0831#post80831

I will upload my first version of the translation in this thread too, so you can test it, but I won't update it anymore, as I'll give only support and updates on the German modification page ;)

SY

Alex

sandboa 07-25-2012 09:16 PM

1 Attachment(s)
Great mod. But can you help me get the Name field above the thumbs up/down field?

SilverBoy 07-25-2012 09:32 PM

Quote:

Originally Posted by SilverBoy (Post 2351136)
Already nominated.

We still need this great mod to work with blog entries and comments :)
BTW I use vbtube and I wish I get this awesome mod to work with it (videos and comments).

Again Scandal :)

Mr_Running 07-25-2012 09:45 PM

Quote:

Originally Posted by SilverBoy (Post 2351136)
BTW I use vbtube and I wish I get this awesome mod to work with it (videos and comments).

:up:

I would also like this to work with vbtube video and comments...
and vbtube photos would be awesome. :)

AURFSCAN 07-27-2012 12:03 AM

1 Attachment(s)
I didnt want the thumbs box in each post displaying a '0'

I only wanted it to display a number if someone thumbed up/down.

Heres how to,

edit sc_thumbs_box template

find

Code:

{vb:raw amount}
and replace with

Code:

<vb:if condition="$amount !=0 ">{vb:raw amount}</vb:if>

:) thanks again for a great mod Scandal

Mr_Running 07-27-2012 01:10 AM

Quote:

Originally Posted by AURFSCAN (Post 2351746)
I didnt want the thumbs box in each post displaying a '0'

I only wanted it to display a number if someone thumbed up/down.

Heres how to,

edit sc_thumbs_box template

find

Code:

{vb:raw amount}
and replace with

Code:

<vb:if condition="$amount !=0 ">{vb:raw amount}</vb:if>

:) thanks again for a great mod Scandal

I like the idea :up:
Current I only have this mod set up for Album Pictures and Picture Comments.
The above template change does not seem to work as it is displaying (zero) 0...
at least for me.

AURFSCAN 07-27-2012 01:26 AM

Maybe Scandal can sort the code.. works for me though


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.02752 seconds
  • Memory Usage 1,839KB
  • 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
  • (9)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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