181
philou
Re: Accidentally removed login from anonymous
  • 2004/1/20 19:32

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


type the link :http://www.yoursite.com/user.php in your browser



182
philou
Re: How to remove?
  • 2004/1/19 20:42

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


you have some folders/files not at the right place.
for example you want to test a module
you unpack the distrib in the module folder...

BUT
in fact you have uncompress the differents files and folder directly in the module folder.
So you can find a language folder, or template..... in the module folder.



183
philou
Re: Installer for Local PC server for testing
  • 2004/1/19 16:01

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


have a look on wmserver
(in the download section)



184
philou
Re: Formulaire - problem with permission for Anonymous users
  • 2004/1/18 13:30

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Hello !

I'm the creator of the formulaire module.
it is one mix between the module liaise and mymenu.

I have a mistake with the anonymous part and haven't find the problem yet.

to edit the menu created by the module in the bloc you can select "menu" in the admin with the on mouseover on the module's logo



185
philou
Re: "Gold" Theme problem
  • 2004/1/16 15:57

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


In the file theme.html.. ligne 66 you have this :
<table border="0" cellpadding="0" cellspacing="0"width="100%" height="150">

erase the
height="150"

and the theme work fine



186
philou
Re: IFrames module
  • 2004/1/9 12:09

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


You can use a little module I have made... called contenu.
you can fin d this
here

reda the remame.txt first of all




187
philou
Re: User Selectable Themes?
  • 2004/1/8 17:26

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Oups ! It's right...

You can do this of course it's better !



188
philou
Re: User Selectable Themes?
  • 2004/1/8 17:15

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


you should hack the file /include/common.php

at the line 206 (approx)
you have this :
if ( isset( $HTTP_POST_VARS['xoops_theme_select'] ) && in_array$HTTP_POST_VARS['xoops_theme_select'], $xoopsConfig['theme_set_allowed'] ) ) {
        
$xoopsConfig['theme_set'] = $HTTP_POST_VARS['xoops_theme_select'];
        
$HTTP_SESSION_VARS['xoopsUserTheme'] = $HTTP_POST_VARS['xoops_theme_select'];

just after paste this :
if(is_object($xoopsUser) == true)
        {
            
$xoopsDB->queryF("UPDATE ".$xoopsDB->prefix('users')." SET theme='".$xoopsConfig['theme_set']."' WHERE uid=".$xoopsUser->uid());
        }




189
philou
Re: Installing Modules
  • 2004/1/8 6:04

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


chmod the cache directory to 777



190
philou
Re: User Selectable Themes?
  • 2004/1/8 5:47

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


it's right.. and with a little hack in the common.php your members can chose their theme.




TopTop
« 1 ... 16 17 18 (19) 20 21 22 23 »



Login

Who's Online

230 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 230


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits