inherit
180629
0
Jul 18, 2013 12:36:36 GMT -8
kingbear
5
June 2012
kingbear
|
Post by kingbear on Mar 30, 2013 18:32:18 GMT -8
Does anyone know if there is a plugin that can be installed that will allow someone to float an image to the left or right. Floating the image would basically allow you to type next to said image instead of everything having to be above and below the image which takes up an entire line.
I believe the code I used to use was simply "[float left][/float]" or something along those lines. Sorry if this is posted in the wrong area.
|
|
inherit
182185
0
Apr 28, 2013 19:19:40 GMT -8
Thomasss
5,180
August 2012
thomje112
|
Post by Thomasss on Mar 30, 2013 19:59:54 GMT -8
No, a plugin like this was not made. And i never have heard about those BBCode tags in ProBoards v5, not sure if they will work. You can request something like this to be made however. "Plugin Requests"
|
|
inherit
180629
0
Jul 18, 2013 12:36:36 GMT -8
kingbear
5
June 2012
kingbear
|
Post by kingbear on Mar 30, 2013 20:15:06 GMT -8
No, a plugin like this was not made. And i never have heard about those BBCode tags in ProBoards v5, not sure if they will work. You can request something like this to be made however. "Plugin Requests" Thansk for your response.. I may very well do this is my code that I found doesnt work out.
|
|
inherit
182185
0
Apr 28, 2013 19:19:40 GMT -8
Thomasss
5,180
August 2012
thomje112
|
Post by Thomasss on Mar 30, 2013 20:17:27 GMT -8
No, a plugin like this was not made. And i never have heard about those BBCode tags in ProBoards v5, not sure if they will work. You can request something like this to be made however. "Plugin Requests" Thansk for your response.. I may very well do this is my code that I found doesnt work out. I'm going to assume this is a v4 code? If so, v4 codes no longer work in v5, sorry.
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 30, 2013 20:23:53 GMT -8
<div style="float: left"> </div> o.0?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 30, 2013 21:38:27 GMT -8
<div style="float: left"> </div> o.0? And to add to this, using this method by - TuGs, you could also use the plugin for BBCodes, then people can use [float left] or [float right]. support.proboards.com/thread/441976/ubbc-buttons-quick-replyI know that says it's for the quick reply, which it is. However, you can enable or disable them to work in the quick reply, and you can also add your own custom BBCode functions to show in the full and/or quick reply. It's VERY useful. I used it to put back "Blockquote".
|
|
inherit
180629
0
Jul 18, 2013 12:36:36 GMT -8
kingbear
5
June 2012
kingbear
|
Post by kingbear on Mar 30, 2013 23:06:06 GMT -8
<div style="float: left"> </div> o.0? And to add to this, using this method by - TuGs, you could also use the plugin for BBCodes, then people can use [float left] or [float right]. support.proboards.com/thread/441976/ubbc-buttons-quick-replyI know that says it's for the quick reply, which it is. However, you can enable or disable them to work in the quick reply, and you can also add your own custom BBCode functions to show in the full and/or quick reply. It's VERY useful. I used it to put back "Blockquote". The code I used was for v5 luckily and it's working. I cant exactly remember where I found it but it required going into the layouts and Style section.. I had to add CSS code in.. But how would I add the button for Float Left and Float right? I installed the plugin but unsure exactly how to use it. I'm sure with a little fiddling I can figure it out though. Thanks for the help everyone Oh and here's the code I used: Admin>Themes>Advanced Styles & CSS then click the Style Sheet tab and I put this code in: /* floating images in posts */ .post .message div[title="float-right"] img {float: right;} .post .message div[title="float-left"] img {float: left;} The only problem, I had to put it in every single layout.. But that wasnt too big a deal. The code I used when creating the images was this [div title="float-left"][/div] Which then worked out to this.. Link to my forum
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 31, 2013 0:09:57 GMT -8
kingbear, for the above Plugin I mentioned, I just installed it to see exactly how to do it so I can walk you through, here's how: Install/Import the plugin. In "Fire", I have checked everything so it doesn't display in the quick reply. It's up to you what to check or not check. In "Hire" I did the following: Tag: div Image: I used the one provided with a plugin, cos it's only for testing purposesName: FloatRight Attributes: style:float=right
|
|
inherit
180629
0
Jul 18, 2013 12:36:36 GMT -8
kingbear
5
June 2012
kingbear
|
Post by kingbear on Mar 31, 2013 17:17:44 GMT -8
Thanks for the support Stinky666, I implemented it on my site. The button is crude but it'll work. Thanks for all the help
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 31, 2013 18:00:26 GMT -8
Thanks for the support Stinky666, I implemented it on my site. The button is crude but it'll work. Thanks for all the help The button there by default, is just the edit one from the admin panel. You could use any you desire (custom or otherwise).
|
|