1
fooups
Re: xoops file secrity
  • 2007/4/13 20:23

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


If your host allows .htaccess files, you can deny listing of your repertories by using the following command:

Options -Indexes


Bye



2
fooups
Re: Find my version
  • 2007/4/13 20:16

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Sure.

It is written at the bottom of every page in the admin section.

Bye



3
fooups
Re: Change image with the module
  • 2007/3/19 19:11

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Hi,

the third option is to use the PictureURL module.

Bye.



4
fooups
Re: Empty Modules??
  • 2007/3/16 17:57

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


I'm sorry to confused you, but I'm Fooups, not Thecat

I remerbered that many people don't speak french on those forums, so I gave the words "Module vierge" for you to grap the good resource to download.

"Module vierge" means "empty module", but Google unproperly translated it by "module virgin".

Bye



5
fooups
Re: Empty Modules??
  • 2007/3/16 17:32

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Hello,

You can find an empty module here. Just search for "Module vierge" on that page.

Bye



6
fooups
Re: How do i get forum polls?
  • 2007/2/10 6:26

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Hello,

I think that you must install the polls module in order to have the forum polls work on newbb2/cbb.

On newbb1, I'm not sure, but I think there is no poll option. (I didn't use it for a very long time)

Cheers



7
fooups
Re: Is there a TOP PAGE smarty identifier?
  • 2007/2/8 15:12

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Very interesting Blueteen

On my website, I use the following code added in the header.php file (yes, I know, hacking core files is not a good idea):

$toppage false;

    if (isset(
$xoopsModule) && is_object($xoopsModule)) {

        if (
preg_match("/index.php$/i"xoops_getenv('PHP_SELF')) && $xoopsConfig['startpage'] == $xoopsModule->getVar('dirname')) {

            
$toppage true;

        }

    } else {

        if (!empty(
$xoopsOption['show_cblock'])) {

            
$toppage true;

        }

    
$xoopsTpl->assign('xoops_istoppage',$toppage);

    }


So, in any theme.html file, I can use:

<{if $xoops_istoppage}>
some code here
<{/if}>


Cheers



8
fooups
Re: A module to create modules?
  • 2007/2/2 21:25

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


I think you have the couple XBS ModGen + XBS CDM and you have oryxgen too.

Please note that an empty module, made by Thecat exists.



9
fooups
Re: Module Development tutorial (with classes)
  • 2007/1/12 12:11

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


Hi,

There is two tutorials about this issue, but both are written in french.

You can find them on the french support site: XOOPS object's model and an example of XoopsObject and XoopsObjectHandler classes use.

Please note that at the end of one of the tutorials mentioned above, you will find a link to an example module at the end of the first tutorial.

Also in the dev'wiki: XoopsObject and XoopsObjectHandler.

Bye



10
fooups
Re: Spread XOOPS project
  • 2006/1/5 17:54

  • fooups

  • Just popping in

  • Posts: 82

  • Since: 2004/1/12


More infos about the french CD:

XOOPS France propose to create a "XOOPS CD" for spreading XOOPS for french-speaking people. This project was initiated by Alain01, who was helped by Kris, Solo, Xvitry, Fooups...

The goal of this CD-ROM is to have a stand-alone device for discovering and learning XOOPS. One of our main target is the person who does not possess a broadband Internet connexion.
This CD will only be available as a "real" CD (sended by post). Just for recovering from funds engaged (for burning and sending CDs) and earning money for the AFUX, we will charge this CD for 15 Euros.

I will stop the presentation of this CD here, but I will give you an english translation of the text that will be on the cd's back:

Quote:
"Find on this CD all that made XOOPS one of the best tools available today for designing/building Internet websites:
- the latest stable version of XOOPS
- the software environment for testing XOOPS on your computer (Windows, Mac OS X and Linux compatible)
- A vast selection of modules, that have been tested by XOOPS France and are known for working under any circumstance.
- A wide selection of themes, sorted by categories (community website, professional website, intranet...)
- the complete documentation that you can find on the official french-speaking XOOPS support site"




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

220 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

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

Latest GitHub Commits