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)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=231666)

sump 03-08-2011 10:19 AM

Quote:

Originally Posted by djbaxter (Post 2170764)
Just edit the XML product file and change line 15 to read

PHP Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" /> 


Quote:

Originally Posted by Hippy (Post 2170674)
mode works ..
never version of vb than 4.1.0
use this xml file


is this for the file just posted right above here or the one posted in the hack by the devoloper??

sump 03-08-2011 10:27 AM

nevermind .. used the edit above works fine ...

Hippy 03-08-2011 02:38 PM

Quote:

Originally Posted by sump (Post 2170859)
is this for the file just posted right above here or the one posted in the hack by the devoloper??

yes just fixed for the version for installation

guess i should of changed it to this

Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />
sorry

shoppingtelly 03-12-2011 10:49 AM

On Line 15 I just have "); do I add the code after/before or delete and add?

Thank you in advance.

Hippy 03-12-2011 10:52 AM

Quote:

Originally Posted by shoppingtelly (Post 2172517)
On Line 15 I just have "); do I add the code after/before or delete and add?

Thank you in advance.

search for this (line 10)
Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
and chagne it to this

Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />

final kaoss 03-12-2011 04:18 PM

Tried that now on a page it says

HTML Code:

Fatal error: Call to undefined function post_thanks_off() in /home/vgchat/public_html/forum/includes/class_postbit.php(340) : eval()'d code on line 65
*fixed

final kaoss 03-12-2011 06:05 PM

Now how do we hide links until the user clicks thanks like on some sites?

shoppingtelly 03-12-2011 10:46 PM

Quote:

Originally Posted by Hippy (Post 2172518)
search for this (line 10)
Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
and chagne it to this

Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />

Thank You perfect!

del Drago 03-13-2011 10:07 PM

I'm thinking of installing this mod, as I've used it on other forums and really like it.

However, it appears that the developer, Abe, has vanished. I'm concerned that this mod is going to be incompatible with future versions of vBulletin 4, since it has been effectively abandoned. What do you guys think?

Also, is it possible for another developer to take over this project?

Phaedrus 03-16-2011 01:56 AM

Does this work on 4.1.2?

hohleweg 03-16-2011 03:53 PM

yes!

bensterzback 03-16-2011 08:53 PM

i get this error can someone help ?

"XML Error: Invalid document end at Line 539"

crazlunatic 03-17-2011 01:14 AM

Howcome it is not working for my 4.1.2, even after changing dependency version? http://windows8center.com/forums/sho...soon&styleid=3

Works in the original theme though?

crazlunatic 03-17-2011 01:16 AM

Is it possible to get the thanks button bigger, and on the right side like in the post thank you hack for vb3.x ?

Sorry for double post, tried to cancel but was too late

mikem164 03-17-2011 03:57 AM

Quote:

Originally Posted by Phaedrus (Post 2173846)
Does this work on 4.1.2?

I get incompatible with Vbulletin Version 4.1.2 when installing the XML. FYI

mitch84 03-17-2011 04:48 AM

Quote:

Originally Posted by Hippy (Post 2172518)
search for this (line 10)
Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
and chagne it to this

Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />

Quote:

Originally Posted by mikem164 (Post 2174277)
I get incompatible with Vbulletin Version 4.1.2 when installing the XML. FYI

use that

mikem164 03-17-2011 06:02 AM

I have searched till my eyes bleed for that line of code

gnrx 03-18-2011 12:40 AM

1 Attachment(s)
Hello.
Recently, I upgraded from vb 3.8.7 to vb 4.1.2 (I am in testin upgrade).

I upgraded this mod.

I modified my postbit for, appears my postbit like in vb 3.8.7.

I align the postbit to the left, I add in my additional.css this code:
HTML Code:

.postbit .userinfo_extra dl dt {clear: both;}
.postbit .userinfo_extra dl dd  {float: left;}
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {width: 200px;}

With this, now appears my postbit align, but the last phrase of this mod, not appears align, is fixed align to right, when change thw widht, this phrase is in the same position (align to right).

Can help me for align to left?

Thanks and regards!

mitch84 03-18-2011 04:20 AM

Quote:

Originally Posted by gnrx (Post 2174587)
Hello.
Recently, I upgraded from vb 3.8.7 to vb 4.1.2 (I am in testin upgrade).

I upgraded this mod.

I modified my postbit for, appears my postbit like in vb 3.8.7.

I align the postbit to the left, I add in my additional.css this code:
HTML Code:

.postbit .userinfo_extra dl dt {clear: both;}
.postbit .userinfo_extra dl dd  {float: left;}
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {width: 200px;}

With this, now appears my postbit align, but the last phrase of this mod, not appears align, is fixed align to right, when change thw widht, this phrase is in the same position (align to right).

Can help me for align to left?

Thanks and regards!

in template post_thanks_postbit_info
search and replace all vb:stylevar right by vb:stylevar left

gnrx 03-18-2011 07:52 PM

Quote:

Originally Posted by mitch84 (Post 2174644)
in template post_thanks_postbit_info
search and replace all vb:stylevar right by vb:stylevar left

Thank you very much for your help :)

I made this changes and now, appears correctly align to the left.

Thanks and best regards!!

Kiran-E-Sehar 03-19-2011 05:52 AM

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4097

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 9






i have upload the files from "upload via ftp" folder and i have getting this errors


how can i fix this plzzzzzzzzzzz let me know

Thx

Kiran-E-Sehar 03-19-2011 07:05 AM

what was that :o


my forum is not working now

when i opn any post it dosent show any thing except these errors

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4097

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 9

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 28

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5403) in [path]/includes/functions.php on line 3904

Fakher 03-19-2011 08:47 AM

i see this error

The following dependencies were not met:

1. This product is not compatible with version 4.1.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Kiran-E-Sehar 03-19-2011 09:00 AM

so now how can i fix this error Fakher bro ??

Fakher 03-19-2011 09:34 AM

I donno know as am not a coder :(

Hippy 03-19-2011 12:57 PM

Quote:

Originally Posted by Kiran-E-Sehar (Post 2175000)
what was that :o


my forum is not working now

when i opn any post it dosent show any thing except these errors

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4097

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 9

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 28

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5403) in [path]/includes/functions.php on line 3904

are you sure you downloaded / installed the correct version of this mod ?
that error posted seems like it's the version for vb3
make sure you grabed the version for vb4
if you can't turn off the hooks via admincp add this code to the very top of your config.php file and take the // out of the second line.. save and upload
// Setting the below will disable all hooks for me if I run into trouble.
//define('DISABLE_HOOKS', true);
this will turn off the hooks
then unistall the version you added and delete ALL the files upload ..

then re-install

then add the // back to the second line you added to the config file.. to turn the hooks back on..
hope this helps


Quote:

Originally Posted by Fakher (Post 2175024)
i see this error

The following dependencies were not met:

1. This product is not compatible with version 4.1.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

do this
Quote:

Originally Posted by Hippy (Post 2172518)
search for this (line 10)
Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
and chagne it to this

Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />


Kiran-E-Sehar 03-19-2011 01:50 PM

Quote:

Originally Posted by Hippy (Post 2175083)
are you sure you downloaded / installed the correct version of this mod ?
that error posted seems like it's the version for vb3
make sure you grabed the version for vb4
if you can't turn off the hooks via admincp add this code to the very top of your config.php file and take the // out of the second line.. save and upload
// Setting the below will disable all hooks for me if I run into trouble.
//define('DISABLE_HOOKS', true);
this will turn off the hooks
then unistall the version you added and delete ALL the files upload ..

then re-install

then add the // back to the second line you added to the config file.. to turn the hooks back on..
hope this helps



do this

Bro i have 4.1.2 version

and i download this file from this topic where we are talking ...


and let me try i hope it will be solved :(

thx

Kiran-E-Sehar 03-19-2011 05:21 PM

Thxxxxxxxxxxxxxx a lot Bro :)

Hippy 03-19-2011 07:15 PM

Quote:

Originally Posted by Kiran-E-Sehar (Post 2175175)
Thxxxxxxxxxxxxxx a lot Bro :)

gald it worked out
so what was the problem.. ?
and if you have a sec let us know what fixed it..

enjoy

tester559 03-21-2011 08:30 PM

I am in the process of setting up a test site, upgrading from 3.8.7 to 4.1.2. I have installed this addition, and changed the dependancy as shown above, but all counts are now zero.... can I get the totals back?

Stuart

Maxi62 03-21-2011 10:42 PM

Gives this for vb4.12 ?

Eduardo Leon 03-23-2011 02:38 PM

1 Attachment(s)
well i give this option for these users that use it vbulletin 4.1.2 or more

Thnx !

Omniverse 03-23-2011 03:42 PM

Quote:

Originally Posted by zxleo (Post 2176560)
well i give this option for these users that use it vbulletin 4.1.2 or more

Thnx !

Thanks. Installed no problem :) Great Hack.

Phaedrus 03-24-2011 05:32 AM

Quote:

Originally Posted by zxleo (Post 2176560)
well i give this option for these users that use it vbulletin 4.1.2 or more

Thnx !

LOL. I was about ready to load up a version with the xml change for people who didn't know how. I guess I was beaten to the punch. I have fixed the Groans hack though, and made it so it integrates with this hack.

sulasno 03-24-2011 06:02 AM

do I need to uninstall or simply overwrite the existing version with the new file ?

I wish that more features could be added to the mod;

disallowing certain users from using this mod would be great (to stop anyone from abusing the mod)

Phaedrus 03-26-2011 01:49 AM

Quote:

Originally Posted by sulasno (Post 2176894)
do I need to uninstall or simply overwrite the existing version with the new file ?


I wish that more features could be added to the mod;

disallowing certain users from using this mod would be great (to stop anyone from abusing the mod)

There is an option in this hack to ban certain users. If you have the last version of this hack already installed the one above is no different.

Phaedrus 03-26-2011 01:56 AM

1 Attachment(s)
In order to integrate the thanks/groans hacks in 4.1.2 I had to make some changes to the includes/function_post_thanks.php file and to the XML.

I provide it here so that the two will integrate if you use both of them. This is only necessary if you want the two mods to integrate. Use it with the one that I uploaded into the thread for the Groans hack, with those two uploaded and then installed (best to remove/install as it creates duplicate tables in some areas of your dbase if you just overwrite), your hacks should integrate making it so that the groans button and the thanks buttons act in concert and you can disallow users to both thanks/groans the same post.

The integration setting is in the groans hack.

raicars 03-26-2011 04:06 PM

Please help me.
i can't
# Search for a users thanked posts
# Search for all thanked posts

Been Told 03-26-2011 08:12 PM

Hi there,
first of all thanks for a GREAT hack!
I have one small problem...
I recently upgraded to vB 4.1.2 and updated the Post Thank You hack too. Now when people press the Thank You button/link, it disappears, but there thanks don't appear under the post like they did before the update.
If the user reloads the page or goes somewhere else and returns to the post, their thanks is there.

Is there any way to fix this?

Phaedrus 03-27-2011 06:24 AM

Quote:

Originally Posted by Been Told (Post 2177774)
Hi there,
first of all thanks for a GREAT hack!
I have one small problem...
I recently upgraded to vB 4.1.2 and updated the Post Thank You hack too. Now when people press the Thank You button/link, it disappears, but there thanks don't appear under the post like they did before the update.
If the user reloads the page or goes somewhere else and returns to the post, their thanks is there.

Is there any way to fix this?

Refresh your post cache. It is most likely your java stuck in limbo.


All times are GMT. The time now is 05:10 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.04655 seconds
  • Memory Usage 1,851KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (19)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