PowerBookG4 PowerBookG4
 

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

PowerBookG4

Started by Roepertje, February 07, 2006, 09:44:17 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Roepertje

I like PowerBookG4 very much.
I only have a problem with adding a custom link.
The template isn't 100% but 110% width

How to make it 100 % with the custom link?

Joachim Müller

why don't you post a link to your site for a start?

Roepertje

#2
Quote from: GauGau on February 07, 2006, 11:39:27 PM
why don't you post a link to your site for a start?

http://singles.si.funpic.org/album

I added the link Activiteitenbord (on your right side after search)
The original place was on the left side, but also the scrollbar appears.
You can see a scrollbar at the bottom.

How to get rid of the scrollbar at the bottom.
Without the Custom link name it wasn't there

Roepertje

http://singles.si.funpic.org/album

( you have to copy and paste the link into your browser to see the page because extern linking is forbidden )

Joachim Müller

ah OK, an internet page that can't be accessed by a link ::). You got the concept of the www wrong imo ;). Hotlink protection is accomplished in another way...

The content of your page (your navigation) is too wide for 1024 x 768 or less. Only workarounds: remove the additinal navigation entry, add a <br> or reduce width by reducing the font size of the navigation. This is basic HTML, no particular coppermine thing - I suggest reading basic HTML tutorials first.

Roepertje

Well, I think I don't need <br> to fit in 1024 x 768 because there is much space after Activiteitenbord

Joachim Müller

no, there is no space at all, attached are screenshots using a screen resolution of 1024 x 768
Using English or Dutch, the space is enough, and there theme fits on the screen (making your complaint invalid). Using German, the page is broken.

Roepertje

 ???
I have the Dutch version.
Why is it broken with 1024 x 768

Joachim Müller

it isn't for me using dutch and Firefox 1.5.0.1
Post a screenshot how things look for you.

Roepertje

#9
This is how it looks with internet explorer

Joachim Müller

surprisingly, your (silly) hotlink protection won't let us see your screenshot if you host it on your page ::). Attach the screenshot to your posting, using "additional options" when composing your message.
Disable your hotlink protection, it's the most silly one I've ever come across.

Roepertje

#11
Well, I can't turn hotlinkprotection off.
I'm also not happy with this protection either.

You can see that Internet Explorer handles it different than firefox.
Can somebody please help me with the code that it looks the same in Internet Explorer?

Edit: I've uploaded it now to you.

Joachim Müller

remove your custom link, what else could I possibly advice?

Roepertje

Quote from: GauGau on February 08, 2006, 09:06:48 AM
remove your custom link, what else could I possibly advice?

That's the easyest way to do  ;D , but maybe there is somebody with a better solution.
I want to use that option in my Coppermine-gallery.

Roepertje

#14
I finally found out what causes this:

Find around line 40 in your template.html this code:

  <td style="width:100%;text-align:center;background-image:url('themes/powerbookg4/images/{LANG_DIR}/table_r1_mid.jpg');">{GAL_NAME}</td> 

and change it to

  <td style="width:89%;text-align:center;background-image:url('themes/powerbookg4/images/{LANG_DIR}/table_r1_mid.jpg');">{GAL_NAME}</td> 

so width must be 89% or less.