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)

FReeSTER 08-23-2011 03:17 AM

What will be the link to pull my threads and my post so I can add the links into a navbar tab instead?

FReeSTER 08-24-2011 03:18 AM

anyone?

FReeSTER 08-25-2011 08:57 PM

Quote:

Originally Posted by FReeSTER (Post 2236857)
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

FReeSTER 08-26-2011 04:30 AM

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

hoadiem 08-29-2011 09:32 PM

will install when i get home

J-P 09-09-2011 12:42 PM

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.

bp323 09-13-2011 10:52 PM

been searching for this mod ported to vb4.........so many thanks!!!!

bp323 09-13-2011 11:01 PM

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

J-P 10-12-2011 09:27 AM

any word on this? It has been over a month...

Gorgasm 10-15-2011 01:00 PM

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


All times are GMT. The time now is 06:20 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.01283 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)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