jmackay Posted June 28, 2004 Posted June 28, 2004 Hello, I was trying to make a tech tips module for the site that would allow for tips and stuff like that to be posted on the site. It would be placed under the reviews section. My problem is I'm not sure where some of the config files are placed for some of the variables, and because of that my pages / scripts are not working. Does anyone have some tips for me? ;) Has anyone else created a module somewhat like this before? Where are the MAX_DISPLAY_* variables declared? The site: http://www.ironmachine.com Thanks, John
808smokey Posted June 29, 2004 Posted June 29, 2004 Sorry but I don't know the answer to your question, I was looking at your site (nice BTW) and I have to ask this. How did you get your account setup to look that way? This page https://secure.serverking.net/ironmachine/l...8c2a2179326e00f my ZIP code is before the state by default and I can't figure out how to put it after the state? Could you help me out please?? Thanks
jmackay Posted July 1, 2004 Author Posted July 1, 2004 Thats how it has always been.. I'm not sure why it would be different on your site. Anyone have some tips for me on how to do this?
Guest Posted July 1, 2004 Posted July 1, 2004 MAX_DISPLAY_* are stored in the configuration table of the database, but they can be placed in either configure.php or application_top.php: define('MAX_DISPLAY_MYTHING', '6'); Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.