Resource icon

Unmaintained Anchor and Go To BBCode (SMF Style) 1.0

No permission to download
Compatible XF 1.x versions
  1. 1.3
Visible branding
No
I was looking for a way to add in anchors like SMF uses, and reading on the forums the solutions I found just would not work and I didn't feel like installing a mod to handle it, so I fixed it myself.

This uses the SMF style of BBCodes, [IURL] & [ANCHOR]
This is an export of both BBCodes directly from the BB Code & Smilies section of the Xenforo Admin, so that is where you will import the XML.

Don't wish to import it?

Add it in yourself using the following:
(You can of course rename these to whatever you wish.)

ss (2014-04-08 at 02.26.11).webp

Code:
<a id="#{option}">{text}</a>
USE:
[Anchor=NAME]NAME[/Anchor]
ss (2014-04-08 at 02.26.43).webp

Code:
<a href="javascript:;" onclick="window.location.hash = '#{option}';">{text}</a>
USE:
[iurl=NAME]NAME[/iurl]
Author
Iomega0318
Downloads
50
Views
1,013
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Iomega0318

Latest reviews

Just what I needed :) Thanks!
Top Bottom