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)

ry215 04-15-2009 10:00 PM

Latest x Threads by User
 
1 Attachment(s)
REQ: https://vborg.vbsupport.ru/showthread.php?t=211325

Description
Show X lastest threads by thread starter below his/her the first post.

Info:
Plugins: 3
Phrases: 22
Template: 5
Setting: 6

Install:
Import Product Via Manage Products
ACP >> Plugins & Products >> Manage Products >> [Add/Import Product]


Settings:

ACP >> vBulletin Options >> vBulletin Options >> Lastest X Thread by User Settings

History:
-v3.8.001: First Release
-v3.8.002: Add Lastest Thread on Memberinfo Tab
-v3.8.003: Fixed DB Error when view a thread created by a deleted user
-v3.8.004: Fixed bug: See your own Lastest Threads at other users' profile tabs.

Hasann 04-16-2009 03:39 PM

very nice idea noob installed

ry215 04-16-2009 03:48 PM

Quote:

Originally Posted by Hasann (Post 1792596)
very nice idea noob installed

Thanks Hasann! :D

saadessa 04-16-2009 04:16 PM

very nice thank you

Si?uNoopy 04-16-2009 04:44 PM

Nice thanks you !

Sweeks 04-16-2009 04:46 PM

Can this be limited to admin use?
________
Asian american

yahoooh 04-16-2009 05:25 PM

does it show the current new thread for him?
if yes it should be not shown

aryshi 04-16-2009 06:48 PM

great, i like it ;)

Jasem 04-16-2009 07:17 PM

Nice work, thank you!

dvbusuario 04-17-2009 02:45 AM

Show "lastest x threads by forum" ?

It may last for 5 forum topics?

Install & Nominated!

Thank you.

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 !

cykelmyggen 04-17-2009 06:10 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.

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?

I'm getting this one too. Hopefully this issue will be fixed on this great plugin:up:

ry215 04-17-2009 06:16 PM

Quote:

Originally Posted by cykelmyggen (Post 1793454)
I'm getting this one too. Hopefully this issue will be fixed on this great plugin:up:

cykelmyggen

Join Date: Oct 2006
Location: Europe
Version: 3.8.002
Installed: Apr 2009
Posts: 69
Design: Green Hornet,Fixed


Quote:

-v3.8.003: Fixed DB Error when view a thread created by a deleted user

cykelmyggen 04-17-2009 07:07 PM

Thanks for the fast DB error fix:up:

H3C x Nevz 04-17-2009 07:38 PM

Great mod - installed. I have a couple questions, though. In the profile, how would you:
- Change the title of the tab from "Latest Threads" to something else?
- Move it to, say, the second tab?
- Search in only certain forums, for example, forumid #26?
Thanks.

NAZIA 04-18-2009 11:29 AM

Thanks for sharing great hack...

Hasann 04-18-2009 12:40 PM

nice mod thought but there is something wrong if you go and check to another members profile you can see your own latest threads at another member profiles :)

ry215 04-18-2009 01:33 PM

Quote:

Originally Posted by Hasann (Post 1793881)
nice mod thought but there is something wrong if you go and check to another members profile you can see your own latest threads at another member profiles :)

Thanks Hasann!

Fixed :D

Honk0815 04-18-2009 03:41 PM

1 Attachment(s)
Can you deactivatet this on PM system?

Once I get a PM by a member, I read this panel.

The name also be lacking in this field ..

I have a screen ...

josef1 04-19-2009 06:54 AM

thanks,
installed and works fine after upgrading to latest version

but where we can control the location of the latest threads ?? as it shows table after thread starter only while i want to move it to the end of thread page

sensimilla 04-19-2009 12:10 PM

Great idea,thanks.

rainyleaves 04-22-2009 05:25 PM

Quote:

Originally Posted by Honk0815 (Post 1793974)
Can you deactivatet this on PM system?

Once I get a PM by a member, I read this panel.

The name also be lacking in this field ..

I have a screen ...

I get same result.
Please fix this problem.

GokhanT 04-23-2009 08:01 AM

very nice thank you :up:

AteNa 04-26-2009 04:53 PM

Thanks ...

Yonatan 04-28-2009 04:37 PM

Great Mod!
But why you use your own $vbphrase instead of default $vbphrase(i.e. - $vbphrase[lxt_views] instead of $vbphrase[views])?

baghdad4ever 05-01-2009 01:34 PM

thanks

is it cause server load in the big forum or not?

Chadi 05-03-2009 11:16 PM

Is it possible to disable the forumdisplay of this mod? I just want the tab in the member's profile for now.

Thanks

kyrenator 05-11-2009 12:07 PM

nice mod!

mikey1991 05-16-2009 12:28 AM

Can this be limited to threads from one forum, say if I post an announcement in announcement forum which is forumid 2, under my first post, would be the "5 latest announcments"

rinkrat 05-25-2009 10:58 PM

I installed it and I think it's outstanding! The only change I had to make was correcting the non-existent word "lastest" to "latest".

MikesSite 05-27-2009 02:32 AM

installed, thanks


All times are GMT. The time now is 05:41 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.01472 seconds
  • Memory Usage 1,817KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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