292951
Nitou
Re: apache and /modules/news
  • 2003/6/14 15:32

  • Nitou

  • Just popping in

  • Posts: 1

  • Since: 2002/12/8


Use mod_rewrite :

in .htaccess :

RewriteEngine on
RewriteRule ^$ /modules/news/index.php [L]
RewriteRule ^index.php$ /modules/news/index.php [L]
RewriteRule ^index.html$ /modules/news/index.php [L]

at racine of website (/www/)!



292952
dreamgear
Ecal fixes
  • 2003/6/14 3:49

  • dreamgear

  • Friend of XOOPS

  • Posts: 78

  • Since: 2002/7/18


I'm sure I'm not the only one who would like to see your Ecal fixes...




292953
Hober
Re: Clarification of the GPL
  • 2003/6/13 19:56

  • Hober

  • Just popping in

  • Posts: 40

  • Since: 2003/6/13


Bunny, thank you for saying exactly what I was about to say after reading the first page, with people saying you can't modify anything. Probably they misinterpreted the statement that you cannot modify the associated source code (meaning if it's packaged with source code, you can't modify that in a subsequent release). The functional scripts of any new release can be modified to no end (except the credits of course).

I'm currently working on a XOOPS powered site for a local Performing Arts Series. www.nmt.edu/~pas/uber/
I have written my own module, called TheaterMan to handle the administration of a series of shows, I have done extensive debugging of eCal (including fixing the horrible translation in the language file) and I've modified the system block to not have the stupid "Home" link (now my Home link goes to the sections module).

I'm almost done editing templates to create a consistent look, and next week I should be able to put a little more work into the actual theme.



292954
brewmeister
Re: Custom block for Coppermine Gallery

Ditto



292955
malexandria
Amazon.com Module Port?

hey, someone at phpnuke created a really cool Amazon module. Can someone port this to Xoops?

You can see it at

http://preciogasolina.com/modules.php?name=Amazon



292956
Munkus
Re: Custom block for Coppermine Gallery
  • 2003/6/11 18:09

  • Munkus

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/2/2 0


Brew,

No I haven't done that yet, with my php knowledge it might take a while for me to do it.

I have posted on xoops.org and on coppermine looking for anyone who may have modularized it already. That would indeed be a great gallery to use.

I find Coppermine much easier and more visually appealing than Gallery



292957
hsalazar
Re: how to re enable display of 'system module'
  • 2003/6/10 20:44

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


htitman:

The table would be xoops_modules, of course, and since System is the first module (mid = 1), you'd need to change its isactive setting to 1.



292958
htitman
how to re enable display of 'system module'
  • 2003/6/10 17:48

  • htitman

  • Just popping in

  • Posts: 3

  • Since: 2003/6/10


i have disabled 'system' by mistake from my admin function

what table and what field
to i change to allow the 'system' to be displayed again
at the top of my 'administrative menu'??
/howard

mailto:free.lance@sasktel.net



292959
brewmeister
Re: Custom block for Coppermine Gallery

Munkus,

This is not a help post but I was wondering if you had modulized Coppermine? I've seen it done for Nuke but not Xoops. This would be a cool mod.

Brew



292960
Munkus
Custom block for Coppermine Gallery
  • 2003/6/9 20:20

  • Munkus

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/2/2 0


Hi all,

I created a custom html block to view a random picture from the coppermine gallery I run. I used the ssi.php file provided by www.chezgreg.net

Using the code below I am able to preview the block but when I hit submit and come back to the home page it only shows the title and no content. Here's the code:

<html><? include_once("/home/vigier/public_html/cpgallery/ssi.php"); ?>

<? print cpg_random(); ?>
</html>

Any thoughts?








Login

Who's Online

211 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 211


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