phpBB how to make index in posts

Web hosting, SEO, etc... related
Post Reply
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

phpBB how to make index in posts

Post by Neo » Wed Mar 10, 2010 1:27 pm

To do this, you will have to add 2 BBCodes to your forum through ACP.

Anchor
BBCode:

Code: Select all

[anchor]{TEXT}[/anchor]
HTML:

Code: Select all

<a name="{TEXT}"></a>
Helpline:

Code: Select all

Anchor: [anchor]Name of the anchor[/anchor]
Goto
BBCode:

Code: Select all

[goto={TEXT1}]{TEXT2}[/goto]
HTML:

Code: Select all

<a href="#{TEXT1}">{TEXT2}</a>
Helpline:

Code: Select all

Goto: [goto=Anchor Name]Link text[/goto]
Usage
Put anchors in the places you want as follows.

Code: Select all

[anchor]tag1[/anchor]
Now, to jump to tag1, use following code.

Code: Select all

[goto=tag1]Description here[/goto]
Post Reply

Return to “Web Related”