vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Groan Hack (https://vborg.vbsupport.ru/showthread.php?t=193489)

redlabour 10-20-2008 04:28 AM

Quote:

Originally Posted by Abe1 (Post 1648713)
Sorry, i dont understand that language.

?? That?s why i marked the Groansection in Green. :)

The Problem is that the Quicklinks of the Thanks and Groan Hack are not beneath each other.

One is at the Project-/ and one is at the Blogsection.

And BTW - why did you not merge the both Hacks and give us a Option in AdminCP :

1. Activate Thanks and disable Groan
2. Activate Groan and disable Thanks
3. Activate Thanks & Groan
4. Disable Thanks & Groan

Would make everything easier.

And BTW - it seems to make no Sense to add the Groanbutton before the Thanksbutton. Can you please switch the Executionorder so we don?t have to do it manually after every Update?
Have set Groan now to '6' and Thanks to '5'.

BANDiT600 10-22-2008 09:08 PM

I got this error when I push the link "Find all posts groaned by ..." on profile page in Statistics.
Code:

Database error in vBulletin 3.7.2:

Invalid SQL:

                        SELECT post_groan.postid AS postid
                        FROM post_groan AS post_groan
                        LEFT JOIN post AS post USING (postid)
                        INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
                        WHERE post_thanks.userid = 2055
                                AND thread.forumid IN(1,40,80,2,8,59,78,69,36,44,41,23,74,76,77,71,72,75,6,34,35,7,60,28,54,55,56,61,63,62,64,20,73,19,21,25,26,79,46,17,67,57,58,70,68)
                        ORDER BY post.dateline DESC
                        LIMIT 600;

MySQL Error  : Unknown column 'post_thanks.userid' in 'where clause'
Error Number  : 1054
Request Date  : Thursday, October 23rd 2008 @ 02:03:50 AM
Error Date    : Thursday, October 23rd 2008 @ 02:03:50 AM
Script        : http://site.com/post_groan.php?do=findgroans_user_gave&u=2055
Referrer      : http://site.com/member.php?u=2055
IP Address    : ***.***.***.***
Username      : BANDiT600
Classname    : vB_Database
MySQL Version : 5.0.51-log


AuroraStorm 10-23-2008 10:11 AM

Quote:

Originally Posted by redlabour (Post 1648721)
?? That?s why i marked the Groansection in Green. :)

The Problem is that the Quicklinks of the Thanks and Groan Hack are not beneath each other.

One is at the Project-/ and one is at the Blogsection.

And BTW - why did you not merge the both Hacks and give us a Option in AdminCP :

1. Activate Thanks and disable Groan
2. Activate Groan and disable Thanks
3. Activate Thanks & Groan
4. Disable Thanks & Groan

Would make everything easier.

And BTW - it seems to make no Sense to add the Groan button before the Thanksbutton. Can you please switch the Execution order so we don?t have to do it manually after every Update?
Have set Groan now to '6' and Thanks to '5'.

That's actually a great idea. My problem with this is the Post Thank you issue that I have. Because of the 3.7+, it doesn't show up under my mood nor do they update on the UserCP like it did before the facebook-like UserCp was created. You have to go into the user stats for that and my members like to see that number count under their names. any way of fixing that or has that already been done?

Tulsa 10-23-2008 06:14 PM

Quote:

Originally Posted by BANDiT600 (Post 1650720)
I got this error when I push the link "Find all posts groaned by ..." on profile page in Statistics.
Code:

Database error in vBulletin 3.7.2:

Invalid SQL:

                        SELECT post_groan.postid AS postid
                        FROM post_groan AS post_groan
                        LEFT JOIN post AS post USING (postid)
                        INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
                        WHERE post_thanks.userid = 2055
                                AND thread.forumid IN(1,40,80,2,8,59,78,69,36,44,41,23,74,76,77,71,72,75,6,34,35,7,60,28,54,55,56,61,63,62,64,20,73,19,21,25,26,79,46,17,67,57,58,70,68)
                        ORDER BY post.dateline DESC
                        LIMIT 600;

MySQL Error  : Unknown column 'post_thanks.userid' in 'where clause'
Error Number  : 1054
Request Date  : Thursday, October 23rd 2008 @ 02:03:50 AM
Error Date    : Thursday, October 23rd 2008 @ 02:03:50 AM
Script        : http://site.com/post_groan.php?do=findgroans_user_gave&u=2055
Referrer      : http://site.com/member.php?u=2055
IP Address    : ***.***.***.***
Username      : BANDiT600
Classname    : vB_Database
MySQL Version : 5.0.51-log



i got that too..

Abe1 10-24-2008 01:08 AM

Quote:

Originally Posted by redlabour (Post 1648721)
?? That?s why i marked the Groansection in Green. :)

The Problem is that the Quicklinks of the Thanks and Groan Hack are not beneath each other.

One is at the Project-/ and one is at the Blogsection.

And BTW - why did you not merge the both Hacks and give us a Option in AdminCP :

1. Activate Thanks and disable Groan
2. Activate Groan and disable Thanks
3. Activate Thanks & Groan
4. Disable Thanks & Groan

Would make everything easier.

This would be a big strain for all users who only install the thanks hack (like me). The thanks hack is used like 10 fold compared to the groan hack.
Quote:

Originally Posted by redlabour (Post 1648721)
And BTW - it seems to make no Sense to add the Groanbutton before the Thanksbutton. Can you please switch the Executionorder so we don?t have to do it manually after every Update?
Have set Groan now to '6' and Thanks to '5'.

Next version of post thanks and groan, they will be 2 and 3 respectively.

Abe1 10-24-2008 01:08 AM

Quote:

Originally Posted by BANDiT600 (Post 1650720)
I got this error when I push the link "Find all posts groaned by ..." on profile page in Statistics.
Code:

Database error in vBulletin 3.7.2:

Invalid SQL:

                        SELECT post_groan.postid AS postid
                        FROM post_groan AS post_groan
                        LEFT JOIN post AS post USING (postid)
                        INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
                        WHERE post_thanks.userid = 2055
                                AND thread.forumid IN(1,40,80,2,8,59,78,69,36,44,41,23,74,76,77,71,72,75,6,34,35,7,60,28,54,55,56,61,63,62,64,20,73,19,21,25,26,79,46,17,67,57,58,70,68)
                        ORDER BY post.dateline DESC
                        LIMIT 600;

MySQL Error  : Unknown column 'post_thanks.userid' in 'where clause'
Error Number  : 1054
Request Date  : Thursday, October 23rd 2008 @ 02:03:50 AM
Error Date    : Thursday, October 23rd 2008 @ 02:03:50 AM
Script        : http://site.com/post_groan.php?do=findgroans_user_gave&u=2055
Referrer      : http://site.com/member.php?u=2055
IP Address    : ***.***.***.***
Username      : BANDiT600
Classname    : vB_Database
MySQL Version : 5.0.51-log


Please download the latest zip file and over right post_groan.php in the root dir.

redlabour 10-24-2008 03:01 AM

Quote:

Originally Posted by Abe1 (Post 1651502)
This would be a big strain for all users who only install the thanks hack (like me). The thanks hack is used like 10 fold compared to the groan hack.

I guess the most are not knowing both. And i guess the Admins that have installed Groan are allways installing Thanks. And in anyway - i don?t think it is much more work to install a merged Version and make one click in the AdminCP. ;)

Quote:

Next version of post thanks and groan, they will be 2 and 3 respectively.
And what about the Problem in Quicklinks?

Tulsa 10-24-2008 05:28 PM

Quote:

Originally Posted by Abe1 (Post 1651503)
Please download the latest zip file and over right post_groan.php in the root dir.

That did the trick! Thanks

Abe1 10-24-2008 06:33 PM

Quote:

Originally Posted by redlabour (Post 1651549)
I guess the most are not knowing both. And i guess the Admins that have installed Groan are allways installing Thanks. And in anyway - i don?t think it is much more work to install a merged Version and make one click in the AdminCP. ;)



And what about the Problem in Quicklinks?

For all the plug-ins. So they are always close to each other and post thanks is always before groan.

redlabour 10-24-2008 08:40 PM

1 Attachment(s)
Quote:

Originally Posted by Abe1 (Post 1651953)
For all the plug-ins. So they are always close to each other and post thanks is always before groan.

No they are not - this is the Problem :

THANKS at Projectsection

GROAN at Blogsection

This makes no Sense


All times are GMT. The time now is 02:33 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.01089 seconds
  • Memory Usage 1,765KB
  • 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
  • (3)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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