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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 1 Guest 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