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: Login on index page plugin :(  (Read 2137 times)

0 Members and 1 Guest are viewing this topic.

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
Login on index page plugin :(
« on: February 22, 2008, 09:33:10 pm »

I ve installed the plugin to get the login on the index page

how can i get this seperated form the other menus ?

see how this looks on my page now :(
www.liveglamour.com

Please help me , i tried to modify the code below and messed up removing the sub_menu :(

Code: [Select]
function loginform_start(&$html)
{
    if (!strpos($html,'{LOGIN_FORM}')) {
$html = str_replace('{SUB_MENU}','{SUB_MENU} <br /> {LOGIN_FORM}',$html);
}
    $login_form = plugin_loginform();
    $html = str_replace('{LOGIN_FORM}',$login_form,$html);

    return $html;
}
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Login on index page plugin :(
« Reply #1 on: February 23, 2008, 11:50:55 am »

What plugin? Post a link to the announcement thread of the plugin you installed.
Logged

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
Re: Login on index page plugin :(
« Reply #2 on: February 25, 2008, 05:13:42 pm »

Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9096
  • aka Frantz
    • Ma galerie
Re: Login on index page plugin :(
« Reply #3 on: February 25, 2008, 05:42:51 pm »

it's not a plugin but a mod
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 15 queries.