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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-02-2013, 05:56 PM
Benedicte Benedicte is offline
 
Join Date: Oct 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Fonts in post and wider window?

I have two questions...

I just got VB4 and many members miss to see the Fonts in their post

My example:



And now:


Is there any way to show how the fonts are, like before?

And I also wonder if there is anything I can do to make the side
where the smileys are any wider?

Thanks!
Attached Images
File Type: jpg jg.jpg (85.1 KB, 0 views)
File Type: jpg jg2.jpg (229.8 KB, 0 views)
Reply With Quote
  #2  
Old 09-02-2013, 07:10 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1.) The fonts do show in the posts if you are in the correct editor display mode. You need to switch to WYSIWYG mode. It is the top left icon. Hopefully, I understand your question correctly.

2.) I believe you can control the number of smilies displayed in the admin control panel.

See ADMINCP->options->Message Posting Interface Options->Smiliebox Smilies Per Row
-------------------------------------------
Hopefully this helps.
Reply With Quote
  #3  
Old 09-03-2013, 07:45 AM
Benedicte Benedicte is offline
 
Join Date: Oct 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
1.) The fonts do show in the posts if you are in the correct editor display mode. You need to switch to WYSIWYG mode. It is the top left icon. Hopefully, I understand your question correctly.

2.) I believe you can control the number of smilies displayed in the admin control panel.

See ADMINCP->options->Message Posting Interface Options->Smiliebox Smilies Per Row
-------------------------------------------
Hopefully this helps.
Thank your for responding! =)

The fonts do show in the post when I write them.
But they don't show in the meny of fonts...
Look at my photos and see the difference

Yes, I can control the number of smilies in row, but it's the same.
It should be wider
Reply With Quote
  #4  
Old 09-03-2013, 10:15 AM
RickyH RickyH is offline
 
Join Date: Dec 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could make the text area wider by increasing the document width, which is the main wrapper of the forum. Other than that, i'm not sure as it would pretty much mess your template up to be honest.
Reply With Quote
Благодарность от:
Benedicte
  #5  
Old 09-03-2013, 11:17 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Benedicte View Post
Thank your for responding! =)

The fonts do show in the post when I write them.
But they don't show in the meny of fonts...
Look at my photos and see the difference
Checked v4.2.0 the font styles do show in the select dropdown box. Make sure you have disabled your hooks/plugins and check the advanced editor. Are you checking the quick reply editor? Are you using a quick reply editor MOD?

Quote:
Yes, I can control the number of smilies in row, but it's the same.
It should be wider
I am seeing the row widen with the additional smilies. So either I am not understanding what you are looking for or you have something going on there.
Are you saying you want to enlarge the smilies from their default resolution?

Pass me a link to your board and setup a locked down user account so that I can create a post and I will check it out. What version of VB are you running again? In the picture it looks like v4.1.4?

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

I think what you are asking is more width between your smilies. If you are try this:

Add this to the bottom of your "Additional.css". I have not tested this to see if the CSS will work in "additional.css", it might not due to being part of the editor.

Code:
.editor_smiliebox ul.smiliebox li {
  width: 62px !important;
}
Reply With Quote
Благодарность от:
Benedicte
  #6  
Old 09-30-2013, 05:48 AM
Benedicte Benedicte is offline
 
Join Date: Oct 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Checked v4.2.0 the font styles do show in the select dropdown box. Make sure you have disabled your hooks/plugins and check the advanced editor. Are you checking the quick reply editor? Are you using a quick reply editor MOD?
Where can I do this?

Quote:
Originally Posted by tbworld View Post
I am seeing the row widen with the additional smilies. So either I am not understanding what you are looking for or you have something going on there.
Are you saying you want to enlarge the smilies from their default resolution?
I cant see the whole smilies, they get cut off.

Quote:
Originally Posted by tbworld View Post
Pass me a link to your board and setup a locked down user account so that I can create a post and I will check it out. What version of VB are you running again? In the picture it looks like v4.1.4?
Im not sure how to do that... But my forum is here.



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




Quote:
Originally Posted by tbworld View Post
--------------- Added [DATE]1378211854[/DATE] at [TIME]1378211854[/TIME] ---------------

I think what you are asking is more width between your smilies. If you are try this:

Add this to the bottom of your "Additional.css". I have not tested this to see if the CSS will work in "additional.css", it might not due to being part of the editor.

Code:
.editor_smiliebox ul.smiliebox li {
  width: 62px !important;
}
Im new with this, and have troubble finding the Additional.css I can change...

Thank you!
Reply With Quote
  #7  
Old 09-30-2013, 05:54 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Create a (temporary) user account so I can log in. You can PM(Private Message) it to me. Then I can see what is going on with your smilies and your font names.
Reply With Quote
  #8  
Old 09-30-2013, 06:41 AM
Benedicte Benedicte is offline
 
Join Date: Oct 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Create a (temporary) user account so I can log in. You can PM(Private Message) it to me. Then I can see what is going on with your smilies and your font names.
Ok, thanks

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

I did fix the smilies..
I went to : Style Variable Editor - vB4 Default Style
And in the Smiliebox Max Avatar Display Size I change the size to 20
and voila now I can see all the smilies
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 11:55 AM.


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.04205 seconds
  • Memory Usage 2,270KB
  • Queries Executed 14 (?)
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
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (2)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (2)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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_attachment
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete