Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Users unsure how to register or missed the buttons at top left  (Read 3042 times)

0 Members and 1 Guest are viewing this topic.

waynepyrah

  • Coppermine newbie
  • Offline Offline
  • Posts: 8

Hi I'm having a problem with my site http://cgi.pyrah.com/coppermine in that some users are unsure that they have to register and some are saying they missed the login/register buttons.  Is there anything really simple I can do to assist them by say making the buttons bigger, saying you aren't logged in more photos available once logged in and stuff like that ??

Cheers, Wayne
« Last Edit: April 14, 2005, 10:45:39 am by GauGau »
Logged

Nibbler

  • Guest
Re: Users unsure how to register or missed the buttons at top left
« Reply #1 on: April 12, 2005, 04:06:55 pm »

You could replace your anycontent.php with this:

Code: [Select]
<?php

if (!USER_ID){
starttable("100%""Welcome");
echo <<< EOT
<tr>
<td class="tableb" >
To see all the pictures available, please <a href="login.php">Login</a> or <a href="register.php">Register</a>.
</td>
</tr>
EOT;

endtable();
}
?>

and then enable it by adding anytcontent/ to the start your 'contents of the main page' setting in config.
« Last Edit: April 12, 2005, 06:39:04 pm by Nibbler »
Logged

waynepyrah

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Users unsure how to register or missed the buttons at top left
« Reply #2 on: April 12, 2005, 06:24:30 pm »

Hi thanks just tried that and got this "Parse error: parse error, unexpected $ in /files/home3/willandwayne/coppermine/anycontent.php on line 13"
Logged

Nibbler

  • Guest
Re: Users unsure how to register or missed the buttons at top left
« Reply #3 on: April 12, 2005, 06:38:44 pm »

EOT;endtable(); are supposed to be on 2 lines, so

EOT;
endtable();
Logged

waynepyrah

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Users unsure how to register or missed the buttons at top left
« Reply #4 on: April 12, 2005, 06:48:29 pm »

Spot on - cheers mate!  :)
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.