Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 03-05-2009, 09:04 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Social Group Categories Font Size

I have one category thats name in the categories list is great big , How can i make them all the same size?
Reply With Quote
  #2  
Old 03-06-2009, 01:21 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's a tag could and thus follows the rule in vboptions > Tagging > Tag Cloud: Number of Levels. If you set that to 1, then all tags in all tag clouds will all be the same size.
Reply With Quote
  #3  
Old 03-06-2009, 01:41 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You always come threw for me Thanks for everything you do

--------------- Added [DATE]1236310986[/DATE] at [TIME]1236310986[/TIME] ---------------

Oops that didnt fix it
Reply With Quote
  #4  
Old 03-06-2009, 01:54 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, you are right. Um....... but if you look at the function fetch_socialgroup_category_cloud (in functions_socialgroup.php), it says it uses that option. So.... {{{Lynne scratches her head}}}
Reply With Quote
  #5  
Old 03-06-2009, 02:05 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah ha! That function builds the datastore for it. I got it to work by editing a group, changing the category, then changing it back again.
Reply With Quote
  #6  
Old 03-06-2009, 02:18 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well that worked but it made them all small , how do i make them bigger ,,, sorry to be a PITA
Reply With Quote
  #7  
Old 03-06-2009, 02:32 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The sizes are defined in the template "socialgroups_css". Just change it there.
Reply With Quote
  #8  
Old 03-06-2009, 02:50 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well Lynne i have put

HTML Code:
font-size: 16pt;
Just about everywhere in the css file

HTML Code:
<style type="text/css" id="vbulletin_socialgroup_css">
<!--
.list_no_decoration {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}
div.fixed_width_avatar {
	text-align: center;
}
div.fixed_width_avatar {
	padding: $stylevar[cellpadding]px;
}
/* Table emulation */
.social_group {
	padding: $stylevar[cellspacing]px;
}
.social_group .block_title, .social_group .block_row {
	padding: $stylevar[cellpadding]px;
}
.social_group .block_row {
	margin: $stylevar[cellspacing]px 0px 0px 0px;
}
.social_group .block_title {
	margin: 0px;
	text-align: $stylevar[left];
}
.social_group div.tfoot {
	text-align: center;
}
.social_group table .thead {
	padding: $stylevar[cellpadding]px;
}
.social_group_message {
	margin-top: $stylevar[cellpadding]px;
}
.social_group_message_body {
	padding: $stylevar[cellpadding]px;
}
.social_group_message .inlinemod_checkbox {
	margin-bottom: 5px;
	position: relative;
	top: -2px;
	$stylevar[left]: 3px;
}
#inlinemodsel {
	position: relative;
	top:1px;
	left:1px
}
#group_name {
	margin: 0px;
	font-weight: normal;
	font-size: 16pt;
}
#group_creator {
	margin-bottom: 6px;
}
#view_all_members_link {
	float: $stylevar[right];
}
#group_member_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}
#group_member_list .memberinfo_tiny {
	height: 100px;
	width: 76px;
	overflow: hidden;
	float: $stylevar[left];
	text-align: center;
	margin: 1px;
}
#group_footer_links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#group_footer_links li {
	display: inline;
	margin:0px 6px 0px 6px;
}
#picture_links {
	float: $stylevar[right];
}
#qc_error_div {
	text-align: $stylevar[left];
	margin-bottom: 6px;
}
#qc_error_header {
	font-weight: bold;
}
#qc_error_okay {
	text-align: $stylevar[right];
}
#message_form div.allowed_bbcode {
	float: $stylevar[left];
}
#message_form div.submit_button {
	text-align: $stylevar[right];
}
#message_form div.messagetext {
	text-align: $stylevar[left];
}
#group_message_inlinemod_form {
	margin: 0px;
	display: block;
}
.social_group .vbmenu_control {
	text-align: $stylevar[left];
	float: $stylevar[right];
	background: none;
	padding: $stylevar[cellpadding]px 0px;
}
.sgmenu_control {
	float: $stylevar[right];
	background: none;
	padding: 0 $stylevar[cellpadding]px;
}
#message_list {
	border: none;
}
#message_list li {
	margin-bottom: 6px;
}
#message_list div.fixed_width_avatar {
	margin-$stylevar[right]: 6px;
	float: $stylevar[left];
}
#message_list div.info_bar {
	border-width: 0px 0px 0px 0px
}
#message_list div.info_bar div.alt2 {
	padding: 6px;
}
#message_list .group_message_date {
	float: $stylevar[right];
	vertical-align: text-bottom;
}
#message_list .inlinemod_checkbox {
	float: $stylevar[right];
}
#message_list ul.controls {
	margin-top: 6px;
	text-align: $stylevar[right]
}
#message_list ul.controls li {
	display: inline;
	margin-$stylevar[left]: 6px;
}
#message_list ul.controls a:link, #message_list ul.controls a:visited {
	text-decoration: none;
}
#message_list .deletedmessage{
	float: $stylevar[left];
}
.action_links {
	padding: $stylevar[cellpadding]px 0px;
	width: 50%;
	display: inline-block;
	clear: $stylevar[left];
}
.discussion_tools {
	float: $stylevar[right]
}
#discussion_moderation, .discussion_tools {
	float: $stylevar[right];
	text-align: $stylevar[left];
	clear: $stylevar[right];
}
#discussion_pagenav {
	float: $stylevar[right];
	margin-top: $stylevar[cellpadding]px;
	text-align: $stylevar[right];
}
.discussion_list ul {
	float: $stylevar[right];
	text-align: $stylevar[right];
}
.discussion_list ul.controls li {
	display: inline;
	margin-$stylevar[left]: 6px;
}
.discussion_list ul.controls li a {
	text-decoration: none;
}
.discussion_bit_preview {
	width: 70%;
	float: $stylevar[left];
	padding: 2px 0;
}
.unread {
	font-weight: bold;
}
.push_down {
	margin-top: $stylevar[cellpadding]px;
}
.social_group .panel {
	margin: $stylevar[cellpadding]px;
}
.join_to_view {
	margin-bottom: $stylevar[cellpadding]px;
}
.panelsurround {
	text-align: center
}
.social_group .quick_reply_controls {
	margin-bottom: $stylevar[cellpadding]px;
}
ul.vbmenu_popup li {
	padding: 4px;
	margin: 0px 1px 1px 1px;
	white-space: nowrap;
}
ul.vbmenu_popup li.first {
	margin: 1px;
}
.hidden {
	display: none;
}
fieldset form, div.fieldsetpad {
	display: block;
	padding: 6px;
}
.userlist_title {
	font-weight:bold;
}
.userlist_description {
	margin-bottom: 6px
}
.avatar_toggle {
	text-align: $stylevar[right];
}
div.checkbox_ctrls {
	margin-bottom: 6px;
}
label.check_all_ctrl {
	float: $stylevar[left];
}
label.show_avatars_ctrl {
	float: $stylevar[right];
}
div.submitrow {
	text-align: $stylevar[right];
}
div.submitrow #moderatedlist_action {
	float: $stylevar[left];
	text-align: $stylevar[left];
}
.userlist_error {
	display: none;
}
.userlist_error_image {
	float: $stylevar[left];
	margin-$stylevar[right]: 6px; 
	margin-bottom:6px;
}
ul.userlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.userlist li {
	float: $stylevar[left];
	margin-$stylevar[right]: 6px;
	margin-bottom: 6px;
	width:175px;
}
ul.userlist hr {
	display:none;
}
ul.userlist_hideavatars li {
	position: relative;
	width:215px;
	border:solid 1px silver;
	padding:4px;
}
ul.userlist_hideavatars div.username a {
	font-weight:bold;
}
a.sg_catcloudlink:link, a.sg_catcloudlink:visited {
	text-decoration:none;
}
a.sg_catcloudlink:hover, a.sg_catcloudlink:active {
	text-decoration:underline;
}
a.sg_catlevel1 {
	font-size: xx-small;
}
a.sg_catlevel2 {
	font-size: small;
}
a.sg_catlevel3 {
	font-size: medium;
}
a.sg_catlevel4 {
	font-size: large;
}
a.sg_catlevel5 {
	font-size: large;
	font-weight: bold;
}
img.sgicon {
	border: 1px solid gray;
	margin: $stylevar[cellspacing]px;
}
#sg_owngroups_info, #sg_randomgroup_info {
	float: $stylevar[left];
}
#sg_owngroups_info td, #sg_randomgroup_info td {
	padding: 4px 16px;
	padding-$stylevar[left]: 0px;
}
div.sgicon, div.sgicon span {
	float:$stylevar[left];
	text-align:center;
}
div.sgicon span {
	width:92px;
	margin-left:-6px;
	margin-right:-6px;
	text-align: center;
	clear:$stylevar[left];
}
div.sgicon {
	width: 100px;
}
#sg_grouplist div.sgicon {
	width: 92px;
        
}
#sg_newgroups div.sgicon, #sg_mygroups div.sgicon {
	height: 118px;
	width: 82px;
	overflow: hidden;
	padding: 8px;
	padding-top: 0px;
}
#sg_newgroups div a {
	text-decoration: none;
}
#sg_owngroups div.sgicon {
	height: 82px;
	padding-bottom: 4px;
}
#sg_owngroups div.sgicon, #sg_randomgroup div.sgicon {
}
#sg_newgroups td.alt1 {
	padding: $stylevar[cellpadding]px 0px;
}
em.note {
	font-style: normal;
	color: #22229C;
}
#sg_owngroups td.alt1, #sg_randomgroup td.alt1 {
	margin: 0px;
	border: 0px;
}
.floatwrapper {
	width: 100%;
	float: $stylevar[left];
}
#sg_catcloud, #sg_owngroups, #sg_mygroups, #sg_randomgroup {
	padding-$stylevar[right]: 320px;
	min-width: 382px;
	padding-bottom: 16px;
        
}
#sg_mygroups {
	padding-bottom: 0px;
}
#sg_mygroups div.sgicon {
	width: 86px;
	padding: 4px 8px 8px 8px;
}
#sg_newgroups {
	float: $stylevar[left];
	width: 304px;
	margin-$stylevar[left]: -304px;
}
#sg_owngroups img.sgicon, #sg_randomgroup img.sgicon {
	margin-top: 2px;
	margin-$stylevar[left]: 0px;
	margin-$stylevar[right]: 8px;
}
#sg_catcloud {
	text-align:justify;
}
-->
</style>
Reply With Quote
  #9  
Old 03-06-2009, 02:14 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Except if you look at the function, or the page source itself:
HTML Code:
<a href="group.php?do=grouplist&amp;cat=1" class="sg_catcloudlink sg_catlevel1">Uncategorized</a>
you'll see that these are the classes that affect the size of the tags:
Code:
a.sg_catlevel1 {
    font-size: xx-small;
}
a.sg_catlevel2 {
    font-size: small;
}
a.sg_catlevel3 {
    font-size: medium;
}
a.sg_catlevel4 {
    font-size: large;
}
a.sg_catlevel5 {
    font-size: large;
    font-weight: bold;
}
Reply With Quote
  #10  
Old 03-06-2009, 05:09 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THANKS
Quote:
a.sg_catlevel1 {
font-size: large;
font-weight: bold;
Now how can i add a "|" between them ?
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08321 seconds
  • Memory Usage 2,261KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_html
  • (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
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete