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)
-   -   New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=243510)

DragonByte Tech 11-18-2015 05:21 PM

Quote:

Originally Posted by msmith79 (Post 2556718)
I have the PRO version. How do I place the Like button right next to the postbit controls "Reply" "Reply With Quote" ?

I've searched the thread but haven't come across the answer.

Thank you.

Pro support queries need to be posted in our Pro support forums :)

Quote:

Originally Posted by Krazeguy (Post 2556768)
I can't seem to find any information on adding Post Thanks to mobile themes. It doesn't appear to be a feature in the pro version either. Any suggestions?

Using the Metro Mobile @ themeforest

There is no mobile support at this time, sorry :(

Quote:

Originally Posted by Conehead555 (Post 2558944)
Where is this option?

You can find the information in the "readme_import.txt" file that is supplied with the product :)


Fillip

Conehead555 11-18-2015 05:23 PM

Just found it, thanks. :)

DragonByte Tech 12-07-2015 05:59 PM

Advanced Post Thanks / Like v3.4.0

New Features:

Thread Bump On Click
  • Ability to enable/disable thread bumping when you click a button
  • Controlled via vBulletin Options
  • (Pro) Can be enabled/disabled per button

Button Click Count: Show Thread
  • Display a block above the post list (showthread.php) with button click counts
  • Controlled via vBulletin Options
  • (Pro) Drop-down with the top 5 clicked posts

Button Click Count: Forum Display
  • Display a block above the thread list (forumdisplay.php) with button click counts
  • Controlled via vBulletin Options
  • (Pro) Drop-down with the top 5 clicked threads


Fillip

akz645 12-07-2015 09:50 PM

https://vborg.vbsupport.ru/
Please provide some screenshots of these new feature (especially the PRO features).

Quote:

Originally Posted by DragonByte Tech (Post 2559913)
Thread Bump On Click
  • Ability to enable/disable thread bumping when you click a button
  • Controlled via vBulletin Options
  • (Pro) Can be enabled/disabled per button

What button? I don't see any button.
I tried pressing like on the posts within the thread, that didn't bump it either.

Quote:

Originally Posted by DragonByte Tech (Post 2559913)
Button Click Count: Show Thread
  • Display a block above the post list (showthread.php) with button click counts
  • Controlled via vBulletin Options
  • (Pro) Drop-down with the top 5 clicked posts
Button Click Count: Forum Display
  • Display a block above the thread list (forumdisplay.php) with button click counts
  • Controlled via vBulletin Options
  • (Pro) Drop-down with the top 5 clicked threads

http://i.prntscr.com/5f81032eccbd46b...fbaf177c26.png
Can I see how the drop down looks like?

I think it (the count) would be better horizontally as opposed to vertically. So perhaps an option to change how/where it's displayed?

--------

Suggestions:

1) Currently the button count displays for all buttons. A new setting for us to pick which button count we want to appear in a specific forum section.

2) Have the button(s) statistics count appear for a single thread.
Over here: http://i.imgur.com/SwtqSyR.png
So just below where replies/views appears. Plus it would be great if we could arrange threads (ascending/descending order) based on the button statistics count (e.g: highest to lowest liked threads).
^The specific button(s) that appear in a specific forums should be dependant on a new adminCP setting.

3) Likewise, to arrange posts based on the button statistics count (e.g: highest to lowest thanked posts).

DragonByte Tech 12-18-2015 08:54 PM

Advanced Post Thanks / Like v3.4.0 Patch Level 1

Bug Fixes:
  • Resolved issues with the new "Button Click List" block


Fillip

DragonByte Tech 12-18-2015 08:56 PM

Quote:

Originally Posted by akz645 (Post 2559927)
http://i.prntscr.com/00e19fab25eb439...6f31f55e27.png
Please provide some screenshots of these new feature (especially the PRO features).


What button? I don't see any button.
I tried pressing like on the posts within the thread, that didn't bump it either.


http://i.prntscr.com/5f81032eccbd46b...fbaf177c26.png
Can I see how the drop down looks like?

I think it (the count) would be better horizontally as opposed to vertically. So perhaps an option to change how/where it's displayed?

--------

Suggestions:

1) Currently the button count displays for all buttons. A new setting for us to pick which button count we want to appear in a specific forum section.

2) Have the button(s) statistics count appear for a single thread.
Over here: http://i.imgur.com/SwtqSyR.png
So just below where replies/views appears. Plus it would be great if we could arrange threads (ascending/descending order) based on the button statistics count (e.g: highest to lowest liked threads).
^The specific button(s) that appear in a specific forums should be dependant on a new adminCP setting.

3) Likewise, to arrange posts based on the button statistics count (e.g: highest to lowest thanked posts).

Hi there, would it be possible for you to re-post this over @ our forum? As you can tell, it's difficult for us to provide adequate support here @ vBulletin.org due to the way the notification system works on this site.

Thank you, and sorry for the delay in getting back to you :(


Fillip

DragonByte Tech 01-11-2016 07:52 PM

Advanced Post Thanks / Like v3.4.1

New Features:

(Pro) Button Click Counter: Per-Button Disable
  • Each individual button can be disabled from the Total Click Counter above threads and posts
  • Controlled by editing each individual button and changing the relevant setting

Bug Fixes:
  • If a button is disabled in a forum, it will no longer show up in that forum?s click counter


Fillip

immolator 01-12-2016 05:22 PM

Using the skin called BlueSaint I have the following issue... using the latest version 3.4.1 (it also didn't work with previous versions)

https://vborg.vbsupport.ru/external/2016/01/12.png

Any help??

DragonByte Tech 01-18-2016 04:51 PM

This is most commonly the result of CSS settings, namely the background attribute of the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, in postbit.css.
To fix it, please try the following steps:

Step 1) Remove all the contents of the postbit_control_background StyleVar.
Step 2) If that didn't fix it, please enter the postbit.css file and find the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, and remove the background: definition.


Hope that helps :)


Fillip

immolator 01-22-2016 11:13 AM

Quote:

Originally Posted by DragonByte Tech (Post 2562903)
This is most commonly the result of CSS settings, namely the background attribute of the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, in postbit.css.
To fix it, please try the following steps:

Step 1) Remove all the contents of the postbit_control_background StyleVar.
Step 2) If that didn't fix it, please enter the postbit.css file and find the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, and remove the background: definition.


Hope that helps :)


Fillip

Thanks very much for trying to help but neither of these made any difference :(


All times are GMT. The time now is 03:22 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.02948 seconds
  • Memory Usage 1,758KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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