The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile Questions - Tabs and Profile Owner View Only
<a href="http://evercube.net/forum/members/skye.html" target="_blank">http://evercube.net/forum/members/skye.html</a>
Underneath the profile picture, I would like a link to show up that says "Update Picture". It should only show up if the profile owner is viewing it. I have seen a code for it while googling for things but haven't seen it since. My other problem would be the Tabs in the profile. After 6 tabs it starts showing [>>]. How would I go about disabling this so it shows all tabs with no cutoff? |
#2
|
||||
|
||||
For the link only visible to the user I guess this would work:
Code:
<if condition="$bbuserinfo[userid] == $userinfo[userid]"> CODE here </if> . |
#3
|
||||
|
||||
It does that based on the width of your browser. Only so many tabs can be shown at a time.
|
#4
|
|||
|
|||
Quote:
I have the profile at a set width atm so it shouldn't matter. I'm assuming it sees the friend box is still there. I'm going to look a little further into what is having it do it an I'll get back to this. |
#5
|
||||
|
||||
I have found it before when looking. I think it's in the javascript.
|
#6
|
|||
|
|||
Looking through the source I'm guessing it has to do with this file:
http://evercube.net/forum/clientscri...bctrl.js?v=382 Wheres it calling for the width from? |
#7
|
||||
|
||||
They are not closed properly as you can see from the screenshot from my editor. (highlight pink = error = not closed/used at wrong place)
^^ Thats just one example there are many more. . |
#8
|
|||
|
|||
Thats because I put tables inside of a <td>, what your seeing is the ending table at the end of the main table ending. It associates with everything above the tabs, don't think that is the problem
|
#9
|
||||
|
||||
Look closer.... you should have end column, end row, end table - then end column, end row, end table. You have end row, end column, end table - the the proper end column, end row, end table.
|
#10
|
||||
|
||||
And some of your <div>'s are ending in between tables. e.g.
. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|