151
artigas
Re: WebLinks and Extended Waiting ???
  • 2005/3/7 17:27

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

I wrote the WebLinks plugin for the Extended Waiting Module.

I looked at dev.xoops.org and I did not see the Extended Waiting module there.

The authors site is all Japanese.

So where do I go submit the plugin?



152
artigas
Re: WebLinks and Extended Waiting ???
  • 2005/3/7 13:42

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

Now that I got the WebLinks Extended Waiting plugin working I attempted to contact the author to give him the new plugin but his site is in Japanese which I can not read.

Is there anyone who speaks english that is keeping track of the WebLinks module who I can submit this plugin?

Inquiring minds...



153
artigas
Re: WebLinks and Extended Waiting ???
  • 2005/3/7 13:19

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

Figured it out:

New: $xoopsDB->prefix("weblinks_modify")." WHERE mode=0");

Mod: $xoopsDB->prefix("weblinks_modify")." WHERE mode=1");

Hope That Helps.



154
artigas
WebLinks and Extended Waiting ???
  • 2005/3/6 22:31

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

I am updating my Extended Waiting module by adding a plugin for weblinks. However, I am having a bit of dificulty with the SQL to detect a new submission.

Has anyone added a weblinks plugin to Extended Waiting?
OR
Does anyone know the specific SQL to detect a new WebLinks submission?

Thanks In Advance.



155
artigas
Re: xdirectory template
  • 2005/3/5 16:20

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Heavenes Mithrandir -

Thank You

Learned another something new today.

For some reason after reading the documentation the simple mental connection that updating the module would update the html was not made. Being rather new to XOOPS and PHP it is the simple things that sometimes get me.

Your generous support is very much appreciated.



156
artigas
xdirectory template 'xdir_link.html' update ???
  • 2005/3/5 16:02

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

I working on the xdir_link.html template in the module xdirectory.

I have made some slight cosmetic changes and have uploaded to the website. However, the changes are not taking effect.

What have I forgotten?

Thanks In Advance.



157
artigas
xdirectory print hack ????
  • 2005/2/28 23:53

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

Has anyone hacked xdirectory with a print option that they will be willing to share?

If not, can someone sugest a print.php from another module that I can start modifing?

Thanks In Advance.



158
artigas
Extended Waiting Solution ...
  • 2005/2/28 22:59

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

In the extended waiting module, in the plugin directory, for the plugin 'xdirectory' I found that the ModReq (modification requests) were not being listed.

After the changes to the 'xdirectory.php' shown bellow the 'ModReq' started showing.

// xdirectory modreq
$block = array();
$result = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("xdir_mod"));
if ( $result ) {
$block['adminlink'] = XOOPS_URL."/modules/xdirectory/admin/index.php?op=listModReq";
list($block['pendingnum']) = $xoopsDB->fetchRow($result);
$block['lang_linkname'] = _MB_WAITING_XDIR_MODREQ ;
}
$ret[] = $block ; <<<---MISSING LINE

Hope this helps someone out there in the XOOPS community.



159
artigas
Re: MyTutorials v2.1b - problem ???
  • 2005/1/21 18:40

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings - I agree.

I have PHP5 installed on my testing site.

I have PHP4 installed on my real web site.

I have found out several modules that have problems in the PHP5 installation. That is why I post the PHP version on the top of the message.



160
artigas
Re: WF Sections - Install ???
  • 2005/1/17 12:41

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings - Thank you for the response.

I apologize for not giving enough information on my post, it lead to some confusion.

This is not being installed in a unix/linux type of system. It is being installed on XP Home. I am testing different modules on my laptop. Then I will choose what goes on the hosted site. This will be a linux server. I have to work in both worlds.

I did find the correct directory and moved it to the modules directory.

I was the latest 2.0.7 beta.

I believe the error is one of running PHP5 so I have left a message in the authors website.

Again thank you for your response and my apologies for the lack of information.

Regards,
Roberto Artigas




TopTop
« 1 ... 13 14 15 (16) 17 18 »



Login

Who's Online

390 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 390


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits