1
jcweb
Boox Module
  • 2013/2/23 13:54

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi friends
I have questions, request und usage to that module, what is really very interesting, because its more or less the only xoops content module module its not overloaded.

First, more and more user ask "me" for a module to crate static content. Boox module can do that, but the users stand in front of the problem what can or should i do with the pages they create. They cannot include file path in theme, for the most people its to difficult.

So my first question, is it a security problem to make it as below:
I create a php file in the boox module folder and calles them business.php. In that file i copy a part of @trabis dummy module:

<?php
include("../../mainfile.php");
include(
XOOPS_ROOT_PATH."/header.php");

include(
XOOPS_ROOT_PATH."/uploads/boox/business.php/html/etc.");

include(
XOOPS_ROOT_PATH."/footer.php");
?>


I crate a .htaccess file in the root folder:

RewriteEngine on
RewriteRule business
.htmlmodules/boox/business.php


So i´m able to call the page as domain/business.html and have nice url. Blocks with preferences to show on all sites are visible. Can it be a security problem to do it in that way?

xxxxxxxx

A more or less problem i see is, the content is not store in the database and the module has no search. Is it possible to include a (site) search and or is it possible to include the tag module?

If that will work, xoops has an excellent, clean content module with a simple content handling, nice url´s and you can include jquery scripts and more. And the module will show up in the block administration/handling, that will give you more options!

Thanks in advance for any suggestions.

Greets Andy

Login

Who's Online

166 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 166


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