![]() |
Change Post Icon? 10 per row
Hi, how can i change the post icon so it displays let say 10 per row when you try to create a new thread?
It currently only show 7 i think. |
If I recall, it isn't as easy as you may like. It includes doing file edits and template edits instead of just some simple CSS. You'll need to edit template posticonbit and file /includes/functions_newpost.php around like 86 (and throughout that function).
|
It's not that bad, just the file edit, in includes/functions_newpost.php
On lines 92,96,124,128 change the instances of 7 to 10 --------------- Added [DATE]1380931733[/DATE] at [TIME]1380931733[/TIME] --------------- Actually don't do that, I just released this mod, where you can set the amount per row as you like, [ozzy47] Post Icons Per Row |
Thank you guys :0)
|
Not a problem, don't forget to mark that mod as installed if you are using it. :)
|
Done :0) Thanks again Ozzy
|
Cool, thanks. :)
|
Is there a way to resize the width of the bbcode code, i think that is what pushing the design out?
ex http://forum.nihonomaru.com/site-ann...e2#post5571658 I remember i had that same issue on vb 3.7.x and i changed the width of the bbcode code i think, or is there a better solution? How can i fix this? |
Quote:
|
Hi Lynne, it is not the signature because all the other posts looks good, only this happened when i quoted someone with a bbcode code in that quote
--------------- Added [DATE]1380999196[/DATE] at [TIME]1380999196[/TIME] --------------- Lynne, it was the image (: too big, i've re-sized it and now it is fixed. |
Sorry, I didn't see is was a quote, it just looked like a bunch of blank space to me between the text and the signature.
|
Quote:
Hi Lynne, actually this issue is still there, i need to set the a fix width for bbcode of php, html, code. I remember on vb 3.7.x it was simple but i cant remember which to edit. http://s2.ipicture.ru/uploads/20131007/7T25811z.jpg |
In order to fix CSS, we need a link to the actual post. An image doesn't allow us to view the CSS.
|
Hi Lynne, here is a link http://forum.nihonomaru.com/finished...bluray.343960/
See the long a url in the bbcode code the longer it will stretch out, i need to set the width for bbcode code for example to fix this issue. making the width may be 750 px I did it with vb 3.7.6 but that was long time ago, i can't remember what did i change. ------------- This was based on vb 3.7.x template of bbcode_code PHP Code:
PHP Code:
It is actually done and fixed here too on vbulletin.org since the txt does not stretch the border, you can scroll left and right. |
Add to additional.css something like:
HTML Code:
.bbcode_container {width: 500px;} |
Thank you! (: this works!
P.s. Hi Lynne, If i only want to apply this change to bbcode_code, bbcode_html and bbcode_php only, how can i do that? I don't want to apply it in general because it does mess up the style for the bbcode_quote, which makes it i have to scroll left and right. So i only want to apply the change to code, php, html. How can i do that? --------------- Added [DATE]1381585971[/DATE] at [TIME]1381585971[/TIME] --------------- Or a better way to auto fit the page automatically --------------- Added [DATE]1381586295[/DATE] at [TIME]1381586295[/TIME] --------------- I did this, i think it works? additional css .bbcode_code { width: 650px; } .bbcode_html { width: 650px; } .bbcode_php { width: 650px; } |
All times are GMT. The time now is 12:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|