PDA

View Full Version : Fonts in post and wider window?


Benedicte
09-02-2013, 04:56 PM
I have two questions...

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

My example:
https://vborg.vbsupport.ru/attachment.php?attachmentid=146265&stc=1&d=1378144773


And now:
https://vborg.vbsupport.ru/attachment.php?attachmentid=146266&stc=1&d=1378144773

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! :)

tbworld
09-02-2013, 06:10 PM
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.

Benedicte
09-03-2013, 06:45 AM
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 :)

RickyH
09-03-2013, 09:15 AM
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.

tbworld
09-03-2013, 10:17 AM
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?


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 1378211854 at 1378211854 ---------------

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.


.editor_smiliebox ul.smiliebox li {
width: 62px !important;
}

Benedicte
09-30-2013, 04:48 AM
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?

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.

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 (http://www.juleglede.net).



--------------- Added 1380523755 at 1380523755 ---------------




--------------- Added 1378211854 at 1378211854 ---------------

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.


.editor_smiliebox ul.smiliebox li {
width: 62px !important;
}


Im new with this, and have troubble finding the Additional.css I can change:o...

Thank you!:)

tbworld
09-30-2013, 04:54 AM
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.

Benedicte
09-30-2013, 05:41 AM
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 1380527844 at 1380527844 ---------------

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 :)