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

Reply
 
Thread Tools
MySpace 2.0 Profile System Details »»
MySpace 2.0 Profile System
Version: 1.00, by Hex_legend Hex_legend is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 01-02-2009 Last Update: Never Installs: 35
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

WHAT DOES THIS DO?

This will change your profile page to have a myspace style layout.
This also uses standard css classes so should fit into any skin.
It should squeeze down to 800x600 (just) and stops expanding around 1000 wide so
it doesn't look too warped.
We suggest setting everyone's profile pictures to 150x150 exactly for this to show up correctly and as intended.


INSTALLATION INSTRUCTIONS

1- Upload .htaccess to forum root dir
2 - Upload the images to /images folder keeping their respective directories
3 - Upload the other files to the forum root
4 - Install product
5 - Create profile fields (as below)


PROFILE FIELDS


Full Name - Field 1 - TEXT FIELD
County - Field 7 - TEXT FIELD OR SINGLE SELECTION MENU
Country - Field 8 - TEXT FIELD OR SINGLE SELECTION MENU
General Interests - Field 9 - TEXT AREA
Marital Status - Field 10 - TEXT FIELD
Height - Field 11 - TEXT FIELD OR SINGLE SELECTION MENU
Zodiac Sign - Field 12 - TEXT FIELD OR SINGLE SELECTION MENU
About Me - Field 13 - TEXT AREA
Who I'd Like To Meet - Field 14 - TEXT AREA
Music - Field 15 - TEXT AREA
Movies - Field 16 - TEXT AREA
Television - Field 17 - TEXT AREA
Books - Field 18 - TEXT AREA
Heroes - Field 19 - TEXT AREA
Weight - Field 20 - TEXT FIELD OR SINGLE SELECTION MENU
Drink - Field 21 - TEXT FIELD OR SINGLE SELECTION MENU
Smoke - Field 22 - TEXT FIELD OR SINGLE SELECTION MENU
contact Box Changer - Field 23 - TEXT FIELD
Mood - Field 24 (see below for options) - SINGLE SELECTION MENU
Music - Field 25 - TEXT AREA

OPTIONS FOR MOOD PROFILE FIELD

(please note, these must be copied as is, otherwise mood code in profile will not work)

Fantastic
Awesome
Silly
Witty
Charming
Happy
Angry
Sad
Upset
Determined
Confused


INFORMATION

This MySpace profile addon is the updated version to my original release here. If you have installed this other one, then please uninstall and install this one in its place.

FAQ.

Does this work with vBulletin 3.8?
I don't see why not, although this is untested. If someone tests, please report back to me with an answer

What template does this modify?
This modifies the MEMBERINFO template

Not all the fields show up.
Please check the field ID numbers. If you changed any of them, make sure you change them in the template too.

Do you have a working demo?
The only demo I have is on my test board, which as per the licence agreement is unaccessible to the public. If someone can install this and give me the URL, I will update this post with their board URL

Any plans for a facebook one?
We shall see. I am still in 2 minds whether I would like to do a facebook one or stick to MySpace

Please remember to mark as installed and feel free to nominate us for MOTM.

If you have any ideas for future releases, please post them below and I will look into adding them.

This modification also comes with a flash music player for your users to play music on their profiles

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-06-2009, 12:00 AM
Bluefin221 Bluefin221 is offline
 
Join Date: Jul 2008
Location: Scotland
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brittany View Post
yep that is what happened to me. It was a mess.
Have you fixed it, mine is still blank and I have no idea where to fix it since it says it edits one file which is no longer there after uninstalling it.
Reply With Quote
  #23  
Old 01-06-2009, 03:59 AM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bluefin221 View Post
Have you fixed it, mine is still blank and I have no idea where to fix it since it says it edits one file which is no longer there after uninstalling it.
We are getting a new product to fix this.
Thanks for bringing this to our attention.

This new fix will allow each user to choose if they would like the new MySpace look or the default profile.

The reason it was deleted is because you un-installed the product. MEMBERINFO is a default vB template, so you should have clicked on the link "show default" and then copy that code, replacing the MEMBERINFO template.

How To Fix:


Go into your style, click the drop down box next to it in Style Manager and select "Add New Template"
Call this template MEMBERINFO and in the template box, enter the following:

PHP Code:
$stylevar[htmldoctype]
<
html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
$headinclude

$usercss
$memberinfo_css
<style type="text/css" id="vbulletin_tabctrl_css">
@
import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
<if 
condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
</
style>

<
script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>

<
title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>

<if 
condition="$userinfo['userid'] == $bbuserinfo['userid']">
<
script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>
</if>
<
script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";

<if 
condition="$show['post_visitor_message']">
function 
goto_post_pm()
{
    
vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
    
fetch_object('visitor_messaging').scrollIntoView();

    var 
textarea fetch_object('visitor_message_form_textarea');
    if (
textarea)
    {
        
textarea.focus();
        
textarea.select();
    }
    return 
false;
}
</if>
-->
</
script>

</
head>
<
body>

$header
$navbar


<!-- begin user css -->
<
div id="usercss" class="floatcontainer">

<
div id="content_container">
    <
div id="content">

        <
div id="main_userinfo" class="floatcontainer">
            <
table cellpadding="0" cellspacing="0" border="0" width="100%">
            <
tr>
                <if 
condition="$prepared['profilepicurl']">
                    <
td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]$prepared[profilepicsizealt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
                </if>
                <
td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
                    <if 
condition="$prepared['rank'] OR $prepared['reputationdisplay']">
                        <
div id="reputation_rank">
                            <if 
condition="$prepared['reputationdisplay']">
                                <
div id="reputation">$prepared[reputationdisplay]</div>
                            </if>
                            <if 
condition="$prepared['rank']">
                                <
div id="rank">$prepared[rank]</div>
                            </if>
                        </
div>
                    </if>
                    <
h1>$prepared[musername$prepared[onlinestatus]</h1>
                    <if 
condition="$prepared['usertitle']">
                        <
h2>$prepared[usertitle]</h2>
                    </if>
                </
td>
            </
tr>
            </
table>

            <!-- 
link bar -->
            <
div class="tborder content_block" id="link_bar">
                <if 
condition="$prepared['myprofile'] OR $show['contactlinks'] OR $show['userlists'] OR $show['usernotes'] OR can_moderate()">
                    <
ul class="thead block_row block_title list_no_decoration floatcontainer">
                        <if 
condition="$prepared['myprofile']">
                            <if 
condition="$show['can_customize_profile']">
                                <
li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
                            </if>
                        <else />
                            <if 
condition="$show['usercss_switch']">
                                <
li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
                            </if>
                        </if>

                        <if 
condition="$show['contactlinks']">
                            <
li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
                        </if>

                        <if 
condition="$show['userlists']">
                            <
li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
                        </if>

                        <if 
condition="$show['usernotes']">
                            <
li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
                        </if>

                        <if 
condition="$show['edit_profile']">
                            <
li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                        </if>
                    </
ul>
                </if>

                <!-- 
current activity -->
                <if 
condition="$prepared['lastactivitydate'] OR $prepared['action']">
                    <
div class="alt2 smallfont block_row" id="activity_info">
                        <if 
condition="$prepared['lastactivitydate']">
                            <
div id="last_online">
                                <
span class="shade">$vbphrase[last_activity]:</span$prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
                            </
div>
                        </if>
                        <if 
condition="$prepared['action']">
                            <
span class="shade">$vbphrase[current_activity]:</span$prepared[action$prepared[where]
                        </if>
                    </
div>
                </if>
                <!-- / 
current activity -->

            </
div>
            <!-- / 
link bar -->

            <!-- 
user list menu -->
            <
ul id="userlists_menu" class="vbmenu_popup list_no_decoration" style="display: none">
                <
li class="thead first"><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></li>
                <if 
condition="$prepared['canbefriend']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a>
                    </
li>
                </if>
                <if 
condition="$prepared['isfriend']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a>
                    </
li>
                </if>
                <if 
condition="$show['addbuddylist']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a>
                    </
li>
                </if>
                <if 
condition="$show['removebuddylist']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a>
                    </
li>
                </if>
                <if 
condition="$show['addignorelist']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
                    </
li>
                </if>
                <if 
condition="$show['removeignorelist']">
                    <
li class="vbmenu_option">
                        <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a>
                    </
li>
                </if>
            </
ul>

            <if 
condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email'] OR $prepared['hasimdetails']">
                <!-- 
contact popup menu -->
                <
ul id="minicontact_menu" class="vbmenu_popup list_no_decoration" style="display:none">
                    <if 
condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
                        <
li class="thead first"><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></li>
                    </if>
                    <if 
condition="$show['post_visitor_message']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></li></if>
                    <if 
condition="$show['pm']">
                        <
li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
                    </if>
                    <if 
condition="$show['email']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></li></if>
                    <if 
condition="$prepared['hasimdetails']">
                        <
li class="thead<if condition="!$show['post_visitor_message'] AND !$show['pm'] AND !$show['email']"> first</if>">$vbphrase[instant_messaging]</li>
                        <if 
condition="$prepared['icq']">
                            <
li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" />  <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
                        </if>
                        <if 
condition="$prepared['aim']">
                            <
li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
                        </if>
                        <if 
condition="$prepared['msn']">
                            <
li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
                        </if>
                        <if 
condition="$prepared['yahoo']">
                            <
li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
                        </if>
                        <if 
condition="$prepared['skype']">
                            <
li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
                        </if>
                    </if>
                </
ul>
                <!-- / 
contact popup menu -->
            </if>
    </
div>

    <
div id="profile_tabs">
        
$template_hook[profile_left_first]
        
$blocks[visitor_messaging]
        
$blocks[aboutme]
        
$blocks[stats]
        
$blocks[friends]
        
$blocks[infractions]
        
$blocks[contactinfo]
        
$template_hook[profile_left_last]
    </
div>

    <
script type="text/javascript">
    <!--
    
vBulletin.register_control("vB_TabCtrl""profile_tabs""$selected_tab""&raquo;""profile.php?u=2&do=loadtab&tabid={1:tabid}");
    
//-->
    
</script>

</
div>
</
div>

<
div id="sidebar_container">
    <!-- 
sidebar -->
    
$template_hook[profile_right_first]
    
$blocks[stats_mini]
    
$template_hook[profile_right_mini]
    
$blocks[friends_mini]
    
$blocks[albums]
    
$template_hook[profile_right_album]
    
$blocks[groups]
    
$blocks[visitors]
    
$template_hook[profile_right_last]
    <!-- / 
sidebar -->
</
div>

<!-- 
end usercss -->
</
div>

$footer

</body>
</
html
If you downloaded this, please mark as installed. Anyone who hasn't marked as installed will be considered Low Priority
Reply With Quote
  #24  
Old 01-06-2009, 07:13 AM
Bluefin221 Bluefin221 is offline
 
Join Date: Jul 2008
Location: Scotland
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks that fixed the problem, I've dropped you a PM.
Reply With Quote
  #25  
Old 01-06-2009, 07:05 PM
Audax666 Audax666 is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh boy,
I waited for that a long time!
Very nice work.
I will install, when you tell if it works for VB 3.8.
I hope so.

Keep working on it and make me happy
Reply With Quote
  #26  
Old 01-06-2009, 08:51 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Audax666 View Post
Oh boy,
I waited for that a long time!
Very nice work.
I will install, when you tell if it works for VB 3.8.
I hope so.

Keep working on it and make me happy
I am still waiting for someone to test this on 3.8
I don't have access to a 3.8 board.
Reply With Quote
  #27  
Old 01-11-2009, 01:10 PM
GamingFusion GamingFusion is offline
 
Join Date: Sep 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hex_legend View Post
I am still waiting for someone to test this on 3.8
I don't have access to a 3.8 board.
I'm trying to test it now =]
So far.. the URL isn't correct that displays on the member profile.. gonna try to CSS it... to see if you can style it.
Reply With Quote
  #28  
Old 01-12-2009, 07:48 PM
javolin14 javolin14 is offline
 
Join Date: Dec 2008
Location: Arizona
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason i've done all the modifications required to install this, however it is not showing up correctly, please does anyone have any ideas as to why it looks like this and what i can do to fix it?

http://combatcentral.net/forums/javolin13
Reply With Quote
  #29  
Old 01-12-2009, 09:11 PM
Audax666 Audax666 is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I got a redirecting error, when I insert this in my existing .htaccess file on forum root
PHP Code:
#myspace profile
RewriteRule ^$ index.php
RewriteRule 
(^[-_A-Za-z0-9\ ]*$) member.php?&username=$
does this need any page related modifications?

And for what is it good for? If I use the mod without the .htaccess modification, it nearly looks like the screenshots you attached.

Maybe you got an idea...
Reply With Quote
  #30  
Old 01-13-2009, 01:46 AM
gamerzhope gamerzhope is offline
 
Join Date: Oct 2008
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what controls the my music player?

like how do user put there own music there?

thanks

also im trying to add a display of the activity modification mod and the itrader status to the myspace profile..

and nothing is working :S

any ideas on this ive tried adding the display code tons of times
Reply With Quote
  #31  
Old 01-13-2009, 01:51 PM
johndiaz johndiaz is offline
 
Join Date: Dec 2008
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not seeing anything different.. What am I missing??
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 12:39 AM.


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.08478 seconds
  • Memory Usage 2,500KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete