The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
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; } |
#12
|
||||
|
||||
OK, so I do search again, yes but the only thing I get is,
PHP Code:
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. |
#13
|
||||
|
||||
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. |
#14
|
||||
|
||||
Actually, your right. It does start with <!-- CUSTOM -->
Heres the full code in the MEMBERINFO template. PHP Code:
|
#15
|
||||
|
||||
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 |
#16
|
||||
|
||||
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:
Well, at least when I get it from the source. |
#17
|
||||
|
||||
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> 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> 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. |
#18
|
||||
|
||||
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. |
#19
|
||||
|
||||
The template to edit should be: memberinfo_block_aboutme.
|
#20
|
||||
|
||||
OK, so here is my coding so far in the memberinfo_block_aboutme template.
PHP Code:
Do I remove the $block_data[fields]? Here is my screenshot of the AboutMe page on my TEST site. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|