Gossamer Forum
Home : Products : DBMan : Discussions :

DBMan search results display without images

Quote Reply
DBMan search results display without images
I installed dbman and used JPDeni's configurator to configure my data base definitions. Everything work great. My only dilemma is that, search results only display images when I log in as admin. I cannot get the search results to display images when I log in as guest. My goal is to set the database so that default user can access it without logging in with a username and password and still be able to search and have images display. FYI, I have installed the upload mod. Am I doing anything wrong? Any help will be appreciated.


Quote Reply
Re: DBMan search results display without images In reply to
1) Make sure that you have given view permissions to the default users in the following array in the default.cfg file:

Code:

@auth_default_permissions = (1,0,0,0,0);


Also make sure that you have the $auth_allow_default = 1; set to 1, like the following:

Code:

$auth_allow_default = 1;


2) Make sure that you do not have the following codes in your sub html_record routine:

Code:

(if $per_admin)


Regards,

Eliot