vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How can i change display user account to user title in post? (https://vborg.vbsupport.ru/showthread.php?t=212666)

mirkhalili 05-02-2009 09:50 AM

How can i change display user account to user title in post?
 
How can i change display user account to user title in post?

Lynne 05-02-2009 02:48 PM

i'm not sure what you mean. The user title is displayed in the post by default if you have them on (usergroup manager > find usergroup > can use custom title > yes)

mirkhalili 05-06-2009 05:04 AM

No.

I want display only user title in post and hide user account in post.

Now What do I do?

Lynne 05-06-2009 05:34 PM

I don't know what you are talking about. Can you show an image of what you have and then what you want?

nexialys 05-06-2009 05:41 PM

very very simple:


edit template "postbit" or "postbit_legacy" depending on the one you use.

FIND:
HTML Code:

<div id="postmenu_$post[postid]">
                                        <if condition="$show['profile']">
                                        <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                                        $post[onlinestatus]
                                        <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                        <else />
                                        $post[musername]
                                        </if>
                                </div>

... simply delete that part! ... it's the line where the username is displayed.

BlueNinjaGo 05-06-2009 05:47 PM

I'd recommend commenting it out instead of deleting it. That's just from my experience.

mirkhalili 05-24-2009 04:35 AM

1 Attachment(s)
I want, when User loggin ,Display user title in posts.
please, see this attachment.

HighRollerX 05-24-2009 05:19 AM

Quote:

Originally Posted by mirkhalili (Post 1816096)
I want, when User loggin ,Display user title in posts.
please, see this attachment.

Im pretty sure that should already be in place to display, check your usergroup permissions/other permissions.

If it's not a permissions issue and rather a skin issue...Just find the code from the default postbit and add it into your current styles postbit.

mirkhalili 06-11-2009 08:39 AM

1 Attachment(s)
I want to only chang .

Lynne 06-11-2009 03:28 PM

I suppose you can switch the musername with title in the postbit. ie:
Current Code (for me, your's could be different):
HTML Code:

                <div id="postmenu_$post[postid]">
                    <if condition="$show['profile']">
                    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    $post[onlinestatus]
                    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                    <else />
                    $post[musername]
                    </if>
                </div>

                <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>

Change to:
HTML Code:

                <div id="postmenu_$post[postid]">
                    <if condition="$show['profile']">
                    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[usertitle]</a>
                    $post[onlinestatus]
                    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                    <else />
                    $post[usertitle]
                    </if>
                </div>

                <if condition="$post['musername']"><div class="smallfont">$post[musername]</div></if>

I'm guessing that would work, but I haven't tried it. You should try it on a test site or test style first. You can deleted the last line in there if you don't want the username to show at all.


All times are GMT. The time now is 11:17 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.01069 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_html_printable
  • (1)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
  • (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