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: iPodlounge for 1.4x  (Read 17856 times)

0 Members and 1 Guest are viewing this topic.

Matthew

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 6
iPodlounge for 1.4x
« on: February 11, 2006, 11:11:19 pm »

I've updated iPodlounge for 1.4x. You can see a demo here. The width expands too far when you're logged in as admin but other than that it's pretty much the same. The bad news is that it's still a table-based layout. It wouldn't be hard to move it to xhtml if someone wants to do it.

- Matthew
« Last Edit: February 11, 2006, 11:17:34 pm by GauGau »
Logged

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #1 on: March 12, 2006, 03:59:01 pm »

Thx! Chears
Logged
/manne

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: iPodlounge for 1.4x
« Reply #2 on: March 13, 2006, 08:54:33 am »

Thanks for your readiness to contribute. However, I had to redo your modification: it's not an option to copy the whole content of themes/sample/theme.php into your custom theme file, and it's not an option to hardcode the navigation into template.html, nor is white text on white background a good idea for the admin menu ;).

Here's the modified theme ipodlounge for cpg1.4.x:
Demo - Download
Logged

fmangeant

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: iPodlounge for 1.4x
« Reply #3 on: March 14, 2006, 01:36:29 pm »

Many thanks GauGau, the themes I was missing from CPG 1.2 where ipodloung, 2bornot2b, kubrick and reynolds  :)
Logged

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #4 on: March 16, 2006, 08:48:09 am »

GauGau...
Where can I change the "::" between the uper links?
Logged
/manne

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: iPodlounge for 1.4x
« Reply #5 on: March 16, 2006, 08:51:51 am »

check the themes/sample/theme.php here you'll find the necessary code.
Code: [Select]
  // HTML template for template sys_menu spacer
  $template_sys_menu_spacer ="::";
Copy it into your theme.php and modify it accordingly

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #6 on: March 16, 2006, 08:53:20 am »

Okej! Will Try it later..

Thx..
Logged
/manne

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #7 on: March 16, 2006, 09:42:32 am »

Okej!
I have now updated to GauGaus new release of Ipoudlounge, when I login the admin menu with the links config etc are white and mouse over brings the text visible black..

How can I fix this?
Logged
/manne

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: iPodlounge for 1.4x
« Reply #8 on: March 16, 2006, 09:55:48 am »

upgrade everything, not only parts of the theme. You haven't replaced http://gallery.shapes.se/themes/ipodlounge/style.css with the style sheet definition (style.css) from the package I provided. The old, outdated ipodlounge theme had the issue that admin menu items were displayed with white font on white background - I fixed this and posted about it as well in my previous posting.
Logged

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #9 on: March 16, 2006, 10:05:03 am »

Sorry! It's early in the morning and I'm stupied...
When I downloaded your updated version under my theme folder i called it Ipodlounge2.. my old one had Ipodlounge :D
The css-file waw linked to the old folder :p
Logged
/manne

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #10 on: March 16, 2006, 10:45:05 am »

check the themes/sample/theme.php here you'll find the necessary code.
Code: [Select]
  // HTML template for template sys_menu spacer
  $template_sys_menu_spacer ="::";
Copy it into your theme.php and modify it accordingly

Can I just copy it and put it where ever I want in my theme.php??
Do I have to remove any code before I put in the new code?
Logged
/manne

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: iPodlounge for 1.4x
« Reply #11 on: March 16, 2006, 10:56:38 am »

between EOT; and ?> seems to be pretty perfect
or if you prefer above
// HTML template for the image navigation bar

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #12 on: March 16, 2006, 03:46:35 pm »

I have done it now!

But as you can see on the menu: [link removed]

There's still "::" after the login link...
Where can I modify this?

And where can I remove the link "My Favorites" ??
« Last Edit: March 16, 2006, 06:06:19 pm by manne »
Logged
/manne

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #13 on: March 16, 2006, 03:49:24 pm »

I have done it now!

But as you can see on the menu: [link removed]

There's still "::" after the login link...
Where can I modify this?

Sorry! Found it on the template.html

And where can I remove the link "My Favorites" ??
« Last Edit: March 16, 2006, 06:07:01 pm by manne »
Logged
/manne

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: iPodlounge for 1.4x
« Reply #14 on: March 16, 2006, 05:33:15 pm »

how to remove menu items has been asked and answered very often already, use the search. Please stop replying to this announcement thread with your requests to modify that particular theme, cluttering this thread for most users.
Logged

manne

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: iPodlounge for 1.4x
« Reply #15 on: March 16, 2006, 06:05:16 pm »

okej!

Sorry... :-\
Logged
/manne

Matthew

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 6
Re: iPodlounge for 1.4x
« Reply #16 on: May 24, 2006, 03:51:28 am »

GauGau,

Here is another update. I keep getting requests for this theme. Apparently, the demo here looks different than the one on my site. Here is a link: http://www.lassiter91.com/pics/themes/ipodlounge.zip
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: iPodlounge for 1.4x
« Reply #17 on: May 24, 2006, 07:34:50 am »

Matthew, I respect and appreciate your contributions, however they contain the same "design mistakes" the original contribution contained, e.g. a login link hard-coded into template.html that will display even if the user is already logged in. Additionally, it doesn't contain the placeholder tokens for theme and language selectors and the custom footer although it should: even if you don't use those options on your page, others will, so the tokens should reside in your template - you can savely disable them then in your config, which will result in a clean page for you.
There's no reason to hard-code navigation items into template.html - that's what the menu tokens are suppossed to do. If you hard-code them, you lose i18n options and gain nothing.
Logged

Matthew

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 6
Re: iPodlounge for 1.4x
« Reply #18 on: May 24, 2006, 07:54:16 am »

GauGau, yeah, I agree. This shouldn't be released unless you want to inherit my design decisions. I guess a simple change you could make to the public release would be to correct the image paths in the css to display rounded corners and the header image. That may help make the two themes look the same. Cheers.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 15 queries.