11
mariuss
Re: html tables aren't showing up right in Sections
  • 2004/6/12 6:26

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


I run into the same problem many times. As it was said, you have to manually (or using a tool) remove all line breaks.

Newer modules have an option that allows you to disable auto line breaks.

Marius



12
mariuss
Re: Typo3 vs Xoops
  • 2004/6/12 6:20

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Nice site, but by looking at the information they have on XOOPS it makes you wonder how reliable the whole site is

Marius



13
mariuss
please recommend a good articles module
  • 2004/6/12 6:12

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Currently I am using WFSections and WFSnippets and I have to install a third articles module (don't ask why).

Could you recommend a good module for articles except the two I mentioned?

I saw Articles 0.12, any idea how stable it is?

How about XFSection? Seems to be a WFSection fork.

Any other modules like these?

Thanks,
Marius



14
mariuss
Using PHP PEAR packages in Xoops
  • 2004/5/25 0:07

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Hi,

Is it possible to use PHP PEAR packages in Xoops? Can it be done in a portable way?

PEAR is at: http://pear.php.net/

Thanks,
Marius



15
mariuss
Re: Business Directory Created
  • 2004/5/9 4:14

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


The best thing is a link table as you mentioned, but other solutions exists. Two come to mind:

- in the listings table you could change the link to the categories table from an 'int' to long string (varchar) and have the convention that this field contains a comma separated list of category ids, this could lead to very slow queries (and you do have to rewrite them); also there is a limitation on the number of categories (dictated by the length of the field) but it is quite large

- if you can live with a small maximum number of categories per listing (like 3 or 4) then you can add a few more 'int' fields that are links to categores; queries must be modified again

Since in both cases you have to modify queries anyhow you may just as well do the right thing and create a link table.

The problem is that you want to limit the number of categories anyhow in the GUI to prevent spaming.

Marius



16
mariuss
Re: Xoops 2.1 Module development Roadmap
  • 2004/5/4 22:37

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


I agree that phpDoc is way too dry and helps only people who understand the code already. What is missing in my opinion are well written user guides: how to add search to your module, how to add comments, ... Some of this stuff is covered in the Wiki already.

My biggest problem with XOOPS is the lack of a proper roadmap.

Marius



17
mariuss
Re: Is there a guestbook module that works?
  • 2004/3/29 1:29

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


I used Narga's Guestbook and it worked great.

Which guestbooks did you install?

Did you install any other modules (are you familiar with the module folder structure)?

Marius



18
mariuss
Re: Yellow Pages problem
  • 2004/3/20 17:31

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Depends which one you have seen.

I have an old Yellow Pages script (a total hack) which is not XDirectory at:
http://romanians.bc.ca/modules/yellowpages/

And I am using XDirectory o another site:
http://organics.bc.ca/modules/xdirectory/

Eventualy the old script will be moved to XDirectory as well.

Marius



19
mariuss
PHPXref
  • 2004/3/20 2:24

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Hi,

I just run across and excellent PHP documentation tool, PHPXref:
http://phpxref.sourceforge.net/

It generates a cross referenced HTML documentation of your php code, I think that it would be a great idea to host such generated documentation on the official XOOPS site.

Here is the documentation generated for XOOPS 2.0.6:
http://organics.bc.ca/phpxref/

I will leave the documentation up there for a while. Have fun with it

Marius



20
mariuss
debug mode on for webmaster only
  • 2004/3/20 1:52

  • mariuss

  • Just popping in

  • Posts: 99

  • Since: 2002/9/6 5


Hi,

It would be great to be able to turn on debugging for webmasters only (or specific users). This way you can leave debugging on and see and fix/report all the errors that come up.

Currently you won't turn debugging on too often so you don't scare your users away.

Marius




TopTop
« 1 (2) 3 4 5 »



Login

Who's Online

152 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 152


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