![]() |
profile
1 Attachment(s)
I am trying to either find a plugin or edit some files so I can put a new tab in the profile section
screenshot explains more I also need the option to add what is needed in this new section |
|
Tried that would not work nothing showed up for me. Maybe I missed something not sure could be just not working for 4.2.0
little update: with some work arounds I got it still need to do some testing |
1 Attachment(s)
It shows my story 3 times how can I remove the two so it only shows the tab one
|
Would like it to look like the about me tab how would I go about doing this
|
Write some CSS to make it look like how you want.
|
have no idea how to do that not big in the coding part still learning
|
W3Schools is good place to learn CSS. Their tutorials are short and they provide an area to test code out. CSS is actually not terribly difficult once you get the basic principle.
|
maybe some other time but for now if someone code help with the code i need to put in place
|
The thing with CSS, is that class names can be anything. You just make up the names. And you set certain style elements from certain classes. Since it's a custom style, and since vB4 kinda was wiggy with CSS elements, you'd kind of need to get into the Admin CP and test/tweak/repeat to get it how you wanted. CSS is easy to learn. But sometimes it takes a little jiggering on the backend to make it look how you want.
|
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 |
Give us the code what you added, maybe some moderator can review it @.@
I also needed 2 days to add my own custom tab... |
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 |
What we would really need is a link to view it and an image of what you want it to look like.
|
...
|
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
|
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 |
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.
|
have no idea what code or where to put it i tried the one about just renamed it still no help
|
HTML Code:
div#view-EPFP_tab { |
Quote:
|
additional.css
|
Thank you all for the help but most of all Simon Lloyd for the help in the coding you Sir are a true Gent
|
All times are GMT. The time now is 05:53 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|