How To Create Fieldset Around Profile for Postbit_Legacy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    How To Create Fieldset Around Profile for Postbit_Legacy

    To create a line box around profile in showthreads page like image here, you need to follow the instruction.
    Click image for larger version

Name:	fieldset_profile.PNG
Views:	1
Size:	1.4 KB
ID:	3699027

    AdminCP -> vBulletin Options -> Style & Language Settings -> Use Legacy (Vertical) Postbit Template -> [set to] YES -> Click Save

    Next, you will need to edit one template

    AdminCP -> Styles & Templates -> Style Manager -> Edit Template -> «Expand All Template Groups» -> postbit_legacy

    Find:
    Code:
    				[COLOR="blue"]<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>[/COLOR]
    Code:
    				[COLOR="Blue"]<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div>[/COLOR]</if>
    				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
    				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
    				<div>
    					$vbphrase[posts]: $post[posts]
    				</div>
    Add Fieldset to Profile:
    Code:
    				[COLOR="Green"]<fieldset class="fieldset"><legend><b>$vbphrase[contact]:</b></legend>[/COLOR]
    				<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
    				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
    				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
    				<div>
    					$vbphrase[posts]: $post[posts]
    				</div>
    				[COLOR=green]</fieldset>[/COLOR]
    Save in Template History? YES
    Comment: fieldset_profile
    Click Save
    Last edited by Jose Amaral Rego; Fri 3 Mar '06, 12:52am. Reason: just cause I can :)
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    v3.5 - How to Create Fieldset for Postbit_Legacy

    How to Create Fieldset Around Reputation Power for Postbit_Legacy

    To create a line box around Rep Power/Rep Image [a.k.a. Karma] in showthreads page like image here, you need to follow the instruction.
    Click image for larger version

Name:	fieldset_karma.PNG
Views:	1
Size:	1.0 KB
ID:	3667535
    To turn on Reputation Power on AdminCp -> vBulletin Option -> Thread Display Options (showthread) -> Post Elements -> Display Reputation Power : YES

    Go back to Admin Control Panel

    AdminCp -> vBulletin Options -> Style & Language Settings -> Use Legacy (Vertical) Postbit Template -> [set to] YES -> Click Save

    Next, you will need to edit one template

    AdminCp -> Styles & Templates -> Style Manager -> Edit Template -> «Expand All Template Groups» -> postbit_legacy

    Find:

    Code:
    [COLOR="Blue"]<if condition="$show['reputation']">[/COLOR]

    Code:
    				[COLOR="Blue"]<if condition="$show['reputation']">[/COLOR]<div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
    Add Fieldset & Breakline to Rep Power:
    Code:
    				[COLOR="Green"]<fieldset class="fieldset"><legend><b>$vbphrase[reputation]:</b></legend>[/COLOR]
    				[COLOR="Blue"]<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>[/COLOR][COLOR="Green"]<br />[/COLOR][COLOR="blue"]$post[reputationdisplay]</div></if>[/COLOR]
    				[COLOR="green"]</fieldset>[/COLOR]
    If you want to change this to Karma or another word, do the following or create custom phrase for Karma.

    AdminCP -> Languages & Phrases -> Search in Phrases -> Search for Text : reppower -> Search in ... : Phrase Variable Name Only -> Click on Find
    Click image for larger version

Name:	reppower.PNG
Views:	1
Size:	4.3 KB
ID:	3667536
    Click on Edit
    In the English (US) Translation box type your word for example : Karmic or Aura
    Click on Save
    Next follow below.

    Add Fieldset, Breakline to Rep Power & Replace $vbphrase[reputation] with Karma:
    Code:
    				[COLOR="Green"]<fieldset class="fieldset"><legend><b>Karma:</b></legend>[/COLOR]
    				<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>[COLOR="Green"]<br />[/COLOR]$post[reputationdisplay]</div></if>
    				[COLOR="green"]</fieldset>[/COLOR]
    Save in Template History? YES
    Comment: fieldset_reppower
    Click Save

    Default Postbit_Legacy below
    Attached Files
    Last edited by Jose Amaral Rego; Fri 3 Mar '06, 12:00am.

    Comment

    • Jose Amaral Rego
      Senior Member
      • Feb 2005
      • 11058
      • 1.1.x

      #3
      vB 3.5 - How to Create Fieldset for Postbit_Legacy

      vB version 3.5.0 - 3.5.4

      How to Create Fieldset Around Contact Handle Icons for Postbit_Legacy

      *Update Note Some edits will state v3.5.2 - v3.5.4

      To create a line box around Contact Handle Icons or place it within Profile in showthreads page like image here, you need to follow the instruction.
      Click image for larger version

Name:	fieldset_contact.PNG
Views:	1
Size:	7.2 KB
ID:	3667537

      AdminCp -> vBulletin Options -> Style & Language Settings -> Use Legacy (Vertical) Postbit Template [set to] YES -> Click Save

      Next, you will need to edit one template

      AdminCp -> Styles & Templates -> Style Manager -> Edit Template -> «Expand All Template Groups» -> postbit_legacy


      This only works if you asks your members to add in one Contact Icon

      Find:

      Code:
      				[COLOR="blue"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>[/COLOR]
      *Edits for vbulletin version v3.5.2 - v3.5.4
      Code:
      				[COLOR="Blue"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>[/COLOR]

      Add Fieldset to Contact Icons:
      Code:
      				[COLOR="Green"]<fieldset class="fieldset"><legend><b>$vbphrase[contact]:</b></legend>[/COLOR]
      				[COLOR="blue"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>[/COLOR]
      				[COLOR="green"]</fieldset>[/COLOR]
      *Edits for vbulletin version v3.5.2 - v3.5.4
      Add Fieldset to Contact Icons:
      Code:
      				[COLOR="Green"]<fieldset class="fieldset"><legend><b>$vbphrase[contact]:</b></legend>[/COLOR]
      				[COLOR="blue"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>[/COLOR]
      				[COLOR="green"]</fieldset>[/COLOR]

      To add it to Profile Area

      [B]First Find & Copy by highlighting the test and using Ctrl+C to copy:
      B]
      Code:
      				[COLOR="red"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>[/COLOR]
      *Edits for vbulletin version v3.5.2 - v3.5.4

      Code:
      				[COLOR="Red"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>[/COLOR]

      Next :

      Find:

      Code:
      [COLOR="Blue"]<if condition="$post['joindate']">[/COLOR]
      Code:
      				<fieldset class="fieldset"><legend><b>$vbphrase[my_profile]:</b></legend>
      				[COLOR="Blue"]<if condition="$post['joindate']">[/COLOR]<div>$vbphrase[join_date]: $post[joindate]</div></if>
      				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
      				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
      				<div>
      					$vbphrase[posts]: $post[posts]
      				</div>
      				</fieldset>
      Add Contact Icons within Fieldset to Profile:
      Code:
      				[COLOR="Blue"]<fieldset class="fieldset"><legend><b>$vbphrase[my_profile]:</b></legend>[/COLOR]<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
      				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
      				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
      				<div>
      					$vbphrase[posts]: $post[posts]
      				</div>
                                      [COLOR="Green"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>[/COLOR]
      				[COLOR="Blue"]</fieldset>[/COLOR]
      *Edits for vbulletin version v3.5.2 - v3.5.4
      Add Contact Icons within Fieldset to Profile:
      Code:
      				[COLOR="Blue"]<fieldset class="fieldset"><legend><b>$vbphrase[my_profile]:</b></legend>[/COLOR]<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
      				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
      				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
      				<div>
      					$vbphrase[posts]: $post[posts]
      				</div>
                                      [COLOR="Green"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>[/COLOR]
      				[COLOR="Blue"]</fieldset>[/COLOR]

      Now, go back to where you originally copy the this code from and not where you just added.

      Do not delete this use <!-- comment out -->
      Code:
      [COLOR="Red"]<!--[/COLOR] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div> [COLOR="Red"]-->[/COLOR]
      Or add <span> tag to display none:
      Code:
      [COLOR="Red"]<span style="display:none">[/COLOR][COLOR="Red"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>[/COLOR][COLOR="Red"]</span>[/COLOR]

      *Edits for vbulletin version v3.5.2 - v3.5.4
      Do not delete this use <!-- comment out -->
      Code:
      [COLOR="Red"]<!--[/COLOR] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> [COLOR="Red"]-->[/COLOR]
      Or add <span> tag to display none:
      Code:
      [COLOR="Red"]<span style="display:none">[/COLOR][COLOR="Red"]<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>[/COLOR][COLOR="Red"]</span>[/COLOR]

      Save in Template History? YES
      Comment: fieldset_contact_icons
      Click Save
      Last edited by Jose Amaral Rego; Fri 3 Mar '06, 12:51am. Reason: Updated with Skype

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        vB 3.5 - How to Create Fieldset for Postbit_Legacy

        How to Create Fieldset Around Status for Postbit_Legacy

        To create a line box around Status in showthreads page like image here, you need to follow the instruction.
        Click image for larger version

Name:	fieldset_status.PNG
Views:	1
Size:	2.6 KB
ID:	3667538

        AdminCp -> vBulletin Options -> Style & Language Settings -> Use Legacy (Vertical) Postbit Template [set to] YES -> Click Save

        Next, you will need to edit one template

        AdminCp -> Styles & Templates -> Style Manager -> Edit Template -> «Expand All Template Groups» -> postbit_legacy

        Find:
        Code:
        [COLOR="Blue"]$post[onlinestatus][/COLOR]
        Add Fieldset to Status:
        Code:
        		[COLOR="Green"]<fieldset class="fieldset"><legend><b>$vbphrase[online]:</b></legend>[/COLOR]
        		[COLOR="Blue"]$post[onlinestatus][/COLOR]
        		<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
        		<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
        		$post[iplogged]
        		&nbsp;
        		[COLOR="green"]</fieldset>[/COLOR]
        Save in Template History? YES
        Comment: fieldset_status
        Click on Save

        You can create your own custom global phrase or leave asis.
        Last edited by Jose Amaral Rego; Fri 3 Mar '06, 12:59am.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...