Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
My Threads & My Posts Links in a Drop-Down Menu Details »»
My Threads & My Posts Links in a Drop-Down Menu
Version: 1.1.0, by Milad Milad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 11-12-2009 Last Update: 11-12-2009 Installs: 659
Uses Plugins Auto-Templates
Translations  
No support by the author.

Brought to you by Milad?s vBulletin Services

Introduction & Description:
Simply, this will add two new links for members, in a drop-down menu, to enable them to find their posts and threads easily.

Installation & Upgrade:
One step! Import the product file product-mythreads_myposts.xml and you're done.
Choose yes to overwrite when upgrading.

Change log:
  • 1.0.2 released on March, 5th 2009
  • 1.0.3 released on March, 8th 2009. Improved based on Vitaly's feedback. Thanks to him.
  • 1.1.0 released on November, 13th 2009. For vB 4.0 beta 3

Click install to receive support & updates.

Download Now

File Type: xml product-mythreads_myposts.xml (2.2 KB, 2432 views)

Screenshots

File Type: png screenshot.png (15.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
bp323, eTiKeT?, FReeSTER, jcgriff2, squeezerbabe

Comments
  #92  
Old 08-23-2011, 03:17 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What will be the link to pull my threads and my post so I can add the links into a navbar tab instead?
Reply With Quote
  #93  
Old 08-24-2011, 03:18 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone?
Reply With Quote
  #94  
Old 08-25-2011, 08:57 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FReeSTER View Post
What will be the link to pull my threads and my post so I can add the links into a navbar tab instead?
I dont know If I explain myself but Im wondering what will be the code to add as link so it will pull any user posts or threads that cl ick on the link. I had the link but when I click on it it will only pull my own posts or threads

Thanks for the help
Reply With Quote
  #95  
Old 08-26-2011, 04:30 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These are the links I was trying to pull the user posts and the threads but it pull my own so I cant use them for a navbar shortcut

/forums/search.php?do=finduser&userid=?&contenttype=vBForu m_Post&starteronly=?

/forums/search.php?do=finduser&userid=?&contenttype=vBForu m_Post&showposts=?

any help will be greatly appreciated
Reply With Quote
  #96  
Old 08-29-2011, 09:32 PM
hoadiem hoadiem is offline
 
Join Date: Aug 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will install when i get home
Reply With Quote
  #97  
Old 09-09-2011, 12:42 PM
J-P J-P is offline
 
Join Date: Jan 2011
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I recently upgraded the forum (to its latest version) and found an error that had not occurred before. This is the message:
Quote:
Fatal error: Call to a member function allow_icons() on a non-object in /home/invertpl/public_html/forum/vb/legacy/thread.php on line 184
This is what that section looks like:

Code:
// Derived getters

	/**
	 * Get the url for the thread page
	 *
	 * @return string
	 */
	public function get_url()
	{
		return fetch_seo_url('thread', $this->record);
	}

	/**
	 *	Does the thread display an icon?
	 */
	public function has_icon()
	{
		global $vbulletin;

		if (!$this->get_forum()->allow_icons())
		{
			return false;
		}

		return ($this->get_field('iconid') OR $this->get_field('pollid') OR $vbulletin->options['showdeficon']);
	}
The underlined portion is line 184 ... any ideas what is going on here?

Thanks in advance.
Reply With Quote
  #98  
Old 09-13-2011, 10:52 PM
bp323 bp323 is offline
 
Join Date: May 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

been searching for this mod ported to vb4.........so many thanks!!!!
Reply With Quote
  #99  
Old 09-13-2011, 11:01 PM
bp323 bp323 is offline
 
Join Date: May 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HELP!! Error in vB 4.1.5 PL1 :

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: Display_Visitors in [path]/includes/functions.php on line 4183
Reply With Quote
  #100  
Old 10-12-2011, 09:27 AM
J-P J-P is offline
 
Join Date: Jan 2011
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any word on this? It has been over a month...
Reply With Quote
  #101  
Old 10-15-2011, 01:00 PM
Gorgasm Gorgasm is offline
 
Join Date: Jun 2011
Location: Portugal
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been looking for this for a while. Works just great!
Thank you.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10012 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete