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 - abda53bd

Pages: [1]
1
I'd like to have each member have access to upload only to their member category and not to other members categories. Is this currently possible?

2
Bug Fixes & Patches / MAIN_SCRIPT error (with fix) on 1.9 on PHP 8.1.12
« on: January 12, 2023, 09:25:08 PM »
PHP Fatal error:  Uncaught Error: Undefined constant "MAIN_SCRIPT" in includes/page_header.php:83

I get this error after creating a new account on a new install and trying to log in.

Fix:
file: global.php
line 27 add:


if(!defined('MAIN_SCRIPT')){
	
define('MAIN_SCRIPT', __FILE__);
}


It's possible this only happens on non-verified accounts

3
i want to change it where it says New images (and under it has the latest x number of images).. if there are no new images it will show random images. i want to make it so that the New images will show Random images.. if there are no new images

4
i know its in there with the "ban" mod.. but how can i put the host name lookup in the main admin control panel

5
on the site i enabled it so htm files are read as php. and then are included into the details, so i can have a text file in the image/details page without needing an iframe. it works great..

but what im wondering if its possible, the text files are going to be emails that are sent, that people can read. is there a way to configure it somehow so 4images will pull the email directly from the email server (i have a dedicated unix server) into 4images? each email address will have its own category.

6
Templates & Styles (Requests & Discussions) / looking for a template
« on: March 30, 2005, 09:26:52 PM »
before the site was redone there was a blue template available, i dont remember who made it, but it was a light blue. does anyone still have this?

7
Discussion & Troubleshooting / tag for if big (image)
« on: March 26, 2005, 08:52:41 PM »
is there a tag for the big image.. i have the BIG option on the pictures.. but i dont want the link to show if there isnt a big picture associated with it.. is there a way to do it?

like.. {if bigpicture}>> View the original sized image <<{endif bigpicture}

Pages: [1]