Two MyCodes, one optional.
First-
Regular Expression
and
Replacement
What this does is set a sectional reference for pages in threads/posts. Useful for marking an exact spot to link people to. You can direct it with the normal [url] tags, but I also added a MyCode to work within the thread to keep things simple.
Second-
Regular Expression
and
Replacement
Live Preview (no registration needed): http://www.theboywholived.net/Thread-New...References
Didn't see this before, hopes it helps someone out there.
First-
Regular Expression
\[a=(.*?)\]
and
Replacement
<a name="$1"></a>
What this does is set a sectional reference for pages in threads/posts. Useful for marking an exact spot to link people to. You can direct it with the normal [url] tags, but I also added a MyCode to work within the thread to keep things simple.
Second-
Regular Expression
\[ar=(.*?)\](.*?)\[/ar\]
and
Replacement
<a href="#$1">$2</a>
Live Preview (no registration needed): http://www.theboywholived.net/Thread-New...References
Didn't see this before, hopes it helps someone out there.