vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - My Threads & My Posts Links in a Drop-Down Menu (https://vborg.vbsupport.ru/showthread.php?t=227856)

fxdigi-cash 07-29-2013 08:33 AM

Quote:

Originally Posted by DemOnstar (Post 2433149)
My Threads
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Po st&showposts=1

My Posts
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Po st&showposts=1

Both show the same information...I take it as being posts btu the thread view doesn't show so O have removed that link...

look at post here for the correct urls

stevieb 07-31-2013 09:34 PM

Quote:

Originally Posted by Geoff_M (Post 2331998)
You don't need this for 4.2

vB built in a navigation manager found in ACP.

ACP->Setting->Navigation Manager.

From there click on forum so it expands.

Then select add link from the drop down next to quick links and add the following:

Title: My Posts
Target URL: search.php?do=finduser&userid={userinfo.userid }&contenttype=vBForum_Post &showposts=1

Then select active and save.

Do the same for:

Title: My Threads
Target URL: search.php?do=finduser&userid={userinfo.userid}&st arteronly=1&contenttype=vBForum_Thread

To hide these links from guests add "member" in the box 'Show Permission Name'.
(thanks Fleiding)

Nice - thanks :)

K!nG 08-04-2013 08:10 PM

By following above i was able to add my posts & my threads in quick links drop down menu. However when i click on "My threads" it showed threads in order "by last post date" instead of date when threads were created.

Is there anyway i can set it up so it will show threads in order the date they were created not by the date when a user replied to them ??

Thanks for help in advance.

caltek 08-20-2013 02:30 PM

Quote:

Originally Posted by DemOnstar (Post 2433149)
My Threads
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Po st&showposts=1

My Posts
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Po st&showposts=1

Both show the same information...I take it as being posts btu the thread view doesn't show so O have removed that link...

My Threads:
search.php?do=finduser&userid={bbuserinfo.user id}&starteronly=1&contenttype=vBForum_Thread

My Posts:
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Post&showposts=1

bp323 08-20-2013 06:34 PM

is it possible to still have the:

my threads- This forum only
my posts- this forum only

does anyone know how to code that into 4.2x?

Amaury 09-13-2013 06:00 AM

This doesn't seem to be working in 4.2.1.

I get this message:
Quote:

Please add more constraints to your search. Searches that return all or most of the database are a bad idea.
It was working fine in 4.2.0.

crazyboy1661 09-14-2013 04:35 AM

Installed on 4.2.1 version. Drop down not shown. uninstalled.

inshooter 09-24-2013 12:40 PM

This works in 4.2.1

My Threads:
search.php?do=finduser&userid={bbuserinfo.user id}&starteronly=1&contentt ype=vBForum_Thread

My Posts:
search.php?do=finduser&userid={bbuserinfo.user id}&contenttype=vBForum_Po st&showposts=1

ozzy47 09-24-2013 07:17 PM

Here is one that is coded for vB v4.2.x, https://vborg.vbsupport.ru/showthread.php?t=302365

ozzy47 09-24-2013 08:09 PM

That file is not a part of this mod, and is stock in vBulletin.

To test if it is the mod do the following;

Open your config.php and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.1

Then see if you can access the ACP


All times are GMT. The time now is 02:49 AM.

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.02188 seconds
  • Memory Usage 1,752KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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