Quote:
Originally Posted by bchawla
keep getting
Fatal error: Call to undefined function: imagegif() in image_utils.php on line 79
|
You didnt have your 4images installed properly or your server doesnt support some image functions.
This hack REQUIRE you to have your 4images installed and running. You can get help on 4images website.
Quote:
Is there a way to include the "style picker" (bottom left of every vb page) in the 4images gallery? That 4images gallery could also trace which style/skin is selected, and feed the stylesheet (not the vb templates, only the css file). I want to customize the 4images templates to use the vb classes, and have the users personal settings determine which css is fed.
|
Not as I think of right now.
currently, 4images use "styles" globally, based on 4images' setting, not based on users' setting.
However, you can change this to "user setting", and read the "style setting" for each user. by that way, you can change style easier.
This could be a cool hack, but I cant help right now.
Quote:
Also, how to make gallery comments increase in vb post count.
|
I'd suggest to use another field for gallery comments count. Create another field in user table, and give the table name in sessions.php, that's all what you need to do. If you want the field to be displayed in profile, put some hacking to your vB display too.