1361
hervet
Re: Why are some people NOT using XOOPS?
  • 2004/2/1 13:09

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

Quote:

Mithrandir wrote:
Would love to hear some more of, what makes those other CMS's good. Especially from a developer point of view.

Personally, last year, when my boss asked me to find a quick solution to create some intranets, and after some researches, I had 2 solutions :
Xoops
Typo 3

Why XOOPS won ? :
Very good community and very good "program"
VERY good program too, but to use Typo 3, you have to learn an other language (developped for Typo 3), and I did not have the time.

Bye,
Hervé



1362
hervet
Re: Why are some people NOT using XOOPS?
  • 2004/2/1 12:38

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

About Typo 3, here in France, some compagnies have specialized themselfes on this product and they are selling in hands solutions for the administrations.



1363
hervet
Re: WF-Sections v2 Preview
  • 2004/1/31 8:23

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Quote:

Catzwolf wrote:
All hard coded text etc has been removed from WF-Sections.

That's great !
You should publish a new version no ?

Quote:

I am thinking about removing the filemanger from WF as it is no longer needed now really. You will be able to upload images etc via wfsections itself now using the upload class.

Why not but give authors of articles the possiblity to remove the files they have submited.

Thanks for your answer.

Bye,
Hervé



1364
hervet
Re: WF-Sections v2 Preview
  • 2004/1/30 22:09

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

Did you made any modifications to the file manager ?
I have spent many time to "internationalise" it. In fact to remove the hard coded textes by some define()

Will you be interested by this ?


If that's the case, you can download filemanager.php and /language/english/admin.php
here.



1365
hervet
Re: A list of modifications
  • 2004/1/30 5:37

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

That's great !
Do you know when you will release it ?

Did yo also saw my posts on your web site about the PDF problems ?



1366
hervet
A list of modifications
  • 2004/1/29 21:27

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

Here is a lit of problems I had with the last public beta (1.06 I beleive) of wf section.

1) to be able to use the wysiwyg I had to modify the file include/wysiwygeditor.php and to change all
<?=XOOPS_URL?>

by :
<?php echo XOOPS_URL?>


2) You can modify the file named wfstree.php, comment the line 208 :
//echo $string;


3)Comment the line 1573 of the file wfsarticle.php :
//echo "<input type='hidden' name='groupid' value='".$this->groupip."' />";


4) To be able to use files descriptions with the search, edit the file include/search.inc.php :
Change
$sql .= " WHERE filetext LIKE '%$queryarray[0]%'";

to :
$sql .= " WHERE filetext LIKE '%$queryarray[0]%' OR filedescript LIKE '%$queryarray[0]%'";

modify :
$sql .= "filetext LIKE '%$queryarray[$i]%'";

to :
$sql .= "filetext LIKE '%$queryarray[$i]%' OR filedescript LIKE '%$queryarray[0]%'";


5) Modify the file named /xoops/modules/wfsection/language/english/main.php
At the end, before
?>

add :
define("_WFS_IMGERROR","ERROR: Please check path/file for image");


then modify the line 142 of the file :
fichier /xoops/modules/wfsection/index.php
Change :
$image "ERROR: Please check path/file for image";

with :
$image _WFS_IMGERROR;


Warning, the file named /xoops/modules/wfsection/index.php, wich display the categories does not use templates


6) A big bug, you can print some articles you should NOT see. To correct this, edit the file named /xoops/modules/wfsection/print.php

change :
PrintPage($articleid);


with :
include_once XOOPS_ROOT_PATH '/modules/' $xoopsModule->dirname() . '/include/groupaccess.php';
$article = new WfsArticle($articleid);
if (
checkAccess($article->groupid)) {
    
PrintPage($articleid);
}
else
{
    
redirect_header("index.php"2_NOPERM);
    exit();
}



That's all.

Bye,
Hervé



1367
hervet
Re: Newbbex - Forum Module
  • 2004/1/29 17:01

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

Did it solved your problem ?



1368
hervet
Re: Newbbex - Forum Module
  • 2004/1/28 21:27

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


-----------------------
-----=WARNING TOO=-----
-----------------------
Thanks for your kindness
-----------------------
-----=WARNING TOO=-----
-----------------------


Try to edit the file named newbbex_new.php and replace the line :
include XOOPS_ROOT_PATH.'/modules/newbbex/functions.php';

with :
include_once XOOPS_ROOT_PATH.'/modules/newbbex/functions.php';


Bye,
Hervé




1369
hervet
Re: Newbbex - Forum Module
  • 2004/1/28 20:41

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Not yet.
Sorry.



1370
hervet
Re: Newbbex - Forum Module
  • 2004/1/22 17:10

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


I'm still searching.




TopTop
« 1 ... 134 135 136 (137) 138 139 »



Login

Who's Online

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


Members: 0


Guests: 169


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