Forums

Join
bbPress Support ForumsInstallationPlugin to display photos and html

Info

Plugin to display photos and html

  1. 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.

  2. 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" />

  3. What about html as just link to an expternal website
    http://www.bbpress.org forexample

  4. I'm really afraid I cannot follow you.
    Sorry.
    Could you please elaborate a bit, please?

  5. you can put html in code tags like

    <h3>Hello World</h3>

  6. 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.com

    http://www.google.com

    It's actually harder to have bbPress NOT make links out of URLs.

  7. You can also explicitly set the link text like this as well, by coding the full anchor link:
    GO TO GOOGLE

    To achieve that, I typed this:
    <a href="http://google.com/">GO TO GOOGLE</a>

  8. You must log in to post.