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.


Messages - Chris

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 91
76
Installation, Update & Configuration / Re: Image on mouseover
« on: May 16, 2005, 01:52:26 AM »
Yep.  Those two at Meyerweb.com have always been at the leading edge of what CSS can do and written books/articles on the subject

77
Here's another mod that shortens the URL considerably:
http://www.4homepages.de/forum/index.php?topic=7938.0

78
Discussion & Troubleshooting / Re: Thumbnail border
« on: May 14, 2005, 06:52:53 PM »
All of this is covered in the FAQ forum.

FAQ: How is the default 'style.css' stylesheet used?

79
Installation, Update & Configuration / Re: 1.7 >> 1.7.1 upgrade?
« on: May 14, 2005, 06:51:29 PM »
Just replace the files, including all subdirectories like admin, includes, etc.  there are no database changes between 1.7 and 1.7.1.  Make sure you copy the database information from your 1.7 config.php into the 1.7.1 config.new.php and rename that file to config.php

80
New language words are not automatically output to all templates.  You must register the new variable first.  Open includes/page_header.php and find this:
Code: [Select]
$site_template->register_vars(array(
  "lang_site_stats" => $lang['site_stats'],

Change it to this:
Code: [Select]
$site_template->register_vars(array(
  "lang_site_stats" => $lang['site_stats'],
  "lang_partenaires" => $lang['partenaires'], // My "Partners" language word

81
Installation, Update & Configuration / Re: Image on mouseover
« on: May 13, 2005, 06:32:16 PM »
Firefox correctly obeys the w3c standard and looks for the "title" attribute on the image tag which isn't set.  4images only sets the "alt" attribute which Internet Explorer incorrectly uses as the "title" attribute.  Find the function get_thumbnail_code inside includes/functions.php and copy the "alt=" bit and change the word alt to title

82
Mods & Plugins (Requests & Discussions) / Re: Top 10 in a small box
« on: May 13, 2005, 03:07:28 PM »
Browse the published mods forum for mini top

83
You can only control category permissions.  4images doesn have any support for setting permissions on individual pictures.  Implementing a mod to do that would result in an extensive rewrite of the entire product

84
Discussion & Troubleshooting / Re: registration
« on: May 12, 2005, 03:50:46 PM »
I didn't understand your first request but now that I've seen Martrix and you reply I can only say that you should try what Martrix posted.  That is the solution from what I can tell.  Your custom login HTML template should be named ./templates/<yourtemplate>/user_loginform.html just as Martrix posted.

If you're thinking of non-4images pages, then check out this FAQ post:
FAQ: How can I add a new, custom template like FAQ.html?

85
Discussion & Troubleshooting / Re: Email Limitations
« on: May 12, 2005, 01:59:45 PM »
Thanks Vono... Vono, I appreciate your manners and patience

:lol: I didn't know I looked like V@no.

The next step would be to examine your server error log.  If you use cPanel, this is easily gotten by following the "Error Log" icon. It will show you the "Last 300 Error Log Messages in reverse order"

You can also contact your host and ask if there is some limit on their sendmail configuration.

89
Mods & Plugins (Requests & Discussions) / Re: [MOD]Usertitles
« on: May 11, 2005, 01:02:36 AM »
I don't understand the purpose of this code.   Why not just create a new user group called "spamking" and add members to the group???

90
Or the error logs?

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 91