Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 2 3 [4] 5   Go Down

Author Topic: New Theme: Kubrick  (Read 98573 times)

0 Members and 1 Guest are viewing this topic.

stilgar

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • Stilglog
Re: New Theme: Kubrick
« Reply #60 on: September 02, 2005, 08:28:54 pm »

hi pete !

Thanks for the theme anyway  :D I know what you mean, time constraints... And I'm not even a dad. I changed my WordPress Kubrick theme a while ago, but I just can't seem to find the time to update my matching Coppermine theme (that is based on yours).

c'ya
Logged

henfri

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: New Theme: Kubrick
« Reply #61 on: September 11, 2005, 10:34:01 am »

Hello!
First of all I want to thank you for this theme.
There's just one slight problem, which appears when viewing this site: http://www-users.rwth-aachen.de/hendrik.friedel/coppermine/displayimage.php?album=27&pos=9 (displayimage.php) with Firefox. (Hard for me to describe. Something seems to be to wide)
Strangely everything is Ok, after clicking on details, which just calls javascript:;

BTW: It happens with the coppermine online demo aswell: http://coppermine-gallery.net/demo/cpg13x/displayimage.php?album=27&pos=0

Any Ideas?

Regards,

Hendrik
Logged

henfri

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: New Theme: Kubrick
« Reply #62 on: September 15, 2005, 11:02:58 am »

Logged

dub_doctor

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: New Theme: Kubrick
« Reply #63 on: September 21, 2005, 10:03:01 am »

Not sure if this is the place to ask, but there seems to be an html validation problem with the Coppermine Kubrick theme as found in this thread. This theme does not correctly set the values for {lang_dir} and {charset}. Thus all pages will have the following code:

<html dir="{lang_dir}">
<meta http-equiv="content-type" content="text/html; charset={charset}" />

Instead of:
<html dir="ltr">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
for example
(2bornot2b gets it right).

I don't know much about php and css. Is this easy to fix other than just manually modifying the template.html file (which will make it difficult to change charset)?
« Last Edit: September 21, 2005, 10:15:57 am by dub_doctor »
Logged

Nibbler

  • Guest
Re: New Theme: Kubrick
« Reply #64 on: September 21, 2005, 02:11:11 pm »

Placeholder tags in template.html should be in upper case.
Logged

dub_doctor

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: New Theme: Kubrick
« Reply #65 on: September 21, 2005, 03:02:38 pm »

Thanks. Changing to uppercase worked.

Now to fix all the other validation errors!
Logged

henfri

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: New Theme: Kubrick
« Reply #66 on: September 21, 2005, 03:15:46 pm »

Hi,
would you kindly post the corrected template.html?

Thanks a lot!

Hendrik
Logged

dub_doctor

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: New Theme: Kubrick
« Reply #67 on: September 22, 2005, 03:49:18 am »

Hi,
would you kindly post the corrected template.html?

Thanks a lot!

Hendrik

Sorry. I've made numerous other changes to template.html and I'd rather not post it.

All I did to fix this problem was make these changes in template.html
<html dir="{lang_dir}">  to  <html dir="{LANG_DIR}">
and
<meta http-equiv="content-type" content="text/html; charset={charset}" /> to <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
« Last Edit: September 22, 2005, 04:12:31 am by dub_doctor »
Logged

henfri

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: New Theme: Kubrick
« Reply #68 on: September 22, 2005, 02:56:28 pm »

Hi,
yes, ok. Thats how I understood it. Just wanted to make sure.

Thanks a lot,

Hendrik
Logged

OutKa5t

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: New Theme: Kubrick
« Reply #69 on: September 30, 2005, 05:58:11 pm »

Hi, great theme - well done. This kind of clean design is what CSS is good for.

I installed the theme and immediately wanted a link to the 'Home' from the menu file so after seeing others have wanted this too I thought I would post my code. Very simple to those that are familiar with CPG themes but an easy fix for those that aren't.

1. How do i make a Home link (in menu) or make the top header pic (blue box) a LINK that will link back to my homepage witch is just plain HTML/..??

Open up theme.php in a text editor and search for
Code: [Select]
<!-- BEGIN my_gallery -->. Above this line add in the following lines

Code: [Select]
<!-- BEGIN home -->
                                        <li>
                                                <a href="/index.php" title="Home">Home</a>
                                        </li>
<!-- END home -->

so that your code looks like this




Code: [Select]
$template_main_menu1 = <<<EOT
                        <li>
                                <h2>Main Menu</h2>
                                <ul>
<!-- BEGIN home -->
                                        <li>
                                                <a href="/index.php" title="Home">Home</a>
                                        </li>
<!-- END home -->
<!-- BEGIN my_gallery -->
                                        <li>
                                                <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a>
                                        </li>
<!-- END my_gallery -->
Logged

DeadKenny

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 40
Re: New Theme: Kubrick
« Reply #70 on: October 03, 2005, 09:33:11 pm »

The real Kubrick theme for wordpress, automatically resize your posted images in wordpress if it is bigger than the main table. can someone point me to that direction so we can code the kurbick theme in cpg the same thing?
Though wordpress does do that it's really ugly as it's just a browser resize.

I'm afraid with the Kubrick theme, either in WP or Coppermine, you've got to have your images resized properly to fit.

It's the one drawback with the theme. It's really cool, but it's just too thin for photo use. Does anyone know of some themes derived from Kubrick that are wider (and available for both WP and Coppermine)?
Logged

Prim3r

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 35
    • Prim3r PHUSiON
Re: New Theme: Kubrick
« Reply #71 on: October 17, 2005, 10:11:59 pm »

OutKa5t, thank you for that code, i was just working on that :)

I have a modified by me version of Kubrick on my blog, with a custom code that put a nice menu in the header like this :

http://www.prim3r.nextdesigns.net/iBlog/

i was trying to copy the code of that "navigation on header" , on coppermine, but since coppermine dont have a header.php , and i dont fully undestand php to start messing with it...i just used your way :)

if someone that want to had that menu on the coppermine header, i would apreciate it :)

For now...OutKa5t way will do :D

Thanks again.

hmp

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
    • blogging by Martin
Re: New Theme: Kubrick
« Reply #72 on: November 08, 2005, 10:28:11 pm »

Hi
I want to change places with "Category" and "Last additions" so that "Last additions" is on the top of the page.
What to do?  ???

Thanks!
Logged
/hmp

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: New Theme: Kubrick
« Reply #73 on: November 08, 2005, 11:27:58 pm »

not related to theming - it's the same method for all themes. RTFM: http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#changing
Logged

henfri

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: New Theme: Kubrick
« Reply #74 on: November 20, 2005, 07:48:52 am »

Hi,
there's two things, I want to change with the Kubrick Theme:
1) I'd like to have the Caption and Title of the Image, which is as a default below the actual Image, moved above the Image, and vice versa.
If I just switch the postions in theme.php, instead of the Title of the Image, I get {Title} displayed. (Same for caption). Equally the Link to the Slideshow doesn't work when it is placed below the Image.
2) I'd like to have a Link to the Slideshow of the current Gallery at the Navigation bar. But here also the Link doesen't work.

I couldn't find any further Documantation on writing Themes, so I couldn't figure out, what the Problem is.

Any Ideas?

Thanks a lot!

Hendrik
Logged

unbeliever

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: New Theme: Kubrick
« Reply #75 on: November 28, 2005, 10:15:47 pm »

can someone tell me how i can change the font color of categorys on the mainpage ?!?
thx
Logged

joerod

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • JoeRod.com
Re: New Theme: Kubrick
« Reply #76 on: January 17, 2006, 02:38:36 am »

anyone have a kubrick theme for 1.4?
Logged

dub_doctor

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: New Theme: Kubrick
« Reply #77 on: January 17, 2006, 02:43:11 am »

Logged

joerod

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • JoeRod.com
Re: New Theme: Kubrick
« Reply #78 on: January 17, 2006, 03:45:00 am »

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: New Theme: Kubrick
« Reply #79 on: January 17, 2006, 09:28:56 am »

@joerod: stop misbehaving, you already posted on the cpg1.4.x support board, there's no use to post on the cpg1.3.x board. To give you some time to review your attitude, you're banned from posting for 3 days. Don't behave like a moron.
Logged
Pages: 1 2 3 [4] 5   Go Up
 

Page created in 0.036 seconds with 20 queries.