Problem theme sosuechtig + login external Problem theme sosuechtig + login external
 

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

Main Menu

Problem theme sosuechtig + login external

Started by Aquilasfx, October 28, 2007, 05:10:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Aquilasfx

I have Installed this mod in my gallery whit sosuechtig theme and now under Last Uploads there is a display problem (see the attached file!)

Other issue:
1) external login for sosuechtig theme :( in the navbar! After install the mod the login module isn't display!

2) in send pm page the width of table is more large (see the second attached file!)

Pls Help me thanks for all!!

Aquilasfx

this is the image of the last uploads :( sorry

Joachim Müller

Post a link to your gallery and a non-admin test user account for a start.

Stramm

I've tested with a fresh, not modified theme. All works smooth (despite some necessaray css changes for dropdown boxes) within IE7 and Firefox. The loginbox too... if you should have problems with that, then use the modpack function for that (the theme comes with an own function, evtentually it may conflict with the modpacks login function). For me the modpack login overrides the one from the theme so I didn't experience any problem.


Aquilasfx

I set 4 columns not 2... But I resolve some problems by reduce number tab in thumbnails list...! Now is ok under last uploads. The problem is still persistent under pm (post message) the table is very large!! and under group and user list in admin mode.. Any suggestions?

Aquilasfx

this is the photo example:

Stramm

group and user list table width are known issues when using themes with left side menus. Would need a rewrite of core code. As it only affects admin accessible parts of the side it's no biggie imho

Maybe it helps if you reduce the table width config setting (image virew - Width of the table for file display)... probably you have set that to ~800px. Use 450-600 instead or even better use percentage (98% - 100%).

Aquilasfx

Stramm the width is now set to 98% I think it's ok! for the table of pm message? Where I edit... style.css in theme folder?

Stramm


Aquilasfx

Quote from: Stramm on October 29, 2007, 01:15:35 PM
yes, style.css in the theme folder

I think to edit the width of send pm page I make change to pms.php or send_pms.php or pms.inc.php because the style change the color, border, but no width of table! Any ideas?

Aquilasfx

Here is the example of the issue!

Stramm

As said.. it's working for me and I can't replicate your issue. Have you tried with an unmodified theme as I 've suggested above.

Aquilasfx

:( and for login box external? I don't visualize anymore it :S

Stramm

Quote from: Stramm on October 29, 2007, 09:57:09 AM
.... The loginbox too... if you should have problems with that, then use the modpack function for that (the theme comes with an own function, evtentually it may conflict with the modpacks login function). For me the modpack login overrides the one from the theme so I didn't experience any problem.

means you need to delete the loginbox function from the theme.php (function theme_display_custom_login_form)
then find
    $login_form = theme_display_custom_login_form();

and replace with
    $login_form = loginForm();


now you're using the modpack version of the loginform. If you need to further modify the output, then copy     the function loginForm from themes.inc.php to your themes theme.php and do the necessary layout changes.

Aquilasfx

I disintall the mod because I have encountered a problem when upload image in gallery there is a bug I suggest! Don't generate image with add/batch when the mod is install. I test this with CPG 1.4.13 and the newest mod stramm.

Joachim Müller

Shouting "bug" is not a bright idea if you're not sure if the issue lies on your end. Those who shout bug usually just suffer from a PEBCAK issue.

Aquilasfx

:( then how is the problem for you? I test this issue whit mod stramm installed and no whitout it... :(

Stramm

In your other thread I already told you what to do.
http://forum.coppermine-gallery.net/index.php?topic=46470.msg229258#msg229258

- You're not supposed to ask the same question in several threads.
- Don't ask several questions in one thread.

n0rb3rt

Quote from: Aquilasfx on October 29, 2007, 01:43:12 PM
Here is the example of the issue!

Aquilasfx if you still have problem with resolution your PM table give me your @ i will send your mine corected file i also use this template with stramm mod and yesterday i made smal update in pm code

regards Norbert

Joachim Müller

We send stuff around by email? Just post your modifications if you think that others may benefit from it. Recommended method is to zip your stuff and attach it to your posting (using "additional options" when composing your message).