2011-03-31, 07:50 PM
Thanks, this is really useful for big forums.
[tutorial] Add a view my posts or threads link to your welcome block
|
2011-03-31, 07:50 PM
Thanks, this is really useful for big forums.
2011-04-02, 09:47 AM
This user has been denied support.
Try this:<a href="{$mybb->settings['bburl']}/search.php" id="search_menu">Search Post</a> <div id="search_menu_popup" class="popup_menu" style="display: none;"> <div class="popup_item_container"><a href="{$mybb->settings['bburl']}/search.php?action=getnew" class="popup_item">New Posts</a></div> <div class="popup_item_container"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily" class="popup_item">Today's Posts</a></div> <div class="popup_item_container"><a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}" class="popup_item">View my threads</a></div> <div class="popup_item_container"><a href="search.php?action=finduser&uid={$mybb->user['uid']}" class="popup_item">View my posts</a></div> </div> <script type="text/javascript"> // <!-- if(use_xmlhttprequest == "1") { new PopupMenu("search_menu"); } // --> </script>
2011-06-28, 12:59 AM
Yet this forum doesn't have it... wow.
2011-06-28, 06:48 AM
2011-06-29, 10:12 PM
2011-07-06, 08:44 AM
This user has been denied support.
This is a cool modification.. thanks
I want to see the thread member / user in this way. but, the code is placed in Post_Bit_Templates » postbit_author_user
how? I am sorry if this thread up again
2014-03-12, 01:16 AM
(2010-02-21, 02:46 AM)Tim B. Wrote: Its useful for your members to quickly view all their threads or posts so they can keep track of replies so this tutorial will show you how to easily add a link in your welcome block (where it says "View today's posts" and "Private messages") to these searches. Hey, Im using this for "View my threads", and I wanted to add a second search, that results in all my threads I made in a certain category/forum (+ all subforums). So generally a search that lists all threads of a user in a specified category/forum. Is that possible? Thank you
2018-07-09, 12:40 PM
Thanks, Tim. This is just what I needed. In fact, I went a bit further by wrapping the code in <li> tags. That way, the new link had the same styling as the other links on that row.
(I realise I am posting this reply eight years late. I am a terrible procrastinator.) Mike |
« Next Oldest | Next Newest »
|