MyBB Community Forums

Full Version: HR MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2010-01-26, 07:09 PM)faviouz Wrote: [ -> ]Only if it's enabled I think.

You can't disable the [ hr ] code without modifying MyBB core files.
I think he means using [ hr ] as the merged post separator. You can change this in the ACP.
I've been contemplating asking Dennis to changing the separator to 'The author of this post couldn't wait for a reply so has tried to bump the thread with the reply below' but I don't know whether I should or not.
I lol'd Toungue
(2010-01-27, 09:49 AM)MattRogowski Wrote: [ -> ]I've been contemplating asking Dennis to changing the separator to 'The author of this post couldn't wait for a reply so has tried to bump the thread with the reply below' but I don't know whether I should or not.

I also lol'ed Toungue Maybe he will see this post and do it Smile
(2010-01-27, 09:49 AM)MattRogowski Wrote: [ -> ]I've been contemplating asking Dennis to changing the separator to 'The author of this post couldn't wait for a reply so has tried to bump the thread with the reply below' but I don't know whether I should or not.

I think he should. It'd be epic.
You could make the mycode so they can define a width for the horizontal rule.

Regular expression
\[hr width=(.*?)\]

Replacement
<hr style="width: $1" />
Someone could do like 3000px though...wouldn't look too good.
Regular Expression:
\[hr width=(.*?)\]

Replacement:
<hr style="width: $1%" />
Pages: 1 2