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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2004, 09:55 PM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Batch of questions on tweaking newly installed 3.0.3

1. Where do I turn off it showing the location in the postbit?

2. How do I get it so that when the radio button "no icon" is selected that it actually works and NO icon is posted in the post?

3. How do I change the background color of all the editors, including the WYSIWYG and all the other variety of editors that come with 3.0.3, including the color of the quick reply edit box too? Not just the background of where the text is typed, but the color of the actual editor? I think I saw where I can change the image buttons in the admin, but saw no place to change the actual beige default color.

4. How do I change the border color around multiple thumbnails in posts? As well as the same boxes around the "Miscellaneous Options", "Attach Files", "Thread Subscription", and "Thread Management"?

5. I can't seem to pinpoint where to change the length of the field where you put the title of new threads, replies, and when editing a post/thread. Can somebody help me find them? (Not the amount of characters that can go into the field, but the phyisical length of the field when creating a thread, reply or editing one.

I would appreciate any help on these questions. Thanks!
Reply With Quote
  #2  
Old 11-20-2004, 10:10 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gutspiller
1. Where do I turn off it showing the location in the postbit?

2. How do I get it so that when the radio button "no icon" is selected that it actually works and NO icon is posted in the post?

3. How do I change the background color of all the editors, including the WYSIWYG and all the other variety of editors that come with 3.0.3, including the color of the quick reply edit box too? Not just the background of where the text is typed, but the color of the actual editor? I think I saw where I can change the image buttons in the admin, but saw no place to change the actual beige default color.

4. How do I change the border color around multiple thumbnails in posts? As well as the same boxes around the "Miscellaneous Options", "Attach Files", "Thread Subscription", and "Thread Management"?

5. I can't seem to pinpoint where to change the length of the field where you put the title of new threads, replies, and when editing a post/thread. Can somebody help me find them? (Not the amount of characters that can go into the field, but the phyisical length of the field when creating a thread, reply or editing one.

I would appreciate any help on these questions. Thanks!
1. AdminCP > Styles & Templates > Style Manager > Click on << >> Find the postbit group expand it > Edit the POSTBIT AND POSTBIT_LEGACY Templates find
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and remove it

2. AdminCP > vBulletin Options > Thread Display Options (showthread) > Show Default Post Icon

3. AdminCP > Styles & Tempaltes > Style Manager > Click on GO > WYSIWYG Editor > Background

4. I don't suggest doing this, as it by default, is rendered by the OS, and any special formatting that some OS's may do, may be lost, but if you insist
AdminCP > Styles & Tempaltes > Style Manager > Click on GO > Additional CSS Definitions
Code:
fieldset { color: #HEXCODE;}
5. AdminCP > Styles & Tempaltes > Style Manager > Click on GO > Sizes and Dimensions > Message Area Width (pixels)
Reply With Quote
  #3  
Old 11-20-2004, 11:55 PM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, now one last question,

Appearantly I changed a cookie setting in the adminCP that shouldn't have been changed, now I can't login to my forum or the admin CP. How can I get into the adminCP to change it back?

It shows the login and password fields and I put in the admin name and the password and it says redirecting, but then it takes me back to the login page instead of taking me to the admin CP.

I believe it was the option of where to store cookies, or how to identify the cookies for the forum. Any idea on how to get access so that I can put the field back to a blank as was its default?
Reply With Quote
  #4  
Old 11-21-2004, 12:03 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not sure but most likely its in the database, i would check the settings table
Reply With Quote
  #5  
Old 11-21-2004, 01:16 AM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, but I have no idea how to do that. Isn't there a way to still login and change it back? Perhaps in future versions of VB a warning message could be put next to this cookie option. If I would have known that if set incorrectly it would cause this problem, I would have left it alone.

Can anybody help me on fixing this problem?
Reply With Quote
  #6  
Old 11-21-2004, 01:36 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.vbulletin.com/forum/showt...257#post486257
Reply With Quote
  #7  
Old 11-22-2004, 10:03 PM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Spank you very much! I think I'm going to have to save that file incase I mess around again. hehe
Reply With Quote
  #8  
Old 11-23-2004, 03:52 AM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK I finally tried the original questions I had asked and #s 4 and 5 don't work.

On 4, I put that code in and changed the hexcode I wanted, but it didn't change. It did change the text color within those types of borders though. Any other ideas or as a last resort do you know how to remove them completely?

On 5, I'm not looking for the width of where the actual thread text goes, I'm looking for where the subject of the thread goes. I want to increase the length of the subject field so that is is the same length as the message box. Do you know where I would change the subject line field?

Thanks for your help so far, if you could still help me resolve these last two, that would be sweet.
Reply With Quote
  #9  
Old 11-24-2004, 01:55 AM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump
Reply With Quote
  #10  
Old 11-24-2004, 01:22 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gutspiller
OK I finally tried the original questions I had asked and #s 4 and 5 don't work.

On 4, I put that code in and changed the hexcode I wanted, but it didn't change. It did change the text color within those types of borders though. Any other ideas or as a last resort do you know how to remove them completely?

On 5, I'm not looking for the width of where the actual thread text goes, I'm looking for where the subject of the thread goes. I want to increase the length of the subject field so that is is the same length as the message box. Do you know where I would change the subject line field?

Thanks for your help so far, if you could still help me resolve these last two, that would be sweet.
4 sorry use

fieldset {border: #HEX;} instead i think

Not sure about 5
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 05:25 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.11551 seconds
  • Memory Usage 2,256KB
  • 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
  • (2)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