61
noisia
Re: block banner ?
  • 2004/12/12 12:56

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


php adsnew is a complete banner administration module

Download PHP Adsnew



62
noisia
Re: could you help me with koivi editor ?
  • 2004/12/11 12:23

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi All,

It seems that many of us are struggling over and over again to get the Koivi editor working in the various modules.

Wouldn't it be better if all the koivi patches for the various modules were deposited somewhere, so we just download and overwrite the patches for the various modules?

I don't know where is a good place to deposit these kind of patches, but perhaps someone can advice how to organise this



63
noisia
Re: Cdbase discography module Can we fix this thing?
  • 2004/12/10 23:22

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


This is a very interesting development. If the CDbase can be revived, then it could be used as a product catalog as well.

Many XOOPS users are looking for a good product catalog.

Looking forward to further developments.



64
noisia
Re: Xoops : product catalog (no shop)
  • 2004/12/10 22:21

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


I have been looking around a lot and the only things that came up were:

- Noah, which is a module to build modules (a bit complicated for the beginner) It includes kstore, but I haven't been able to launch it.

- Smallstore, which is not a complete module, where according to the manual you have to build your catalog pages in an HTML application.

- Realty, which is a real estate module, but I could not find the admin page to modify it.

So, the conclusion is that there is nothing ready for XOOPS yet.

I have been looking at whether there is any classifieds module that could be modified, but there is no stable classifieds module ready at the moment.

Perhaps the "discography" module could be easily hacked.
https://xoops.org/modules/repository/visit.php?cid=43&lid=1119
If it is modified a bit, it could look like a catalog

So, looking forward to some further developments in this area



65
noisia
Re: Real Estate Module
  • 2004/12/9 15:34

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


I found a realty module at the following site:

http://servicelance.com/modules/mydownloads/

I tried to install it, but the module presents a login window under the module administration

Perhaps someone else can try?



66
noisia
Re: could you help me with koivi editor ?
  • 2004/12/9 0:17

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Russtik,

The koivi editor is not a module yet, but a hack. A very great hack, since it runs on open source web browsers

(Another wysiwyg editor is spaw, which only runs on IE. Spaw is a proper module and is integrated in many modules by default)

Most likely koivi will become a proper module in the future and may be integrated with other modules.

For now, it requires a bit of script modifications:
The manual is as follows:
Quote:
1.Copy wysiwyg folder into your XOOPS "class" folder

2.Replace your system_imagemanager.html template with the new one.

3.Follow instructions in docs folder for implement wysiwyg class in modules.


I am a beginner, and it took me a while to get the courage to try it out, but I managed...

1. Copy the "koivieditor class v1.0 FINAL/wysiwyg" folder into your XOOPS "class" folder (which is in the root folder of your XOOPS site)

2. Replace the "xoopsrootfolder/modules/system/templates/system_imagemanager.html" file with the one that is provided with koivi

3. Then I followed the instructions that were given here in this forum thread:

Edit:
modules/news/admin/storyform.inc.php

You must change this code:

echo "</p><p><b>"._AM_INTROTEXT."</b><br /><br />n";
xoopsCodeTarea("hometext"6015);
xoopsSmilies("hometext");

echo 
"<br /></p><p><b>"._AM_EXTEXT."</b><br /><br />n";
xoopsCodeTarea("bodytext"60152);
xoopsSmilies("bodytext");



With this:
echo "</p><p><b>"._AM_INTROTEXT."</b><br /><br />n";
//xoopsCodeTarea("hometext", 60, 15);
//xoopsSmilies("hometext");
include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";
include_once 
XOOPS_ROOT_PATH."/class/wysiwyg/formwysiwygtextarea.php";

$wysiwygHomeText= new XoopsFormWysiwygTextArea(''"hometext"$hometext'100%''400px','');
echo 
$wysiwygHomeText->render();


echo 
"<br /></p><p><b>"._AM_EXTEXT."</b><br /><br />n";
//xoopsCodeTarea("bodytext", 60, 15, 2);
//xoopsSmilies("bodytext");
$wysiwygBodyText= new XoopsFormWysiwygTextArea(''"bodytext"$bodytext'100%''400px','');
echo 
$wysiwygBodyText->render();


After the editing the file, you need to go to the modules in the admin and click on "update" of the news module

This worked for me to get the news and the stories module to edit in wysiwyg

Other modules I did not look into yet, but it must be similarly easy



67
noisia
Re: could you help me with koivi editor ?
  • 2004/12/8 22:37

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Samuels,

Thanks for the immediate response...

Quote:
by samuels on 2004/12/9 1:34:43

Have you commented the xoopsdhtmlarea line on code?


I indeed overlooked that... (That's the problem with beginners like me)



68
noisia
Re: XCGallery always show same preview problem due to safe mode
  • 2004/12/8 1:18

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Sorry....

I found out that the problem was not the safe-mode, but my cache settings.

If you set the cache of xcgallery, then the preview is cached, so you get the same preview until the cache is renewed.

A small bug, I suppose.



69
noisia
Re: could you help me with koivi editor ?
  • 2004/12/8 1:12

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


I tried samuels advice and edited the
modules/news/admin/storyform.inc.php

When I open the editor, I now get both the XOOPS editor window as well as the wysiwyg editor.

Any elegant way to get rid of the first window?

Great module by the way



70
noisia
Re: kStore - product catalogue demo
  • 2004/11/26 23:05

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


I am very interested in especially the kstore, but the support site still seems to be down.

I have downloaded the latest version of No-ah, but there is no sign of kstore in it.

Anybody has any suggestion of how to test kstore?




TopTop
« 1 ... 4 5 6 (7) 8 9 10 »



Login

Who's Online

145 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 145


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