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]   Go Down

Author Topic: Layoutproblem after installing the modpack  (Read 6200 times)

0 Members and 1 Guest are viewing this topic.

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Layoutproblem after installing the modpack
« on: May 17, 2007, 01:42:17 pm »

hi, I've got one (maybe simple to answer) question.  8)

I installed the cpg1.4.10 and everything worked well. Then after installing Stramms modpack (and after using update.php ;)) there were no problems about functionallity.
But I now have problems with the layout (especially in the admin config). Some text seems to be written without wordwrap. So the layout of the tables is distroyed and very miss-arranged.

I've tried to change the language, but there's the same problem in german or french.
I didn't really find the answer in the forum, so what could that be? Any suggestions?

Thanks for any help  :)
« Last Edit: May 18, 2007, 10:23:18 pm by Stramm »
Logged

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #1 on: May 17, 2007, 01:46:28 pm »

forgot to mention the theme, sorry   :P

-> Hardwired
Logged

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #2 on: May 17, 2007, 02:06:38 pm »

sorry for that, but it seems I'm not able to edit my postings..  ???

ok I figured out, that the display depends on the used browser. I'm using Opera 9.02 and have these problems.
In IE the tables are aligned but to wide because of the missing wordwrap.
Logged

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #3 on: May 17, 2007, 03:07:21 pm »

Why is this thread set to solved?
It's not really solved. I find out differences between the browsers, but it's not really nice to work with both of them.  :(

I attached two jpegs that should explain better.

Is this mod tested with the >hardwired< theme?
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Layoutproblem after installing the modpack
« Reply #4 on: May 17, 2007, 06:09:12 pm »

1. you seem to have modified your css (right align of text in config). Maybe therefore it's not possible for me to reproduce the look of your config.

2. If you prefill textarea and it's using up more space than the table definition IE will render the table cell wider. That's happening in an unmodded CPG as well. So I do not see a difference between modded/ unmodded CPG (you can try that with config -> Album list view -> The content of the main page // add here some more content so that it won't fit in the textarea, save and open config again || or config - Themes settings - Custom menu link URL // add here a really long URL - maybe even with JavaScript)

I made screenshots from a modded CPG gallery 1.4.10 and a original gallery 1.4.8. Both using the hardwired theme viewing it with IE7.

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #5 on: May 17, 2007, 11:41:07 pm »

well I'm not aware of making changes to the css file

now I've made a complete new installation. everything is ok. then I made the update and the table is scrambled  :-\

for testing it, I made another installation (to be sure for 100% ;)). then I updated all files exept the hardwired theme. this files I updated one by one controlling each in the browser.
everything was fine until I updated the template.html.
the only difference between these two is the following:
Code: [Select]
  <div align="right" class="topmenu">{LOGIN_FORM}</div><br />
when I change right into left, the tables are now aligned to the left side, but the wordwrap is still missing. so the tables are running out of the screen again  :(
Logged

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #6 on: May 17, 2007, 11:57:51 pm »

well, I'm getting confused more and more...

just deleting this line and everything seems to be fine.  ???

what does this codeline do? is it essential?
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Layoutproblem after installing the modpack
« Reply #7 on: May 18, 2007, 08:23:12 am »

http://forum.coppermine-gallery.net/index.php?topic=28367.msg131255#msg131255
Quote
Login form on top of the page (default off)
Config->Themes settings
This login form will be visible below the top menu if you enable it in config (config->Language, Themes & Charset settings ). If you have the buddy list enabled logged in users will see buddy quick stats (eg. Friends: 3 request, active 15). Otherwise users just see a 'Welcome back USERNAME'... use it only when you haven't a bridged coppermine

http://forum.coppermine-gallery.net/index.php?topic=34905.0
Quote
1. the loginform:
open yor theme's template.html and where you want the loginform to appeare add {LOGIN_FORM}
Usually I use html span to place it. Eg. as used in the classic theme
Code:

<span style="float:right">{LOGIN_FORM}</span>

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #8 on: May 18, 2007, 11:03:36 am »

yes, now it's working. I replaced this line in the hardwired template.php

Code: [Select]
<div align="right" class="topmenu">{LOGIN_FORM}</div><br />
with the one from the classic theme

Code: [Select]
<span style="float:right">{LOGIN_FORM}</span>
now I can use the login form ;)
thanks a lot  8)
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Layoutproblem after installing the modpack
« Reply #9 on: May 18, 2007, 11:18:20 am »

perfect...
And thanks for your help. I'm going to add that to the hardwired template too.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Layoutproblem after installing the modpack
« Reply #10 on: May 18, 2007, 03:00:42 pm »

Issue solved then?
Logged

asomy

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Layoutproblem after installing the modpack
« Reply #11 on: May 18, 2007, 10:14:33 pm »

yes, thank you  ;)
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.