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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-19-2013, 11:48 AM
Prorockz Prorockz is offline
 
Join Date: Nov 2009
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default need help about skin

Hello there.

please need little help about skin

i have enable rep power option but in postbit it not show proper in border as other options show.

i dont know how to explain it cause i dont know much about it

please watch screen short and tell me how i fix border for rep point show in border as other options show.


screen short :





[img=http://s2.postimage.org/mxsgsodl1/some_problems_vbulletin.jpg]
Reply With Quote
  #2  
Old 01-19-2013, 02:28 PM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Give my link to you forum. I help you
Reply With Quote
  #3  
Old 01-19-2013, 02:49 PM
Prorockz Prorockz is offline
 
Join Date: Nov 2009
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://profriendskorner.com/" target="_blank">http://profriendskorner.com/</a>
Reply With Quote
  #4  
Old 01-19-2013, 03:28 PM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1) Find
<dl class="user_rep">
replace it
<dl class="user_rep userinfo_extra">

2) Find
.postbitlegacy dl.userinfo_extra, .postbitlegacy dl.user_rep

replace:
margin: 5px 0;
with this:
margin: 0;
Reply With Quote
  #5  
Old 01-19-2013, 07:31 PM
Prorockz Prorockz is offline
 
Join Date: Nov 2009
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its not worked.

can u also explain which options have to edit.
Reply With Quote
  #6  
Old 01-19-2013, 07:49 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure you edited the correct style? It doesn't look like you applied any changes to that skin.
Reply With Quote
Благодарность от:
ikopylov
  #7  
Old 01-19-2013, 08:30 PM
Prorockz Prorockz is offline
 
Join Date: Nov 2009
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my code little different but that idea is work and i have fix the problem thanks for help also can you tell me same thing for imlink icons like msn. yahoo ect . i have add <div class="imlinks userinfo_extra">

but it not worked
Reply With Quote
  #8  
Old 01-20-2013, 06:05 AM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Prorockz View Post
my code little different but that idea is work and i have fix the problem thanks for help also can you tell me same thing for imlink icons like msn. yahoo ect . i have add <div class="imlinks userinfo_extra">

but it not worked
1.
Find:
<div class="imlinks userinfo_extra">
Replace with
<dl class="userinfo_extra"><dt>Connect</dt><dd>
2.
Find closed </div>
Replace with
</dd></dl>
3.
About top space, see my 1st post

Reply With Quote
  #9  
Old 01-20-2013, 11:06 AM
Prorockz Prorockz is offline
 
Join Date: Nov 2009
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks allot this template worked fine now.

but i try this code an other template loaded at my site . Total-Pro

there also same problem.

1: avatar ----- not show at center.
2: down/upload both point show in 1 border.
3: connect not show in border.

please help me to fix it also thank you
Reply With Quote
  #10  
Old 01-20-2013, 12:32 PM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.
find
<div class="imlinks userinfo_extra">
replace
<dl class="userinfo_extra"><div class="post_field"><dt>Connect</dt><dd>

closed div
replace with </dd></div></dl>
---------------------------
In your style in place DL introduced DIV - do not properly. But since you have already done in the previous block. Therefore validation will show the error.

example:
The correct code is:
Code:
<div>
<dl>
<dt><dd></dt></dd>
</dl>
</div>
incorrect code
Code:
<dl>
<div>
<dt><dd></dt></dd>
</div>
</dl>
--------------- Added [DATE]1358689260[/DATE] at [TIME]1358689260[/TIME] ---------------

1.
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
_display: block;
_float: left;

2.
Leave as is. It will be hard to fix you
Reply With Quote
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 05:33 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.04451 seconds
  • Memory Usage 2,254KB
  • Queries Executed 11 (?)
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
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete