Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - robin cracker

Pages: [1]
1
Requested additions / restrict board access to points
« on: February 24, 2008, 11:24:15 pm »
There is a way to restrict access to certain sections of the forum, based on the number of points like the ipb shop
thanks  :D

2
Installation Problems / error on clic View Inventory
« on: June 27, 2007, 04:53:24 am »
good mod is very usefful to animate the forum, i install in smf  rc2 work ok but when clic in View Inventory appear this error
Fatal error: Function name must be a string in /xxx/.xxxxx/smf/Sources/shop/Shop-Inventory.php on line 271

in this line are
 // Loop through all the names found
        foreach ($members as $index => $member)
                if (strlen(trim($member)) > 0)
                        $members[$index] = $func['htmlspecialchars']($func['strtolower'](stripslashes(trim($member))));
                else
                        unset($members[$index]);

my version is 3.0 and use smf4seo.

thanks

Pages: [1]