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

Reply
 
Thread Tools Display Modes
  #21  
Old 01-23-2013, 02:50 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WorldCraft View Post
I changed the password. And yes, I understand how it should look, which makes me think there is something conflicting in the CSS.
Promoted.

Gave you permissions for styles, but let me know if you need any other permissions.
Reply With Quote
  #22  
Old 01-23-2013, 03:14 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I guess I was looking at the wrong page on my forum, they do appear a bit close when on that page. Anyway, I added this to your additional.css templates to space them.

#postlist #inlinemod_formctrls label input
{
margin-right: 3px;
}

Would you still like me to try what you wanted here?
Reply With Quote
  #23  
Old 01-23-2013, 03:16 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WorldCraft View Post
Ok, I guess I was looking at the wrong page on my forum, they do appear a bit close when on that page. Anyway, I added this to your additional.css templates to space them.

#postlist #inlinemod_formctrls label input
{
margin-right: 3px;
}

Would you still like me to try what you wanted here?
Sure.

Additionally, if you want to make a test style to make sure everything works right before applying it to the live parent style, feel free.
Reply With Quote
  #24  
Old 01-23-2013, 03:52 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How does this look? I can remove the bullets if you do not want them.

Reply With Quote
  #25  
Old 01-23-2013, 03:56 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WorldCraft View Post
How does this look? I can remove the bullets if you do not want them.

That's perfect. (I wanted the bullets.)

Now that I think about it, could the same be done for the Friends block on profiles?

EDIT: Odd. Bullets aren't showing for me.
Reply With Quote
  #26  
Old 01-23-2013, 04:22 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should be all set now. I've put a few comments in /*Like this*/ To show that there are two blocks of CSS. One for the groups pages, one for the profile pages.
Reply With Quote
  #27  
Old 01-23-2013, 04:30 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WorldCraft View Post
You should be all set now. I've put a few comments in /*Like this*/ To show that there are two blocks of CSS. One for the groups pages, one for the profile pages.
Thanks.

Was all this done via additional.css? Also, I'm still not seeing bullets for the group one.

For profiles, though, I don't think it makes much sense, now that I think about it. Is it possible to remove the Friends block and just have the Friends tab?

I tried to remove it once before, but the code I took out did nothing.
Reply With Quote
  #28  
Old 01-23-2013, 04:42 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes this was all added to additional.css. The bullets should be there, they appear for me. Perhaps you should delete your browser's internet cache to see if they will appear.

You can remove the friends block....but it'll leave behind an extra divider bar as it isn't designed for that (you'd need to find the adequate template to remove it). But you'd add
HTML Code:
div.friends_mini
{
display:none;
}
I like to be as helpful as I can, but I really recommend you try to learn how to do these type of edits. They really are not that difficult if you understand HTML/CSS and how to properly use your browser's web developer tools (Firebug for example if you use Firefox). It's much more beneficial for yourself and your community to learn basic web development skills. This site is great for tutorials and information: http://www.w3schools.com/html/default.asp
Reply With Quote
  #29  
Old 01-23-2013, 04:50 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WorldCraft View Post
Yes this was all added to additional.css. The bullets should be there, they appear for me. Perhaps you should delete your browser's internet cache to see if they will appear.

You can remove the friends block....but it'll leave behind an extra divider bar as it isn't designed for that (you'd need to find the adequate template to remove it). But you'd add
HTML Code:
div.friends_mini
{
display:none;
}
I like to be as helpful as I can, but I really recommend you try to learn how to do these type of edits. They really are not that difficult if you understand HTML/CSS and how to properly use your browser's web developer tools (Firebug for example if you use Firefox). It's much more beneficial for yourself and your community to learn basic web development skills. This site is great for tutorials and information: http://www.w3schools.com/html/default.asp
Thank you. I've visited that site before via Lynne's signature.

And I do apologize. I know I seem really noob-ish. A lot of the stuff you saw in additional.css, though, were things I figured out.
Reply With Quote
  #30  
Old 01-23-2013, 04:54 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm well the bullets do not appear on Google Chrome for some reason, maybe that is why you could not see them. I'll take a closer look at that and see if I can figure that out.

Edit: This should now be resolved.
Reply With Quote
Благодарность от:
Amaury
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 08:56 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.04604 seconds
  • Memory Usage 2,265KB
  • Queries Executed 13 (?)
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_html
  • (5)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
  • (3)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_postinfo_query
  • fetch_postinfo
  • 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