Inspire
Would you like to react to this message? Create an account in a few clicks or log in to continue.

forum maintenance

Go down

forum maintenance Empty forum maintenance

Post by Admin Thu Oct 30 2008, 23:11

post here about forum maintenance


Last edited by Admin on Thu Oct 30 2008, 23:13; edited 1 time in total
Admin
Admin
Admin

Number of posts : 282
Registration date : 2007-05-23

https://inspire.actieforum.com

Back to top Go down

forum maintenance Empty avatar column widht

Post by Admin Thu Oct 30 2008, 23:11

http://help.forumotion.com/manage-the-appearance-of-your-forum-f45/two-questions-want-smileys-on-left-and-decrease-width-t27443.htm#160345

Sabbassi wrote:Hi,

I'm using phpBB3 and would like for my smileys to display on the left instead of the right when posting/replying to a message. Is there a setting I can change or some code I can add?

Also, is it possible to decrease the width of the left column (the one that displays the avatars, etc.)? There's a large gap to the right (after the avatars) and it looks odd.


  1. Smilie-box: The code below should do the trick. Copy and paste it into the textbox in "Display / Colors / CSS Stylesheet" and click submit.
    Code:
    #postingbox #smiley-box{float:left;}
    #message-box #textarea_content{float:right;}
  2. Profile-Info width: Same procedure with the code below, add it to your stylesheet. The value (here 20%) can be lowered more. Wink
    Code:
    .postprofile{width:20%;}


Probleem: de avatarkolom wordt wel smaller maar de andere kolom gebruikt deze extra ruimte niet!
Admin
Admin
Admin

Number of posts : 282
Registration date : 2007-05-23

https://inspire.actieforum.com

Back to top Go down

forum maintenance Empty Re: forum maintenance

Post by Admin Fri Oct 31 2008, 00:40

How can the forum limit photo size
this works for some: Goto Display- colors, tab-page cascading style sheet. under CSS paste:

Code:
.post img{max-width: 800px;}

then submit. This limits the width

Or try this code:

Code:
.postbody img{max-width:800px;}

This works always: change the TAG of each photo:
Code:
[img(800px,600px)]picture address[/img]
Admin
Admin
Admin

Number of posts : 282
Registration date : 2007-05-23

https://inspire.actieforum.com

Back to top Go down

forum maintenance Empty Re: forum maintenance

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum