I am a new user of GeekLog and I had a few questions.
> Is there anyway to view a poster's ip address? Also, to ban them if needed?
> Can deny your members to select a them and force them to use the default?
Thanks
There is no support to view or block IP addresses. But I guess it could be added easily with some minimal PHP knowledge.
As for theme switching: When you set
$_CONF['allow_user_themes'] = 0;
in your config.php, that should in theory prevent users from switching the theme but doesn't work properly in 1.3.5sr2 yet (1.3.6 will fix that).
An easy workaround is to just remove all the unwanted themes from your layout folder.
bye, Dirk
08/28/02 04:35am
winnits
Anonymous
If you take a look at the Geekbook plugin developed by Mr GXBlock there's an IP banning mechanism built into this, so you could, with a bit of a hatchet job, use that bit of code and apply it more widely to your Geeklog install.