Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-29-2011, 11:51 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is my css of about me and it's basically the same so this isn't the code you need. I suggest again to search for fieldset.

Code:
/**

* About Me Tab

*/

#aboutme li.profilefield_category {

	font-weight:bold;

	margin-top:6px;

}

#aboutme dl.profilefield_list {

	font-weight:normal;

	margin:6px 16px 0px 16px;

}

#aboutme dl.profilefield_list dd {

	margin-bottom:6px;

	margin-left:0px;

}

#aboutme #signature {

	width:100%;

	overflow:auto;

}

#aboutme #simple_aboutme_link {

	text-align: right;

	display: block;

}
Reply With Quote
  #12  
Old 01-30-2011, 09:53 AM
Tasking Mickey's Avatar
Tasking Mickey Tasking Mickey is offline
 
Join Date: Jun 2010
Location: United States
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, so I do search again, yes but the only thing I get is,

PHP Code:
        <!-- aboutme -->
<
div id="aboutme" class="tborder content_block">
    <
h4 class="thead block_title">
        <
a href="LINK TO PROFILE /></a>
        <a name="
aboutme"></a>

        <span class="
block_name">About Me</span>
    </h4>
    <div class="
block_content" id="collapseobj_aboutme" style=""><div class="alt1 block_row">

    <div id="
simple_aboutme_link"><a rel="nofollow" class="smallfont" href="LINK TO PROFILE">View your "About Me" as seen by everyone else</a></div>


<ul class="
list_no_decoration">
<!-- REMOVE block_data[fields] -->
<!-- CUSTOM -->

<!-- USER EXTRA PROFILE FIELD INFORMATION MODIFY THIS CODE -->
<table width="
100%" border="0" cellspacing="4" cellpadding="4">
  <tr>
    <td>            
    
    
        <fieldset class="
fieldset"><legend><strong> 

Note, that is in the MEMBERINFO template. But It doesnt look like anything that arranges my "About Me" tab to look like the one in the photo.
Reply With Quote
  #13  
Old 01-30-2011, 12:13 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd imagine it starts with the HTML comment <!-- CUSTOM -->
and it looks like it might simply be a table now... or a combo of a table and legend tags, the rest of the code would continue after where you cut it off.
Reply With Quote
  #14  
Old 01-30-2011, 12:17 PM
Tasking Mickey's Avatar
Tasking Mickey Tasking Mickey is offline
 
Join Date: Jun 2010
Location: United States
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, your right. It does start with <!-- CUSTOM -->

Heres the full code in the MEMBERINFO template.

PHP Code:
<!-- aboutme -->
<
div id="aboutme" class="tborder content_block">
    <
h4 class="thead block_title">
        <
a href="http://www.toontowncentral.com/forums/members/tate.html#top" class="collapse_gadget" onclick="return toggle_collapse('aboutme')"><img id="collapseimg_aboutme" src="http://www.toontowncentral.com/forums/images/buttons/collapse_generic.gif" alt="" border="0" /></a>
        <
a name="aboutme"></a>

        <
span class="block_name">About Me</span>
    </
h4>
    <
div class="block_content" id="collapseobj_aboutme" style=""><div class="alt1 block_row">

    <
div id="simple_aboutme_link"><a rel="nofollow" class="smallfont" href="http://www.toontowncentral.com/forums/member.php?u=127856&amp;tab=aboutme&amp;simple=1">View your "About Me" as seen by everyone else</a></div>


<
ul class="list_no_decoration">
<!-- 
REMOVE block_data[fields] -->
<!-- 
CUSTOM -->

<!-- 
USER EXTRA PROFILE FIELD INFORMATION MODIFY THIS CODE -->
<
table width="100%" border="0" cellspacing="4" cellpadding="4">
  <
tr>
    <
td>            
    
    
        <
fieldset class="fieldset"><legend><strong>Profile Fields start here 
Is that what I can put into my MEMBERINFO template?
Reply With Quote
  #15  
Old 01-30-2011, 01:36 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No you can't copy and paste the code from an HTML source into a template- you would hard code things that need to be variable.

Why do you say this is the full code of MEMBERINFO- you don't have access to MEMBERINFO just the output from some other site, right? A full MEMBERINFO template looks nothing like that, look at your own...

And once again you cut off what is probably the relevant code below:
Code:
<fieldset class="fieldset"><legend><strong>Profile Fields start here
Reply With Quote
  #16  
Old 01-30-2011, 01:57 PM
Tasking Mickey's Avatar
Tasking Mickey Tasking Mickey is offline
 
Join Date: Jun 2010
Location: United States
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I got that from a source, the pages source.

Would you happen to know the "hard code" that I can do that will arrange my "About me" page to look like that?

Here is the full full code.

PHP Code:
        <!-- aboutme -->
<
div id="aboutme" class="tborder content_block">
    <
h4 class="thead block_title">
        <
a href="http://www.toontowncentral.com/forums/members/tate.html#top" class="collapse_gadget" onclick="return toggle_collapse('aboutme')"><img id="collapseimg_aboutme" src="http://www.toontowncentral.com/forums/images/buttons/collapse_generic.gif" alt="" border="0" /></a>
        <
a name="aboutme"></a>

        <
span class="block_name">About Me</span>
    </
h4>
    <
div class="block_content" id="collapseobj_aboutme" style=""><div class="alt1 block_row">

    <
div id="simple_aboutme_link"><a rel="nofollow" class="smallfont" href="http://www.toontowncentral.com/forums/member.php?u=127856&amp;tab=aboutme&amp;simple=1">View your "About Me" as seen by everyone else</a></div>


<
ul class="list_no_decoration">
<!-- 
REMOVE block_data[fields] -->
<!-- 
CUSTOM -->

<!-- 
USER EXTRA PROFILE FIELD INFORMATION MODIFY THIS CODE -->
<
table width="100%" border="0" cellspacing="4" cellpadding="4">
  <
tr>
    <
td>            
    
    
        <
fieldset class="fieldset"><legend><strong>First Toon: <b>Crazy Beaniegrooven</b> (Open)</strong></legend>
              <
b>Toon Name:</bCrazy Beaniegrooven <br />
              <
b>Toon Type:</bDog <br />

              <
b>Toon laff points:</b126 <br />
              <
b>Working Task Area:</bBossbot HQ <br />
              <
b>Gag Tracks:</b><br />
              
              
              <!-- 
Toonup images -->
              
              
              
              
              
              
              
                          

              <!-- 
Trap images -->

              
              
              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/trap7.jpg" width="18" height="18">
              
              <!-- 
Lure images -->
              
              
              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/lure7.jpg" width="18" height="18">

              <!-- 
Sound images -->
              
              
              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/sound7.jpg" width="18" height="18">
              
              <!-- Throw 
images -->
              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/throw7.jpg" width="18" height="18">
              
              <!-- 
Squirt images -->

              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/squirt7.jpg" width="18" height="18">

              <!-- 
Drop images -->
              
              
              
              
              
              
              
              
               <
img src="/forums/images/profile/gags/drop7.jpg" width="18" height="18">

           
              
              <
br />
              <
b>Sellbot Cog Suit:</bMrHollywood (Maxed) <br />
              <
b>Cashbot Cog Suit:</bRobber Baron (Maxed) <br />

              <
b>Lawbot Cog Suit:</bBigwig (Maxed) <br />
              <
b>Bossbot Cog Suit:</bBig Cheese <br />
              <
b>Fish Species Caught:</b57 <br />
              <
b>Current Rod:</bGold <br />

              <
b>Doodle Name:</bN/<br />
              <
b>Kart Type:</bRoadster<br />
              <
b>Flower Varieties Collected:</b35<br />
              <
b>Shovel Type:</bGold Shovel<br />

              <
b>Watering Can Size:</bHuge Watering Can<br />
                          <
b>Racing Trophies Won:</b22<br />
<
b>Golf Trophies Won:</b13<br />
              </
fieldset><br /></td>
    <
td>            
    
    <
fieldset class="fieldset"><legend><strong>Second Toon: <b>Crazy Beaniegrooven</b> (Test)</strong></legend>

            
              <
b>Toon Name:</bCrazy Beaniegrooven <br />
              <
b>Toon Type:</bDog <br />
              <
b>Toon laff points:</b15 <br />
              <
b>Working Task Area:</bToontown Central <br />

              <
b>Gag Tracks:</b><br />
              
              
              <!-- 
Toonup images -->
               <
img src="/forums/images/profile/gags/blank_gag.jpg" width="18" height="18">
              
              
              
              
              
              
              

              <!-- 
Trap images -->
               <
img src="/forums/images/profile/gags/blank_gag.jpg" width="18" height="18">
              
              
              
              
              
              
              
              
              
              <!-- 
Lure images -->
               <
img src="/forums/images/profile/gags/blank_gag.jpg" width="18" height="18">
              
              
              
              
              
              
              
              

              <!-- 
Sound images -->

               <
img src="/forums/images/profile/gags/blank_gag.jpg" width="18" height="18">
              
              
              
              
              
              
              
              
              
              <!-- Throw 
images -->
               <
img src="/forums/images/profile/gags/throw1.jpg" width="18" height="18">
              
              
              
              
              
              
              
              <!-- 
Squirt images -->
               <
img src="/forums/images/profile/gags/squirt1.jpg" width="18" height="18">
              
              
              
              
              
              

              <!-- 
Drop images -->
               <
img src="/forums/images/profile/gags/blank_gag.jpg" width="18" height="18">
              
              
              
              
              
              
              
              
           
              
              <
br />
              <
b>Sellbot Cog Suit:</bNone <br />

              <
b>Cashbot Cog Suit:</bNone <br />
              <
b>Lawbot Cog Suit:</bNone <br />
              <
b>Bossbot Cog Suit:</bNone <br />
              <
b>Fish Species Caught:</b<br />

              <
b>Current Rod:</bNone <br />
              <
b>Doodle Name:</bN/<br />
              <
b>Kart Type:</bCruiser<br />
              <
b>Flower Varieties Collected:</b> <br />

              <
b>Shovel Type:</bTin Shovel<br />
              <
b>Watering Can Size:</bSmall Watering Can<br />
                          <
b>Racing Trophies Won:</b> <br />
<
b>Golf Trophies Won:</b> <br />

              </
fieldset><br /></td>
  </
tr>
</
table>
<
dt class="shade">Additional Toons:</dt>
<
dd></dd>

<
dl class="list_no_decoration profilefield_list">
<
dt class="shade">Favorite ToonTown Activity:</dt>
<
dd>Training my Doodles</dd>
<
dt class="shade">Favorite Forum Activity:</dt>
<
dd>Being involved with my clan</dd>

<
dt class="shade">Location:</dt>
<
dd>The Estate</dd>
</
dl>
</
li>
    
        <
li class="profilefield_category">
            
Signature
            
<dl class="list_no_decoration profilefield_list"><dd id="signature"><div align="center"><img src="http://iaza.com/work/110102C/iaza19844469378000.png" border="0" alt="" /><img src="http://iaza.com/work/110102C/iaza19844417875300.png" border="0" alt="" /></div><div align="center"><u><b><a href="http://www.toontowncentral.com/forums/doodle-improvements-guild/" target="_blank"><font color="Red">Doodle Improvements Guild</font></a>&#9474;</b></u><u><a href="http://www.toontowncentral.com/forums/payments.php" target="_blank"><font color="Blue"><b>Donate to TTC│</b></font></a><a rel="nofollow" href="http://www.toontowncentral.com/forums/private.php?do=newpm" target="_blank"><font color="Blue"><b><font color="Green">PM ME</font></b></font></a><br />
</u></div></dd></dl>
        </
li>

    
<!-- /
CUSTOM -->
</
ul>
</
div></div>
</
div>
<!-- / 
aboutme --> 

Well, at least when I get it from the source.
Reply With Quote
  #17  
Old 01-30-2011, 03:32 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I can see this code is in a table, with 2 cells, next to each other... the basic HTML of the table is:

HTML Code:
<table>
  <tr>
     <td>
     CELL 1 STUFF
     </td>
      <td>
     CELL 2 STUFF
      </td>
   </tr>
</table>
And the code they are using for CELL 1 in your example is:

HTML Code:
 <fieldset class="fieldset"><legend><strong>First Toon: <b>Crazy Beaniegrooven</b> (Open)</strong></legend>
              <b>Toon Name:</b> Crazy Beaniegrooven <br />
              <b>Toon Type:</b> Dog <br />

              <b>Toon laff points:</b> 126 <br />
              <b>Working Task Area:</b> Bossbot HQ <br />
              <b>Gag Tracks:</b><br />
                
              <!-- Toonup images -->

              <!-- Trap images -->
              
               <img src="/forums/images/profile/gags/trap7.jpg" width="18" height="18">
              
              <!-- Lure images -->

               <img src="/forums/images/profile/gags/lure7.jpg" width="18" height="18">

              <!-- Sound images -->

               <img src="/forums/images/profile/gags/sound7.jpg" width="18" height="18">
              
              <!-- Throw images -->

               <img src="/forums/images/profile/gags/throw7.jpg" width="18" height="18">
              
              <!-- Squirt images -->

            <img src="/forums/images/profile/gags/squirt7.jpg" width="18" height="18">

              <!-- Drop images -->
              
               <img src="/forums/images/profile/gags/drop7.jpg" width="18" height="18">
             
              <br />
              <b>Sellbot Cog Suit:</b> Mr. Hollywood (Maxed) <br />
              <b>Cashbot Cog Suit:</b> Robber Baron (Maxed) <br />

              <b>Lawbot Cog Suit:</b> Bigwig (Maxed) <br />
              <b>Bossbot Cog Suit:</b> Big Cheese <br />
              <b>Fish Species Caught:</b> 57 <br />
              <b>Current Rod:</b> Gold <br />

              <b>Doodle Name:</b> N/A <br />
              <b>Kart Type:</b> Roadster<br />
              <b>Flower Varieties Collected:</b> 35<br />
              <b>Shovel Type:</b> Gold Shovel<br />

              <b>Watering Can Size:</b> Huge Watering Can<br />
                          <b>Racing Trophies Won:</b> 22<br />
<b>Golf Trophies Won:</b> 13<br />
              </fieldset><br /></td>
    <td>            
So basically it looks like they have some special code to add a series of images, if those images are set somewhere for this user.

Under that it looks like pretty basic HTML...

But back to the original question, it looks like you can do this by adding <legend> html tags around your profile fields, maybe use the table to break them into two cells.
Reply With Quote
  #18  
Old 01-30-2011, 03:36 PM
Tasking Mickey's Avatar
Tasking Mickey Tasking Mickey is offline
 
Join Date: Jun 2010
Location: United States
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And where can I access the profile fields? In the MEMBERINFO template? In the memberinfo_aboutme template? Or in some other template,

So I can add the <legend> tag. Of course, I will be doing this on my TEST site.
Reply With Quote
  #19  
Old 01-30-2011, 04:14 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The template to edit should be: memberinfo_block_aboutme.
Reply With Quote
  #20  
Old 01-30-2011, 05:39 PM
Tasking Mickey's Avatar
Tasking Mickey Tasking Mickey is offline
 
Join Date: Jun 2010
Location: United States
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, so here is my coding so far in the memberinfo_block_aboutme template.

PHP Code:
<div class="alt1 block_row">
<if 
condition="$show['simple_link']">
    <
div id="simple_aboutme_link"><class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&amp;tab=aboutme&amp;simple=1">$vbphrase[view_your_about_me]</a></div>
</if>
<if 
condition="$show['edit_link']">
    <
div id="simple_aboutme_link"><class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&amp;tab=aboutme">$vbphrase[edit_your_about_me]</a></div>
</if>
<
ul class="list_no_decoration">
<!-- 
CUSTOM -->
<!-- 
USER EXTRA PROFILE FIELD INFORMATION MODIFY THIS CODE -->
<
table width="100%" border="0" cellspacing="4" cellpadding="4">
  <
tr>
    <
td>          
    
        <
fieldset class="fieldset"><legend><strong>$block_data[fields]</td>
   </
tr>
</
table>
    <if 
condition="$prepared['signature']">
        <
li class="profilefield_category">
            
$vbphrase[signature]
            <
dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
        </
li>
    </if>
</
ul>
</
div
The most to look at is where it says < -- CUSTOM -->

Do I remove the $block_data[fields]? Here is my screenshot of the AboutMe page on my TEST site.

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 02:10 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.05239 seconds
  • Memory Usage 2,423KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_html
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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