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)

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!


All times are GMT. The time now is 05:47 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.01544 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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