Quote:
Originally Posted by murrtex
hello sabret00the.thans for hack..
my config is;
Code:
<?php
// ## Changes Directory so it can accesss vBulletin IF we are outside the forums folder, if not this is not nessary ##
chdir("../forum/");
// ## Set GRPS to rewrite links and images automatically
$rewrite_links = TRUE;
?>
and installer;
Code:
chdir('../../forum/');
its okey bur image dir is problem..
http://www.4umturk.com/groups/images/
it should be http://www.4umturk.com/forum/images/
how can I fix that..
and
when I click Start A New Group
it says
Code:
print_standard_error(...)
is now redundant. Instead, use
standard_error(fetch_error(...))
how will we fix it
best regards
|
for your bottom error wait for RC6 to be released today.
for the image problem, you'll have to prefix your image urls with your site url. i explained a couple pages back, but if you're still confused, let me know and i'll explain again.