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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-15-2013, 01:47 PM
Xexiu Xexiu is offline
 
Join Date: May 2008
Location: Barcelona
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Editing Profile tabs?

Hello,

I had searched around google and vb org to edit the CSS of profile tabs and didn't found it anywhere.

On the profile template (MEMBERINFO) I found:

Code:
<div id="profile_tabs" style="padding-top: 20px;">
                    $template_hook[profile_left_first]
                    $blocks[visitor_messaging]
                    $blocks[aboutme]
                    $blocks[stats]
                    $blocks[friends]
                    $blocks[infractions]
                    $blocks[contactinfo]
                    $template_hook[profile_left_last]
                </div>
What I want to do it to edit the "ul" part. Ex in firebug:

Code:
<div id="profile_tabs" style="padding-top: 20px;">
<ul class="tab_list" style="height: 29px;">
<li id="visitor_messaging_tab" class="tborder tcat" tab_id="visitor_messaging" fixed_width="133" style="width: 133px; display: block; background-position: 0px 0px;">Visitor Messages</li>
<li>etc..</li>
</ul>
</div>
I can't find anywhere the "<ul class="tab_list" style="height: 29px;">".

Anyone can land me a hand, please?

Thank you.
Reply With Quote
  #2  
Old 04-15-2013, 03:09 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe the CSS for the profile tabs is in /clientscript/vbulletin_tabctrl.css
Reply With Quote
  #3  
Old 04-15-2013, 08:00 PM
Xexiu Xexiu is offline
 
Join Date: May 2008
Location: Barcelona
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the info, Lynne!

I allready knewed about that. But it isn't what I'm looking for.
Let me explain myself. I want to edit the code and add my own CSS. For example:

I want to delete:

Code:
<ul class="tab_list" style="height: 29px;">
And add:

Code:
<ul style="my_code_here">
This is just an example. I want to know where I can find ALL the code that makes the tab function in order to edit it and remove some thing that I don't like. In Memberinfo template is only this:

Code:
<div id="profile_tabs" style="padding-top: 20px;">
                    $template_hook[profile_left_first]
                    $blocks[visitor_messaging]
                    $blocks[aboutme]
                    $blocks[stats]
                    $blocks[friends]
                    $blocks[infractions]
                    $blocks[contactinfo]
                    $template_hook[profile_left_last]
                </div>
Is there anyway to edit the "entire" code?

Much thanks and apreciated for your answers!
Reply With Quote
  #4  
Old 04-15-2013, 11:35 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe you will need to edit each of the blocks templates to reflect your <ul class
Search for MEMBERINFO, you will see all the memberinfo blocks.

Then edit /clientscript/vbulletin_tabctrl.css to add your css info
Reply With Quote
  #5  
Old 04-16-2013, 03:23 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

Once you turn that on, you can find the template you want to edit.
Reply With Quote
  #6  
Old 04-16-2013, 01:23 PM
Xexiu Xexiu is offline
 
Join Date: May 2008
Location: Barcelona
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, thank you Lynne.

Had to edit the js. file in order to remove some things. Let me explain how do I do it:
I had enabled HTML Comments and saw this:

Code:
<script type="text/javascript">
                <!--
                    vBulletin.register_control("vB_TabCtrl", "profile_tabs", "", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
                //-->
                </script>
I didn't find what I was looking for (the template) cause it was called via vbulletin_tabctrl.js.
I downloaded the file from my server and make the following edits. Inside vbulletin_tabctrl.js
I searched for (depending on the customized style):

Code:
tborder tcat tab_header
And replace all the content with:

Code:
alt1
Now the result is this:

Code:
<div id="profile_tabs" style="padding-top: 20px;">
<ul class="tab_list" style="height: 29px;">
<li>...</li>
<li>...</li>
</ul>
<div class="alt1"></div> (was before: tborder tcat tab_header)
Also I was thinking of removing all the "div" from there, cause it makes no sense to stay there, but I'm not a javascript expert so I don't know how to remove it from vbulletin_tabctrl.js. Can you land me a hand?

Here is the function from .js file that I observed:

Code:
parentNode.insertBefore(document.createElement("div"),F[0]);YAHOO.util.Dom.addClass(B,"tborder tcat tab_header")}
(now "alt1")

I don't know if I copied ALL the code that make the function. I will attach 2 versions of my vbulletin.tabctrl.js (one is the original and one is the modified).

P.D. Removing the "div" from the file, so after doing it, will reflect the changes on vistior tabs!
Attached Files
File Type: zip open_it.zip (5.2 KB, 0 views)
Reply With Quote
Благодарность от:
Lynne
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 09:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04361 seconds
  • Memory Usage 2,239KB
  • Queries Executed 12 (?)
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
  • (10)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete