vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Add link "Find all started threads" on profil page (https://vborg.vbsupport.ru/showthread.php?t=230161)

Alecsmith 12-24-2009 11:54 AM

New Code for VB 4 Gold 1 Patch

Open ACP>> Style Manager>> Your Default style>>memberaction_dropdown

Search For

Code:

<li class="right">
                        <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" rel='nofollow'>
                                <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
                                {vb:rawphrase view_forum_posts}
                        </a>
                </li>

Add After

Code:

<li class="right">
                        <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showthread=1" rel='nofollow'>
                                <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
                                {vb:rawphrase find_all_started_threads}
                        </a>
                </li>



Live Demo

Allan 12-24-2009 01:51 PM

Quote:

Originally Posted by Alecsmith (Post 1937195)
New Code for VB 4 Gold 1 Patch

Open ACP>> Style Manager>> Your Default style>>memberaction_dropdown

Search For

Code:

<li class="right">
            <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" rel='nofollow'>
                <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
                {vb:rawphrase view_forum_posts}
            </a>
        </li>

Add After

Code:

<li class="right">
            <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showthread=1" rel='nofollow'>
                <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
                {vb:rawphrase find_all_started_threads}
            </a>
        </li>

Live Demo

Add to first post, thank you ;)

athlon64bit 12-24-2009 04:22 PM

Quote:

Please add more constraints to your search. Searches that return all or most of the database are a bad idea.
Your mod does not work in vb v4 gold pl1. I get the above error message. I am using this mod instead which works. https://vborg.vbsupport.ru/showthread.php?t=230915

Alecsmith 12-24-2009 04:44 PM

Quote:

Originally Posted by athlon64bit (Post 1937379)
Your mod does not work in vb v4 gold pl1. I get the above error message. I am using this mod instead which works. https://vborg.vbsupport.ru/showthread.php?t=230915


The modification working perfectly for me u can check my forum

http://www.earningpalace.com/forum

Charlie98902 12-24-2009 04:59 PM

The original mod worked for me and patch level 1.

SharedSpirit 12-26-2009 09:14 PM

Quote:

Originally Posted by Allan (Post 1937276)
Add to first post, thank you ;)

Sorry Allan it isnt working for me, tried several times unsuccessfully

I have Gold (PL1)

Quote:

Originally Posted by athlon64bit (Post 1937379)
Your mod does not work in vb v4 gold pl1. I get the above error message. I am using this mod instead which works. https://vborg.vbsupport.ru/showthread.php?t=230915

His mod, doesnt work either

nothing seems to match

Allan 12-28-2009 09:08 PM

Updated.


All times are GMT. The time now is 09:57 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.01091 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (5)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
  • (7)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