there might be a easier way but what I did for this
I created another tool called in impex/tools/link_replacer.php
it should work like your cleaner.php but it also requires to use preg_replace...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
42 results in 0.0204 seconds.
Keywords
Members
Tags
-
I don't think importing your journal is so perfect at this moment with impex. you will have to customize the scripts
Leave a comment:
-
it's not the permission issues I got the permission issues by running these long time ago
UPDATE blog_user SET options_guest = 3, options_member = 3;
UPDATE blog_user SET memberids...
Leave a comment:
-
Dude, where is my blog tab?
I turned off and turn on my forum.
changed my cookie prefix in config.php
now I lost my blog tab & CMS tab.
DUDE, WHERE IS MY BLOG
-
after I changed my cookie prefix
it's doing the same thing to me
Leave a comment:
-
Leave a comment:
-
I think just simply changing your group name from adminCP again is the best for you otherwise you would have to write
something like
Code:$text = preg_replace('/[(\x98)]*/','Č', $text);
Leave a comment:
-
try this one instead of above
Code:$text = preg_replace('/\[quote ?[name=\"|name=\&\#39;]+([A-z0-9]+)[\"|\&\#39;]+[^\]]+\](.*)\[\/quote\]/siU', '[xxxquote=$1]$2[/xxxquote]',
Leave a comment:
-
was having the same prob. and tools.php didn't really help
just change your
Code:$config['Misc']['cookieprefix'] = 'bb'; to $config['Misc']['cookieprefix'] = 'bb1'; in
Leave a comment:
-
Code:$text = preg_replace('/\[quote[^\]]+\](.*)\[\/quote\]/siU', '[xxxquote]$1[/xxxquote]', $text); //and replace xxxquote to quote
Leave a comment:
Leave a comment: