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)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

Ted S 07-22-2009 11:03 PM

Quote:

Originally Posted by The Smoking Gun (Post 1853815)
Yes I understand that where my next forum is concerned but my currently running forum of over two years, will also be getting this mod, and thank you hack has been installed, although the import lost those from the other BB software I got so frustrated with and ended up upgrading to this, so there are not a whole lot of thanks to consider but there may be by the time you release the new stable version since you do not wish for me to be a tester of it, which is probably better for my limited php skill level!

Thanks none the less though, we all appreciate all your hard work, as is true for all the other developers who post the many versatile hacks here for no additional cost, and as soon as any one of my sites goes from red to green, some will be shared with those whose mods contributed to that!

TSG!

Makes perfect sense.

I'm hoping the import script will be done soon so people like you can rock and roll with it.

As for modifications, frankly my biggest interest is in seeing forums evolve, thrive and become marketing forces which is why all of my mods are designed to drive traffic and activity. Some of what I've built for my own sites ends up here... it's a win-win for me and those who use them (most of the time).

Ted S 07-22-2009 11:06 PM

1 Attachment(s)
Quote:

Originally Posted by cooltechie (Post 1853515)
If you feel you have a near finished version of import you would like to test, I'm willing to give it a try. I could do without it, but then again, the members have invested some time to thank others, so it's probably better to get them counted.

Attached is the updated version of the script. To be candid I plan to test this more myself over the weekend but if you are inclined you are more than welcome to give it a shot. Just prepare to remove the addon should you encounter a bug.

cooltechie 07-23-2009 01:58 AM

I'm surprised no one reported issue when using the latest version (1.9.1 beta v6).

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:

                                SELECT helpfulpost.postid as postid,post.threadid as threadid
                                FROM helpfulpost as helpfulpost
                                INNER JOIN post AS post ON(helpfulpost.postid = post.postid);

MySQL Error  : Table 'example_vb.helpfulpost' doesn't exist
Error Number  : 1146
Request Date  : Thursday, July 23rd 2009 @ 02:55:42 AM
Error Date    : Thursday, July 23rd 2009 @ 02:55:44 AM
Script        : http://www.example.com/community/admincp/plugin.php?do=productimport
Referrer      : http://www.example.com/community/admincp/plugin.php?do=productadd
IP Address    : xxx.xxx.xxx.xxx
Classname    : vB_Database
MySQL Version : 5.0.81-community


Ted S 07-23-2009 02:20 AM

Is this a fresh install or an upgrade?

Ted S 07-23-2009 02:34 AM

Answered my own question... Beta 1.9.1 version8 is posted which fixes a bug with new installs.

Daky 07-23-2009 03:20 AM

Quote:

Originally Posted by Ted S (Post 1853823)
Absolutely. Just delete all the data from the tables helpfulpost and helpfulanswer and it will all go away. Alternatively you can use the field userid to limit who has their data removed.

:eek: - thank you for answer, but, no thank you, i am going to leave it as it is.

I can't play with my database - not an expert, afraid i am gonna f* it up. :)

Anyway, thank you very much for detailed answer as always, great support and best script.

D

Ted S 07-23-2009 12:16 PM

Not much risk in the delete process... I assure you (especially if you don't mind doing a complete reset).

Here's a few queries you could run:

To remove all votes:
Quote:

DELETE FROM helpfulpost;
DELETE FROM helpfulanswer;
To remove votes from one user:
Quote:

DELETE FROM helpfulpost WHERE userid = XYZ;
DELETE FROM helpfulanswer WHERE userid = XYZ;
Pretty simple.

cooltechie 07-23-2009 01:16 PM

Quote:

Originally Posted by Ted S (Post 1853922)
Answered my own question... Beta 1.9.1 version8 is posted which fixes a bug with new installs.

I think you forgot to attach it so we can help you test. :D

Ted S 07-23-2009 04:33 PM

Details, details. :D

cooltechie 07-23-2009 05:42 PM

Quote:

Originally Posted by Ted S (Post 1854252)
Details, details. :D

Ok, now I see it in the download area.


All times are GMT. The time now is 01:04 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.03463 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (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