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 08-02-2009 05:56 PM

It will add to it.

The script is posted a few pages back but still needs a test. Looking to do that this week or next weekend

tpearl5 08-03-2009 01:53 PM

Ted, any word on that user helpful post report?

sockwater 08-03-2009 04:11 PM

Quote:

Originally Posted by Ted S (Post 1856838)
That's an interesting issue. Fixing the top posts page is simple but the bigger question is how or when to delete the votes. If it on soft delete they would be lost for a restored post. On hard delete and they'd sit around for invisible posts.

Thoughts?

Add a flag to each vote to show if it's soft deleted or not. When a post is soft deleted, soft delete the votes, when a post if hard deleted, hard delete the votes.

Ted S 08-03-2009 07:44 PM

Soft deleting votes is possible but you start to get into more and more variables to check things adding to the queries. I'm not sure it's worth the overhead, even small overhead, for the limited times where it applies.

cooltechie 08-03-2009 10:20 PM

Quote:

Originally Posted by Ted S (Post 1860230)
It will add to it.

The script is posted a few pages back but still needs a test. Looking to do that this week or next weekend

I will look for it and might give it a quick test.

Ted S 08-05-2009 01:55 AM

1 Attachment(s)
Quote:

Originally Posted by cooltechie (Post 1860916)
I will look for it and might give it a quick test.

here it is to save you some time. Let me know your results. I will be installing the thank you mod on my test server and running a few test imports over the weekend.

Ted S 08-05-2009 02:04 AM

Beta release 10 has been posted. This is a small bug fix to address issues with WOL, New Installs and a few other reported issues as well as to allow the notifications system to be turned off.

Hopefully this will be the final beta (cross fingers) before the stable is posted.

Ted S 08-05-2009 02:05 AM

Quote:

Originally Posted by tpearl5 (Post 1860720)
Ted, any word on that user helpful post report?

Must have missed this or just lost my mind but I take it this is a new feature request... Please link/ explain.

cooltechie 08-05-2009 02:25 AM

Quote:

Originally Posted by Ted S (Post 1861567)
here it is to save you some time. Let me know your results. I will be installing the thank you mod on my test server and running a few test imports over the weekend.

Using beta 10

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:

                SELECT userid,postid,threadid
                FROM post_thanks as post_thanks;

MySQL Error  : Unknown column 'threadid' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, August 5th 2009 @ 03:24:04 AM
Error Date    : Wednesday, August 5th 2009 @ 03:24:04 AM
Script        : http://www.example.com/forum/admincp/ha_import.php
Referrer      : http://www.example.com/forum/login.php?do=login
Classname    : vB_Database
MySQL Version : 5.0.81-community


Ted S 08-05-2009 03:10 AM

1 Attachment(s)
Sorry about that. I installed the mod and ran a quick test to get past the database errors.

Also think I found the bug causing the duplicate posts. The short explination, I wasn't checking for a record on the post and was recreating it even if you already had votes. This is a bad thing and made duplicate posts show up. It's been fixed.

Just be sure not to re-run this script once it's complete, you'll reimport vote records.


All times are GMT. The time now is 09:35 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.02607 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)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