Undoing changes done to login box Undoing changes done to login box
 

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

Undoing changes done to login box

Started by tim18, July 22, 2007, 08:30:51 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

tim18

Hey,

I recently installed the theme sosuechtig_black for my gallery. It has a really cool black login box that fits with the theme. However when i installed the modpack it changed it to a white login box. Just wondering,how and why this happened and if possible, the easiest way to fix it!

Tim

Stramm

As I did for the modpack, the author of your theme has written a login box. Unfortunately he partially used the same naming sheme.

Solution:
Delete or just ignore the actual loginform function and copy/ paste the one from the modpack into your theme.php (you can find it in include/themes.inc.php function loginForm).

Now edit the html as needed (you even can copy/ paste that part from the themes loginform function). Eg. add css to the form like style="background: black;

If you want to use PM and buddy statistics, then do similar there.


tim18