Info
- 7 posts
- 4 voices
- Started 2 years ago by QuickD
- Latest reply from chrishajer
- This topic is not resolved
Plugin to display photos and html
-
- Posted 2 years ago #
How do you link to html link in the forum post and display photos. Is there a plugin for that? I have latest version of bbpress.
-
- Posted 2 years ago #
For images you might want to try http://bbpress.org/plugins/topic/allow-images/
As for the html I'm not sure I understand your question.
Plain html should work
<img src="http://image-location.jpeg" /> -
- Posted 2 years ago #
What about html as just link to an expternal website
http://www.bbpress.org forexample -
- Posted 2 years ago #
I'm really afraid I cannot follow you.
Sorry.
Could you please elaborate a bit, please? -
- Posted 2 years ago #
you can put html in code tags like
<h3>Hello World</h3> -
- Posted 2 years ago #
QuickD - if you type a URL, bbPress automatically converts that to a clickable link. I will type just www.google.com and below it will be a link to google with the text
http://www.google.comIt's actually harder to have bbPress NOT make links out of URLs.
-
- Posted 2 years ago #
You can also explicitly set the link text like this as well, by coding the full anchor link:
GO TO GOOGLETo achieve that, I typed this:
<a href="http://google.com/">GO TO GOOGLE</a> -
You must log in to post.