Forums

Join
bbPress Support ForumsTroubleshootinghiding the long URL

Info

Tags

hiding the long URL

  1. I'm using Transition Towns bbPress forum and I cannot see a page of instructions anywhere - either there or here - about using code for those who are a little unfamiliar perhaps? I don't understand your "allowed markup" below, if this is it. I want to put hyperlinks in but hide the URL, and the phpBB system [url=http://website_URL]website[/url] evidently doesn't work here.

  2. You use standard HTML markup so to create the following link:

    Here's a link

    you'd enter the following:

    <a href="http://www.example.com/">Here's a link</a>

  3. thanks!

  4. You must log in to post.