The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
easy to say but as I need this done asap I dont have time to learn it and it could take days I have no clue where to even put the code. Some coding I have no problems with but I have taken the time to learn it and normally I would with this it is just I need this done asap only for that I would and I am low in cash if i could pay someone to code it i would
--------------- Added [DATE]1359821835[/DATE] at [TIME]1359821835[/TIME] --------------- I would appreciate any help that anyone can give |
#12
|
||||
|
||||
Give us the code what you added, maybe some moderator can review it @.@
I also needed 2 days to add my own custom tab... |
#13
|
|||
|
|||
in USERCP_SHELL
right after this code <li class="{vb:raw navclass.profile}"><a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a></li> I added <li class="{vb:raw navclass.extra}"><a href="profile.php?{vb:raw session.sessionurl}do=extra">{vb:rawphrase edit_your_story}</a></li> in admincp/profilefield.php find "$vbphrase[options]: $vbphrase[other]" replace with "$vbphrase[options]: $vbphrase[other]", "$vbphrase[options]: $vbphrase[your_story]" find 5 => "$vbphrase[options]: $vbphrase[other]", add under 6 => "$vbphrase[options]: $vbphrase[your_story]", and installed these two plugins https://vborg.vbsupport.ru/showthread.php?t=244255 https://vborg.vbsupport.ru/showthread.php?t=229881 but i find i can only put the one option in there any more it is messed up |
#14
|
||||
|
||||
What we would really need is a link to view it and an image of what you want it to look like.
|
#15
|
|||
|
|||
...
|
#16
|
||||
|
||||
How about just copying the css from the about me tab, change the class names in the css and then add the class="myclassname" to your divs....etc
|
#17
|
|||
|
|||
u mean this
/* about me */ .profile_content .blocksubhead h4 { font-weight:bold; display:block; padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2}; margin: 0px 0px 0px 0px; display: inline; and what is divs |
#18
|
||||
|
||||
Yes i mean that and divs are like <div> its a container, you can apply the class to anything like <td class="profile">your content</td> so any container can adopt the css class.
|
#19
|
|||
|
|||
have no idea what code or where to put it i tried the one about just renamed it still no help
|
#20
|
||||
|
||||
HTML Code:
div#view-EPFP_tab { background-color: #333333; color: #CCCCCC; margin-top: 5px; } #view-EPFP_tab h5 { background-image: url("images/Styles/Blackend/gradients/navbar_bg.png"); background-repeat: repeat-x; border: 1px dashed #828282; padding: 5px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|