51
Society
Re: Xoops multi-domain and multi-theme
  • 2003/11/26 7:28

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


search for:

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'];
} elseif (isset($HTTP_SESSION_VARS['xoopsUserTheme']) && in_array($HTTP_SESSION_VARS['xoopsUserTheme'], $xoopsConfig['theme_set_allowed'])) {
$xoopsConfig['theme_set'] = $HTTP_SESSION_VARS['xoopsUserTheme'];
}

add after:

if ( isset( $HTTP_GET_VARS['usetheme'] ) && in_array( $HTTP_GET_VARS['usetheme'], $xoopsConfig['theme_set_allowed'] ) ) {
$xoopsConfig['theme_set'] = $HTTP_GET_VARS['usetheme'];
$HTTP_SESSION_VARS['xoopsUserTheme'] = $HTTP_GET_VARS['usetheme'];
} elseif (isset($HTTP_SESSION_VARS['xoopsUserTheme']) && in_array($HTTP_SESSION_VARS['xoopsUserTheme'], $xoopsConfig['theme_set_allowed'])) {
$xoopsConfig['theme_set'] = $HTTP_SESSION_VARS['xoopsUserTheme'];
}


now you can add a html redirect site
with url: www.yourdomain.de/index.php?usetheme=THEMENAME :)

Now you can get different themes on each site



52
Society
Re: Xoops 2.1 Module development Roadmap
  • 2003/11/24 10:10

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


Quote:

MadFish wrote:
A completed WAP module would be nice I love the Avantgo module, but most of my users have phones, not PDAs.



look at www.blitzengineers.de there is my wap addon :)



53
Society
Re: xcGallery help
  • 2003/11/10 13:03

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


i got safe_mode on and it work :)
very great module
http://www.djnews24.net



54
Society
torrent module
  • 2003/11/7 7:42

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


Any1 interessted on a module for torrent files?
Maybe the next time i will work on one for it.
Or is any1 work on it?



55
Society
Re: Help AutoLogin to Xoops
  • 2003/10/22 6:18

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


same for me :) i tried some wired things
but i get it not to work :)

Autologin is not the problem the problem is ldap



56
Society
Admin rights on other users!
  • 2002/1/10 17:42

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


I tried to add a severel admin group to give news admins rights to access the admin module but now no body can go into admin :( no admin link will added. I added all checkboxes. What i can do?
The Users are displayed on the who is box




TopTop
« 1 ... 3 4 5 (6)



Login

Who's Online

128 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 128


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