LinkzBot - Link Management System IPB & vBulletin

Status
Not open for further replies.
Works very smooth and nice on IPB. (y)

This will help alot but a small thing I just noted is that if you click the preview button more then once and you have the Clean Topic Title option enabled it will generate one extra prefix for every click. Example : " Rs Rs Rs Rs Rs Test Topic "

Its not a big problem for me anyway Mr Happy but I thought you might wanna know about it.

/UpNorth
Your right. My bad. I'll fix that in next update. Thanks.
 
before I install this I have a few questions...

can you disable the auto RS HF etc. tags in the topic titles?
would it affect server speed on high traffic forums?
can I haz cheezburger?
 
before I install this I have a few questions...

can you disable the auto RS HF etc. tags in the topic titles?
would it affect server speed on high traffic forums?
can I haz cheezburger?

YES - it's in the settings. A simple Yes/No option.
NO - it's on sites like freshwap.net with 200,000 uniques a day and CyberWarez.info soon too so you'll have no problem. In fact it can reduce server load as it stops a lot of useless posts and threads being created and which and increase your search speed etc.
YES -
cheesburger.jpg


If you've problems with it or any other questions let me know.
 
can you put tag in your screenshots? thanks :'([/QUOTE]

Are you on about the screenshot images in the first post? The images are a bit big so we use [[b]slide[/b]] tags on WJ. As their were a few I didn't want to display them all as it could take a while for the page to load so I linked to them. Just click them to view them. I don't understand the problem :|
 
Hey Happy, could you add something that cleans dots out from topic titles? e.g.
Code:
from:
TuneUp[U][COLOR=Red].[/COLOR][/U]Utilities[U][COLOR=Red].[/COLOR][/U]2010[U][COLOR=Red].[/COLOR][/U]v9.0.4300.7-TE

into:
TuneUp Utilities 2010 v9.0.4300.7-TE
I use this regex on ddl0.com to clean dots from the titles:
PHP:
$str = preg_replace('#(?(?=\.[\w\'][\w\'])|(?<=[\w\'][\w\']))((?<=\D)\.(?=\D)|(?<=\D)\.(?=\d)|(?<=\d)\.(?=\D))(?(?<=[\w\'][\w\']\.)|(?=[\w\'][\w\']))(?!com)#', ' ', $str);
it removes dots between words, but not abbreviations or version numbers.

since you already added option for tags in topic titles, maybe you could include something like this too?
 
Status
Not open for further replies.
Back
Top