vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Embedding images in text (https://vborg.vbsupport.ru/showthread.php?t=173646)

Biggles 03-20-2008 10:02 PM

Embedding images in text
 
Anyone know how to embed images in text? Maybe there's a mod here that facilitates this but I haven't found one.

What I mean is: using the default BB code [IMG], I get images that sit on a line of text and push everything else out of the way of the image. What I'm after is the way to have text flow around the image - like they do, for example in magazines and newspapers.

I'd be grateful if someone could point me in the right direction please. :)

Biggles

King Kovifor 03-20-2008 10:05 PM

Custom [img] tags that use divs and floats. This is a simple one. I think I set up the option and param correctly.

Code:

<div style="float:left"><img src="{option}" alt="{param}" /></div>
Of course, you could switch "float:left" to "float:center" or "float:right" depending on how you wanted it positioned and you must not use img as your tag.

Biggles 03-20-2008 10:18 PM

Wow! That was a real fast reply. Thank you, your Majesty.

Let me try to understand what you've said (sorry, King Kovifor, but I'm not a coder's bootlace). If I am typing text for a post, I simply insert the code you've posted above, placing the URL to the required image where {option} is and the alternate accompanying text where it reads {param}. Is that correct or am I still way off the mark?

Thanks again. :up:

Biggles

King Kovifor 03-20-2008 10:24 PM

Quote:

Originally Posted by Biggles (Post 1470176)
Wow! That was a real fast reply. Thank you, your Majesty.

Let me try to understand what you've said (sorry, King Kovifor, but I'm not a coder's bootlace). If I am typing text for a post, I simply insert the code you've posted above, placing the URL to the required image where {option} is and the alternate accompanying text where it reads {param}. Is that correct or am I still way off the mark?

Thanks again. :up:

Biggles

Sorry, way off. And I am liking the "Your majesty" remark. LOL. I haven't gotten that one before. But I understand not being a "coder's bootlace". Here is the steps that you want to go to.
  1. Enter ACP.
  2. Go into the BBCode manager.
  3. Add a new BBCode.
  4. Chose a tag name, like img2.
  5. Add the code I gave you into the replacement field.
  6. Set "Use option" to yes.
  7. Click save.

Now you will use something like [img2="link/to/image.jpg"]this is where the alt goes[/img2] for your posts.

Biggles 03-20-2008 10:37 PM

Ah, now I follow - I think. Thank you kindly, your Royal Highness. ;)

I will try that out on the morrow and let your Majesty know if I've got it to work.

Many thanks, King Kovifor. I am deeply grateful.

Your humble servant, Sire :D

Biggles

King Kovifor 03-20-2008 10:43 PM

Ok. That is a bit overboard... lol. But I don't care... lol. Your welcome. If you need any more help, I got no life so I will be here to help!

Biggles 03-20-2008 10:54 PM

Quote:

Originally Posted by King Kovifor (Post 1470191)
Ok. That is a bit overboard... lol. But I don't care... lol. Your welcome. If you need any more help, I got no life so I will be here to help!

No offence meant King Kovifor. Just light-hearted camaraderie, I assure you.

Thanks very much for trying to help me. I'll have a go in the morning as I'm about to hit the hay. It's almost midnight on this side of the pond - and I need my beauty sleep. G'night for now. :)

Best wishes :up:

Biggles

King Kovifor 03-21-2008 01:53 AM

Night. And I have no offense was taking! I just thought it was really funny. Even the squire part.

Biggles 03-21-2008 09:49 AM

Quote:

Originally Posted by King Kovifor (Post 1470315)
Night. And I have no offense was taking! I just thought it was really funny. Even the squire part.

Thank goodness for that, King K

Communications are often misunderstood in this medium, I find. Especially humour, or attempts to be humorous. I have a very dry humour that sometimes gets me into unwanted trouble. :eek:

I am going to try your suggestion shortly. I'll get back to you on it. Maybe we should set up a section for new BB Code for those of us who aren't good with coding.

Regards :up:

Biggles

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

Hello again all

I've managed to make this work for me, with grateful thanks to my friend and yours, King Kovifor.

However, it didn't quite work out until I fiddled with the code above just a little.

This is the final code that worked for me:

Code:

<div style="float:left"><img src="{option}" alt="{param}"></div>
As you can see, I removed just the space and the forward slash after {param}" and then everything seemed fine. Oh, and for some reason I couldn't get this type of code to work using 'float:center' but it worked fine for 'float:right'.

Thanks a million King Kovifor. You're a star! :up:

Biggles

Boofo 03-21-2008 11:42 AM

There is no 'float:center'. ;)

Biggles 03-21-2008 11:57 AM

Quote:

Originally Posted by Boofo (Post 1470654)
There is no 'float:center'. ;)

Well, that's really interesting. Perhaps there should be, Boofo! Perhaps there should be. ;)

Dismounted 03-21-2008 12:05 PM

text-align: center FTW! ;)

Boofo 03-21-2008 12:16 PM

LOL But that doesn't always work where float center would.

Biggles 03-21-2008 12:32 PM

Quote:

Originally Posted by Dismounted (Post 1470687)
text-align: center FTW! ;)

My original query was about embedding images into text rather than aligning text, Dismounted. Aligning text in the center is a vB default option isn't it?

I don't know about you guys over there but I kinda like justified text (I've got that facility on my site thanks to someone on this forum) and embedded images. Looks sort of professional, like they do in magazines and newspapers.

It's ok to use thumbnails or to put up images in a post that sit separately. But nothing looks quite so smooth and professional, IMO, than nice photos with text wrapped around them.

Anyways, thanks to the King and the other party who posted on justifying text thru BB code, I am about to transform the way some of my posts look on my site. Hopefully, for the better.

Many thanks to you all for helping out. :up:

Best wishes

Biggles

Boofo 03-21-2008 12:40 PM

I released a bbcode hack for this very same thing that other day. ;)

Biggles 03-21-2008 01:08 PM

Quote:

Originally Posted by Boofo (Post 1470710)
I released a bbcode hack for this very same thing that other day. ;)

So you did, Boofo. I just found it (by searching through all your posts - why didn't you post a link here?) and I've downloaded it and marked as installed.

What is disappointing is that I searched high and low, including using the search function, and couldn't find it before I started this thread.

Not to worry. I now have it and will certainly use it. I like the facility to change background color too. Good work. Thanks.

Best wishes :up:

Biggles

King Kovifor 03-21-2008 01:11 PM

The code you use, will cause a validation error since the image tag isn't closed. I added the " /" to close it. But you can always add ></img> to the end of the tag.

Boofo 03-21-2008 01:15 PM

Quote:

Originally Posted by Biggles (Post 1470726)
So you did, Boofo. I just found it (by searching through all your posts - why didn't you post a link here?) and I've downloaded it and marked as installed.

What is disappointing is that I searched high and low, including using the search function, and couldn't find it before I started this thread.

Not to worry. I now have it and will certainly use it. I like the facility to change background color too. Good work. Thanks.

Best wishes :up:

Biggles

All you have to do is check the profile and all the coder's hacks are listed there. ;)

I didn't want to step on the thread with any shameless advertising. ;)

Quote:

Originally Posted by King Kovifor (Post 1470729)
The code you use, will cause a validation error since the image tag isn't closed. I added the " /" to close it. But you can always add ></img> to the end of the tag.

Which is actually better?

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

I just checked my code and it has the /> at the end of it. ;)

King Kovifor 03-21-2008 01:22 PM

I usually use the /> at the end so that it closes. I actually don't know which one is better... It is just habit for me to use the />.

Boofo 03-21-2008 01:35 PM

Same here. I thought that was the only accepted way to do it, actually. I didn't think you could use a closing image tag like </img>.

Biggles 03-21-2008 01:37 PM

As a non-coder, I am reluctant to enter into this new discussion as to which method is better. I'm just grateful to both of you for trying to help others achieve what in my opinion is a much classier way of posting images - by wrapping text around them.

Hats off to both of you. Wish I could code. :( Even after years of running vB sites, I can only go in and make small changes and do things by trial and error. Horses for courses, I guess.

Best wishes

Biggles

Boofo 03-21-2008 01:39 PM

We've all been there. I still have those days when you are probably a better coder than I will ever be. ;)

And you're very welcome, sir. ;)

King Kovifor 03-21-2008 01:47 PM

Quote:

Originally Posted by Boofo (Post 1470745)
Same here. I thought that was the only accepted way to do it, actually. I didn't think you could use a closing image tag like </img>.

I believe you can do closing tags for ALL HTML tags. But I think since nothing goes in between the > and </img> that it is just accepted as /> so that the browser does a little less rendering.

Quote:

Originally Posted by Biggles (Post 1470748)
As a non-coder, I am reluctant to enter into this new discussion as to which method is better. I'm just grateful to both of you for trying to help others achieve what in my opinion is a much classier way of posting images - by wrapping text around them.

Hats off to both of you. Wish I could code. :( Even after years of running vB sites, I can only go in and make small changes and do things by trial and error. Horses for courses, I guess.

Best wishes

Biggles

We have all been there. I was there at age 14, but now at age 16, with some hard work, concentration, and dedication I can code. LOL. But if you really want to, you could sit down for a couple of weeks and learn. :) Resources are everywhere.

And you can always come back for help...

Boofo 03-21-2008 01:52 PM

King Kovifor, I actually thought you were older than that. ;)

King Kovifor 03-21-2008 01:59 PM

Quote:

Originally Posted by Boofo (Post 1470760)
King Kovifor, I actually thought you were older than that. ;)

Nope. Born September 4th, 1991. :) I am just super mature for my age. LOL.

Boofo 03-21-2008 02:02 PM

Yes you are. And good for you, sir. ;)

Dismounted 03-22-2008 12:18 PM

"/>" simply means "close the tag off like a normal end tag but I'm too lazy so I use this shortcut" ;). Seriously though, both "/>" and "</img>" will work and mean the same, the first looks somewhat neater though.


All times are GMT. The time now is 05:20 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
  • Page Generation 0.01289 seconds
  • Memory Usage 1,805KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete