31
chapi
Re: community site end user manual?
  • 2004/12/30 12:57

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


You should use SmartFAQ as FAQ module on your site. For this module there is predefined Content available, called "faq for new xoopsers".

You can get both of them at dev.xoops.org



32
chapi
Re: Pehaps I'm Just Dumb...
  • 2004/12/29 12:54

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Look at dev.xoops.org ...



33
chapi
Re: setting the home url
  • 2004/12/28 14:03

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Go to

admin > system admin > preferences

There should be a selectbox, where you can choose the module that should display on the startpage. If you choose "none" you can fill your startpage with custom blocks through the blocks administration.



34
chapi
Re: How to hide submenu?
  • 2004/12/28 13:58

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Maybe this one is better ..

if ( is_object($xoopsUser) ) {
    
$modversion['sub'][xx]['name'] = [...];
    
$modversion['sub'][xx]['url'] = [...];
}



35
chapi
Re: to ( CHAPI ) Different image header for every page.
  • 2004/12/28 12:03

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Didn't thougt about submitting it to the faq yet, since it was an old thread. But I will do this now carnuke!



36
chapi
Re: to ( CHAPI ) Different image header for every page.
  • 2004/12/28 11:02

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Ok, some clarification on the below code snippet. You have to do this in your themes folder in theme.html. The templates_c folder is just compiling the content of the themes folder.

At the very top of your theme.html add this snippet:

Quote:

<{php}>
$mod = $GLOBALS['xoopsModule'];
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system');
$GLOBALS['xoopsTpl']->assign( 'xoops_cmod', $dirname );
<{/php}>


You have to change nothing there. Just copy it as it is.

Quote:

<{$xoops_cmod}>


After that you can access the dirname of your module in your theme.html with the above variable. The dirname for the news module is normally "news". So if you are browsing the news module, the variable $xoops_cmod will contain "news". If you are browsing your profile it will contain "system".

With this you can display different images on each module.

Just try the following snippet:

Quote:

<img src="<{$xoops_imageurl}><{$xoops_cmod}>.jpg" alt="" title="" />


$xoops_imageurl is the path to your themes folder. So you have to create a few images there, one for each of your installed modules and an additional one for the system.

- system.jpg
- news.jpg
- newbb.jpg

.. and so on.

I hope everybody can understand this now



37
chapi
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/27 17:51

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Hi together. I think it would be great if you could start a project for this PM Hack at http://dev.xoops.org. There you will have many features to control your project. Usefull stuff like bug tracker, feature tracker, forums, etc.

I think this would be usefull for the organisation around this hack.



38
chapi
Re: Different image header for every page.
  • 2004/12/20 19:25

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


It is possible to have a different image for each module. Look at this thread for more informations ..

https://xoops.org/modules/newbb/viewtopic.php?topic_id=19532&forum=5&post_id=83900



39
chapi
Re: Fixed Width Vs Dynamic Width Themes?
  • 2004/11/10 17:40

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


I like the way Mozilla is handling this, see www.mozilla.org

You can resize it to fit in the screen on small resolutions. But the max. width is about 1000px. And thats pretty good. If you create wider pages it's very hard to keep them readable.

Normally you should not have more than 70 chars in a line for good readability.



40
chapi
Re:xoops 2.0.7.3 on windows
  • 2004/10/26 12:55

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Xoops 2.0.7 doesn't work properly with PHP5. XOOPS 2.0.9 is intended to run with PHP5. So you should either run PHP4 on your server or test XOOPS 2.0.9 beta to get it stable with PHP5.




TopTop
« 1 2 3 (4) 5 6 7 ... 38 »



Login

Who's Online

222 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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