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)

Merriweather 04-04-2011 02:46 PM

I had tried both with no luck. Will try again tonight after work and let you know what happens.

DragonByte Tech 04-04-2011 04:13 PM

Please also try flushing any cache systems like vB Optimise and vBSEO.

Fillip

Merriweather 04-04-2011 04:38 PM

I don't use either of those. :)

grc 04-04-2011 04:59 PM

Will this plan of transition work?

1. Install the light version of this mod, but leave the old "thanks" in place (this just for testing purposes).
2. If it works okay, get the pro version and import the old thanks database, and then disable the old thanks version

DragonByte Tech 04-05-2011 02:12 AM

Yeah that will work fine :)


Fillip

Merriweather 04-05-2011 10:16 PM

Ok, tried again...

Uploaded the folders to my forum directory and permissions are set properly. I'm running 4.1.2 so I chose the xml file from the vb40 file in the "Import Product" section. Going on four minutes of waiting and it still hasn't installed.

I have your moods and status mod installed and working, and a few other mods installed and working (some I have installed since trying yours, so I know it's not that my installer broke somehow), so I don't get why this one won't install for me. :(

ETA ~ 7 minutes later and I got a blank admin screen. :( If I go to products, it's not there.

DragonByte Tech 04-05-2011 10:21 PM

You must have a large post table then, sometimes these things occur when installing to a large post table.

Unfortunately I don't think there's anything I can do about this :(


Fillip

Merriweather 04-05-2011 10:40 PM

Yes, I have a large post table - I'm going on two days of updating the search index since upgrading. :(

I really want to use this mod! What does it to do the post table - maybe it's something I can do manually in steps...??

Merriweather 04-05-2011 10:58 PM

Stupid question, but lines 51 and 52 of 100.php say:

PHP Code:

    self::$db->query_write("ALTER TABLE `" TABLE_PREFIX "thread` ADD ADD `dbtech_thanks_enablelike` ENUM( '0', '1' ) NOT NULL DEFAULT '1'");
    
self::$db->query_write("ALTER TABLE `" TABLE_PREFIX "thread` ADD ADD `dbtech_thanks_enabledislike` ENUM( '0', '1' ) NOT NULL DEFAULT '1'"); 

Could the double "ADD" be messing it up at all?

DragonByte Tech 04-05-2011 11:01 PM

I doubt that, SQL woulda thrown an error.

What I might do, for the next version, is release a simplified installer that won't need to alter the table - instead I'll create a new table that'll only be populated by posts that have had their settings altered.

Fillip

grc 04-06-2011 01:06 AM

I installed the lite version yesterday - it went pretty good, although I should have used Super Admin when I installed it, so had to finish it manually.

Today I bought the pro version and installed it. The install was easy and quick.

The import took a long time - about an hour.

As mentioned in an earlier post, I created hacked duplicates of the old Thanks mod, for instance, one for "Laughing."

I really wanted to hack the importer to import those stats too, but after a half hour of playing with it I decided it wasn't going to work for me, so I just let our forum start over on that one.

Anyway, I really like the pro version - all the numbers will please stats geeks for sure!

Thanks for the nice mod.

Merriweather 04-06-2011 02:13 AM

Quote:

Originally Posted by DragonByte Tech (Post 2181344)
What I might do, for the next version, is release a simplified installer that won't need to alter the table - instead I'll create a new table that'll only be populated by posts that have had their settings altered.

Thanks, I'll keep an eye out for that. :)

pransis 04-15-2011 03:01 AM

Does this hack follow the settings of Reputation giving? For example, you can only give userA rep points after you have given 30 other people rep points and you can only a certain amount of rep points per day.

creozavr 04-15-2011 08:06 AM

1 Attachment(s)
Hi everyone ;)
How can I remove the space between the post and hack's info?
Thanx

DragonByte Tech 04-15-2011 08:49 AM

Quote:

Originally Posted by pransis (Post 2184831)
Does this hack follow the settings of Reputation giving? For example, you can only give userA rep points after you have given 30 other people rep points and you can only a certain amount of rep points per day.

No, it doesn't interact with the Reputation Power at all.

Quote:

Originally Posted by creozavr (Post 2184867)
Hi everyone ;)
How can I remove the space between the post and hack's info?
Thanx

Unfortunately that's not possible.


Fillip

Gradonil_Ral 04-15-2011 01:29 PM

Post Thanks/Like tab in the profiles displays hidden threads' names.

Is there a way to fix it?

DragonByte Tech 04-15-2011 01:38 PM

There is no way to detect whether the person can view the thread but not the contents. It will correctly hide threads for forums the person does not have the password for, cannot access or cannot view threads.

Fillip

Gradonil_Ral 04-16-2011 07:16 AM

No, I meant that it displays thread names from the hidden forums.
People might not be able to access the threads, but sometimes the names of the threads speak too much already.

DragonByte Tech 04-16-2011 12:37 PM

The only way that would occur is if the person did not have access to view thread contents as described above.

It's been tested numerous times and as long as the forum is either password protected or their usergroup has "can access forum" set to no, the thread won't show up.

Fillip

Lestat_ 04-16-2011 04:23 PM

Quote:

Originally Posted by DragonByte Tech (Post 2080522)
The only explanation I can think of is that some other mod is not properly appending to the postbit hook.

Try setting the execution order for the "Postbit Integration" plugin to 99 and see if that solves it.


Fillip

had a similar problem, installed PHPKD_VBLVB_ULTIMATE linkchecker bot and suddenly no more thanks postbit info, when I disabled the linkchecker bot, postbit re-appeared.
Then read this post, tried to put 99 in the "postbit integration" execution order, enabled the linkchecker bot, and both are working fine now :) thanks for the solution :up:

DragonByte Tech 04-16-2011 04:35 PM

Please post in that modification thread and ask the author to use .= and not = when adding items to the postbit_right_after_posts template hook.

They will understand what I mean :)


Fillip

Lestat_ 04-16-2011 04:53 PM

Quote:

Originally Posted by DragonByte Tech (Post 2185325)
Please post in that modification thread and ask the author to use .= and not = when adding items to the postbit_right_after_posts template hook.

They will understand what I mean :)


Fillip

great, will certainly do that ! thanks for the tip mate :)

Warlord 04-17-2011 09:22 PM

1 Attachment(s)
Quote:

4. Configure your Usergroup settings by clicking "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu, then
editing each button and setting your usergroup permissions from there.
The only Post Thanks options I have in the Admin CP are these.

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

I'm not seeing any "Thanks for the post" or "Like" buttons anywhere in the postbit.

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

Also, there was no image file in the zip, which is maybe why I'm not seeing a button in the postbit? Do we need to create our own button or something?

DragonByte Tech 04-17-2011 09:31 PM

Please give your account either Super Administrator permissions or the Can Administer Thanks permission, then you will be able to follow that step correctly :)


Fillip

Warlord 04-17-2011 09:43 PM

Thanks, that did the trick. :)

Sai01 04-18-2011 04:50 AM

how can i edit the post thanks /link bard color and font style? you know, the bar above the actually thanks/like button...

edit: nevermind, got it! another question, how to i give points to a member by how much they say thanks? i'm using your credit point system. vBCredits II Deluxe v2.0.0 Lite

x YNWA x 04-18-2011 10:11 PM

Sorry, I am lost. Installed this but no thanks or like buttons showing on any of my posts. Followed instructions too. Using vb 4.1.2

DragonByte Tech 04-18-2011 10:48 PM

Quote:

Originally Posted by Sai01 (Post 2185852)
how to i give points to a member by how much they say thanks? i'm using your credit point system. vBCredits II Deluxe v2.0.0 Lite

That's not currently possible, sorry :(

Quote:

Originally Posted by x YNWA x (Post 2186114)
Sorry, I am lost. Installed this but no thanks or like buttons showing on any of my posts. Followed instructions too. Using vb 4.1.2

Edit the permissions in the Button Manager.

If they still don't show up, please try disabling all other mods one by one until you find the conflicting one.


Fillip

ranafarooq 04-19-2011 03:52 PM

not working for 4.1.3 creating problem of forcing all my posts from guests users even they are post by whatever group i.e. admin, supermods etc

please correct it I want to use it for my forum

DragonByte Tech 04-19-2011 04:29 PM

This can occasionally happen if you install it with an account that is not Super Administrator.

Please manually run /admincp/thanks.php?do=finalise&version=110

If you receive any errors at the end of that script run, ignore them and manually proceed to run /admincp/thanks.php?do=finalise&version=111

Once both those scripts have been ran, it should work as intended :)


Fillip

ranafarooq 04-20-2011 12:32 AM

Quote:

Originally Posted by DragonByte Tech (Post 2186349)
This can occasionally happen if you install it with an account that is not Super Administrator.

Please manually run /admincp/thanks.php?do=finalise&version=110

If you receive any errors at the end of that script run, ignore them and manually proceed to run /admincp/thanks.php?do=finalise&version=111

Once both those scripts have been ran, it should work as intended :)


Fillip

great Fillip! I just run
/admincp/thanks.php?do=finalise&version=110

and the second step was done automatically.

working fine now no side effects found yet. hats off to you.:)

thespi 04-20-2011 06:03 PM

Can you link the like post to the default facebook like so when like is clicked facebook like will also be performed.

DragonByte Tech 04-20-2011 06:25 PM

Quote:

Originally Posted by thespi (Post 2186728)
Can you link the like post to the default facebook like so when like is clicked facebook like will also be performed.

Sorry, that's not really possible :(


Fillip

alexperu 04-21-2011 03:39 PM

I would like to use it for my forum version 4.1.2 or 4.1.3 after actuaoice it, but I get an error someone can upgrade and repair
Best regards

DragonByte Tech 04-21-2011 04:29 PM

Sorry, I don't understand what error you are receiving.

Fillip

Lestat_ 04-21-2011 04:35 PM

I installed on 4.1.2 without a problem :)

coolankur49 04-23-2011 06:52 AM

First of all, thanks for this MOD... i really like it. It is installed on Helpline3D.com http://www.helpline3d.com
we are thinking to buy the pro version as soon as we have the funds.

Now, I have disabled thanks and unlikes and only kept the like option just like facebook.

But I am not able to find from where should I disable the thanks and unlike form appearing anywhere on the posts, profiles and statistics.

Thanks (Given) 0 (should not display)
Thanks (Received) 0 (should not display)
Likes (Given) 0
Likes (Received) 2
Dislikes (Given) 0 (should not display)
Dislikes (Received) 0 (should not display)


I just want to have the likes.

Please suggest what should I do.

Lestat_ 04-23-2011 07:29 AM

in admin panel you can disable the buttons you don't want to use, in the example below I only use thanks ;)

http://www.lestat.be/dbthanks.jpg

coolankur49 04-23-2011 08:41 AM

OH... my bad.... GOT it....

Sorry :(

And Thanks Lestat_

CK 04-23-2011 09:42 AM

Quote:

Originally Posted by DragonByte Tech (Post 2180512)
That's a vBSEO feature, it's not possible in this version yet.

However, in the future, we intend to adapt a similar interface as an option :)


Fillip

Hi Fillip,

Hope you're well. Was wondering if you guys are working on this at the moment?


All times are GMT. The time now is 01:57 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.02287 seconds
  • Memory Usage 1,831KB
  • 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
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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