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 - Latest x Threads by User (https://vborg.vbsupport.ru/showthread.php?t=211394)

qbn720 04-17-2009 03:53 AM

Very nice additional feature, I really like it and installed. A suggestion for future updates would be to add to the member profile page as either a tab or just a floating box. Either way, great job and keep up the good work. :)

ry215 04-17-2009 10:14 AM

Quote:

Originally Posted by qbn720 (Post 1793027)
Very nice additional feature, I really like it and installed. A suggestion for future updates would be to add to the member profile page as either a tab or just a floating box. Either way, great job and keep up the good work. :)

Done :D

Enjoy!

Thanks for using it.

valdet 04-17-2009 10:31 AM

This is a very nice add-on.
In future updates, maybe you can add usergroup permissions.

Also I would suggest that instead of disallow Forum IDs, you have the option to Allow ForumIDs so only few forums could have this feature turned on.

It has lots of potential and I look forward to future releases.

Thanks

Frank Sinatra 04-17-2009 10:48 AM

woa now i feel sexy!

thanks a lot, install and nominated of course.

Honk0815 04-17-2009 12:48 PM

nice addon...

And i Found 1 Bug...

If I wanna open / view a thread which was created by a person who is deleted, the server reads an SQL ERROR.

Code:

Datenbankfehler in vBulletin 3.8.2:

Invalid SQL:

                        SELECT
                                thread.threadid, thread.title, thread.lastpost, thread.forumid,
                                thread.replycount, thread.lastposter, thread.dateline, thread.prefixid,
                IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
                                thread.visible, user.username, user.userid, user.usergroupid,
                                IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
                                forum.title_clean as forum_title, post.pagetext AS preview, post.allowsmilie, post.postid
                                FROM thread AS thread
                                LEFT JOIN user AS user ON (user.username = thread.lastposter)
                                LEFT JOIN forum as forum ON (thread.forumid = forum.forumid)
                                LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
                                WHERE thread.visible = '1' AND post.visible = '1' AND thread.open!='10'
                                AND thread.postuserid IN ()
                                AND thread.forumid NOT IN (0)
                                ORDER BY thread.dateline DESC
                                LIMIT 5;

MySQL-Fehler  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
                                AND thread.forumid NOT IN (0)
                                ORDER BY thread.dateline DESC
                                L' at line 13

Can you Please fix this?

ry215 04-17-2009 01:43 PM

Quote:

Originally Posted by Honk0815 (Post 1793266)
nice addon...

And i Found 1 Bug...

If I wanna open / view a thread which was created by a person who is deleted, the server reads an SQL ERROR.
Can you Please fix this?

Fixed!

Thanks for your report!

ahmed-samara 04-17-2009 02:51 PM

great work

installed :)

Honk0815 04-17-2009 03:25 PM

nice thanks

Install and Nominated

ahmed-samara 04-17-2009 04:21 PM

Is possible to change the place ? after for befor signature

thanks again

WuMing 04-17-2009 04:28 PM

Nice ! Thanks !


All times are GMT. The time now is 04:46 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.01048 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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