[Solved]: mods to classic filmleft [Solved]: mods to classic filmleft
 

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]

Main Menu

[Solved]: mods to classic filmleft

Started by NoBob, August 07, 2004, 07:48:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NoBob

I just switched over from another gallery and think Coppermine is great. I read the FAQ and did some searches and modified classic filmleft, but am stuck. I'd like to

- move the Login link in User Mode to the bottom of the page

- remove the display/hide info button and e-card buttons (searching for 'hide remove e-card button' gives zero results)

- put a 'return to gallery index page' button on thumbnail and full-size display pages. I've hidden the return to Albums list link in theme.php because I don't want to use the word Albums.

Could you tell me which bits of code I need to change, please?

I just need help with these final tweaks.

NoBob

Joachim Müller

#1
we have a "one question per thread" policiy on this board for good reasons, in the future please respect this rule.


Quote from: NoBob on August 07, 2004, 07:48:06 PM
- move the Login link in User Mode to the bottom of the page
There's no such thing as "login in user mode", there's generally speaking one login link. If you want to move it to the bottom of your page, you will have to apply a lot of modifications to the core code (and I can see no point in this). If you want this, you will have to code it by yourself. I recommend leaving it where it is.


Quote from: NoBob on August 07, 2004, 07:48:06 PM
- remove the display/hide info button and e-card buttons (searching for 'hide remove e-card button' gives zero results)
you will have to re-phase your search words for answers. Edit themes/yourtheme/theme.php, e.g. themes/classic/theme.php, find<td class="admin_menu"><a href="db_ecard.php" title="">{DB_ECARD_LNK}</a></td>and remove it.


Quote from: NoBob on August 07, 2004, 07:48:06 PM- put a 'return to gallery index page' button on thumbnail and full-size display pages.
I suggest you take a look what "breadcrumb" can do for you, or you add a "home" link by editing themes/yourtheme/theme.php, finding// HTML template for main menu
$template_main_menu = <<<EOT
               <span class="topmenu">
and adding this after it:                        <a href="index.php" title="back to the gallery start page">home</a> ::
Please read the documentation that comes with coppermine carefully.

GauGau

NoBob

Thanks for that.

I'll stick to one question per post.

NoBob.