1
Shine
The amount of installed modules
  • 2005/2/1 9:13

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


Didn't know in which forum I'd to post this.....well.....
Just being curious about the amount of installed modules within xoopswebsites...

1). How many modules do you have installed within your xoopswebsite.
2). Which are they?


As for me, 14 modules:
- Soapbox
- Edito
- Mylinks
- WmpDownloads
- Smartsection
- Articles
- News 1.21
- Wordbook
- Addresses
- Books
- Wiwimod
- Liaise
- Smartpartner

Grtz., Shine

2
jdseymour
Re: The amount of installed modules

Well I have 30 installed.

-AMS
-blocksadmin
-edito
-istats
-Laise
-liens
-mylinks
-netquerry
-newbb2.0.2
-Protector
-shortcuts
-sitemap
-smartfaq
-smartpartner
-statistics
-survey
-uservisit
-virusalert
-extended waitingcontents
-webmailfx
-wfchannel
-wfdownloads
-wfsection
-wordbook
-xdonations
-3 instances of xhld
-xmmemberstats
-xoopsmembers
-xoopspoll
-xoopstools


3
carnuke
Re: The amount of installed modules
  • 2005/2/1 11:12

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


John, look similar to my list... thinking about this, I tried the credits module last night and this automatically parses installed modules and displays their details. Nice idea

Allows manual inputs of credits also, of course.

4
jdseymour
Re: The amount of installed modules

That sound great carnuke, maybe I will try the module.

My newest favorite addition is the Sitemap Module that does a great job with the included plugins. Also the plugins are easy to write. I added on myself for the AMS module.

5
LazyBadger
Re: The amount of installed modules

Quote:

carnuke wrote:
tried the credits module last night and this automatically parses installed modules and displays their details.

You are happy... If module's author or credits data contain "'", you'll get parse error in Java-script and nothing in block. Anybody know, how to "sanitize" string, which passed as value later to variable in Java-script?

6
LazyBadger
Re: The amount of installed modules

Quote:

jdseymour wrote:
Also the plugins are easy to write. I added on myself for the AMS module.

Can you give me hints, what can be wrong (I tried also write for AMS, but...)

$block = sitemap_get_categoires_map($xoopsDB->prefix("ams_topics"), "topic_id", "topic_pid", "topic_title", "index.php?storytopic=", "topic_title");

give me blank page in sitemap module after adding plugin

7
jdseymour
Re: The amount of installed modules

Try this:

<?php
function b_sitemap_AMS(){
    
$xoopsDB =& Database::getInstance();

    
// news
//     $maptree = new SitemapTree($xoopsDB->prefix("topics"), "topic_id", "topic_pid");
//     $block = $maptree->getCategoriesMap("topic_title", "topic_title");
    
$block sitemap_get_categoires_map($xoopsDB->prefix("ams_topics"), "topic_id""topic_pid""topic_title""index.php?storytopic=""topic_title");
    
//$block["path"] = "index.php?storytopic=";

    
return $block;
}
?>


Put it in a folder in the plugin directory named AMS.

8
LazyBadger
Re: The amount of installed modules

Thanks, it works...
BTW - I have max 41 module (it's not real site)

9
jdseymour
Re: The amount of installed modules

Glad it worked for you. This module will be great once all the major modules have plugins. I like the layout of the sitemap page. Looks pretty nice.

10
libervis
Re: The amount of installed modules
  • 2005/9/13 3:50

  • libervis

  • Not too shy to talk

  • Posts: 183

  • Since: 2004/7/4 1


Yes, I just installed sitemap and I love it. Goodbye to the old sitemap page that I never updated so it wasn't much of a map. This one does everything for me.

The peak.ne.jp/xoops and GIJOE are absolutely awesome. There is so many great modules and hacks there.

EDIT: Oh, and I currently have 26 installed modules. (had to go with the topic)

Thank you
Daniel
XOOPS Site: Libervis.com :: For a Free World

-- Libervis Network --

Login

Who's Online

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


Members: 0


Guests: 193


more...

Donat-O-Meter

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

Latest GitHub Commits