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)

jar546 02-10-2011 08:14 PM

We are not aware of an "impex" folder

Videx 02-10-2011 10:42 PM

It sounds like you're using the wrong "import" button. It's been ages since I used Impex, but I think someone installed it and now you have it's Import button in your AdminCP. Read the manual for instructions how to remove that cuz I don't remember anything.

Anyway, to import a product you want the add/import link at AdminCP>Plugins and Products>Manage Products>Add/Import Products.

Milad 02-10-2011 11:19 PM

Quote:

Originally Posted by jar546 (Post 2161132)
We are not aware of an "impex" folder

This is not the right place to ask for vBulletin support,

reddyink 02-12-2011 06:24 PM

Great MOD. installed
I would like to move the menu from Forum to Home (CMS). How do I do that?

thank you!

jar546 02-12-2011 06:56 PM

Got it, fixed it, installed it. Thank you to the creator.

J-P 02-13-2011 04:38 PM

The installation worked fine. Moved it over to my "quick links tab" easily enough. As other posted commented:
1) it automatically takes you the the "what's new?" tab as opposed to the forum tab. (not cool)

2) it does not automatically update. If I were to post a new thread or reply to a post, it does not show up in the search results for some reason. This message is in the top right corner:
Quote:

Search took 0.03 seconds; generated 44 minute(s) ago.
(very NOT cool).

Any way to fix these 2 issues?

Update: The second part was fixed by :
Quote:

This option controls how threads and forums are marked as read.

Click the help icon on the right for more information on each option.
Inactivity/Cookie Based
Database (no automatic forum marking)
Database (automatic forum marking)


Enabling the Database (automatic forum marking) option in the Thread/Forum Read Marking Type section under general settings :)

The Rocketeer 05-06-2011 12:22 PM

Working with 4.1.3 :)

paulket 06-21-2011 08:48 PM

Working perfectly on 4.1.4, this should be a standard feature of vBulletin.

tomerl1 06-22-2011 08:07 PM

yes, working perfectly on 4.1.4 - in Austria :-)

The Rocketeer 07-12-2011 11:54 AM

Quote:

Originally Posted by AURFSCAN (Post 2008514)
Find in Navbar template

Code:

<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
                                                <ul class="popupbody popuphover">

place after it

Code:

<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;starteronly=1">{vb:rawphrase my_threads}</a></li>
                <li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1">{vb:rawphrase my_posts}</a></li>
</vb:if>

sweet mod milad :up:

I dont think that code displays the My Threads and My Posts thing, So I had to edit them in, here's the refined one.

Find

Code:

<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
                                                <ul class="popupbody popuphover">

then add

Code:

<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;starteronly=1">My Threads</a></li>
                <li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1">My Posts</a></li>
</vb:if>

:)


All times are GMT. The time now is 05:18 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.01269 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)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