151
deepak267
Re: keeping the site up to date - checking on modules latest versions!

Hi,
Sorry if I am out of context here.

I found it's extremly difficult to find the latest version of many module. even though you find the latest module, you have to spend at least an hour to get the right module and install it.

It would be nice to have an index/listing of module ( may be as a thread/blog/news). just start a thread for every module when the module is released. And post a comment if there is a new release with the links to download.

This will help a new user to see what is the history of the module and can find the latest module or support. Moderator can control and remove the unrelated comments.

I think the link should maintain the index with the following information.

1. Latest version of the module
2. Version of XOOPS core that support this module
3. Supported languages for the module
4. WAMP/LAMP version required/supported
5. Download link ( even if they are in xoops.org or sourceforge
6. Help Documents available (Provide links)
7. Known issues ( such any conflicts with other modules)
8. Support links

Let me know If this sounds like a good idea, I will be happy to help or take initiative.

Good Luck

Deepak



152
deepak267
Re: Trouble shooting "Comment module" on kshop
  • 2009/12/30 23:19

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi Ghia,

Thanks a lot for your help. After wasting sometime I realised that the fix was really simple.

I have two changes:

1. $HTTP_GET_VARS to be replaced by $_GET
2. The sql to retrieve the comment title (in my case I replaced the title by name of the product).

The revised codes is as follows:

Quote:

include '../../mainfile.php';
$com_itemid = isset($_GET['com_itemid']) ? intval($_GET['com_itemid']) : 0;
if ($com_itemid > 0) {
// Get link title
$sql = "SELECT p_name FROM " . $xoopsDB->prefix('kshop_products') . " WHERE p_id=" . $com_itemid . "";
$result = $xoopsDB->query($sql);
$row = $xoopsDB->fetchArray($result);
$com_replytitle = $row['p_name'];
include XOOPS_ROOT_PATH.'/include/comment_new.php';
}
?>


Thanks again for helping me out.

Good Luck

Deepak



153
deepak267
Re: Finding the right module!
  • 2009/12/27 0:29

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


I could be wrong, but I don't think you can find it ready made.



154
deepak267
Re: Latest version of WF- Quote
  • 2009/12/27 0:21

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks Ghia,

I have used 2 modules on my sites.

Client Quote - Tip of the Day
Random Quote - Quote of the Day

Note: both module need the replacement of $HTTP_GET_VARS & $HTTP_POST_VARS by $_GET & $_POST. otherwise works great.

you can see them in action on my site www.AquariumHomeCare.com

Once again.. thanks for your quick help.

Deepak



155
deepak267
Latest version of WF- Quote
  • 2009/12/25 18:13

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


can some one tell me what is the latest version of WF-Quote and where can I find it to download?


I have tried WF-Quote v1.0 on the following and it has lot of error..

XOOPS Version - XOOPS 2.3.2
PHP Version - 5.3.0
MySQL Version - 5.0.67-community-nt-log
Server API Version - apache2handler
OS Version - WINNT


I tried to fix some of the errors with regards to $_GET and $_POST. but i am stuck with error when i tried to delete or modify a quote..

Let me know if it's worth correcting the errors and posting.

if not please suggest an alternative quote module.


Thanks in advance

Deepak



156
deepak267
Re: Merry Christmas and Happy New Year 2010
  • 2009/12/25 17:53

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Merry Christmas and happy New Year

To

You & your family


Deepak



157
deepak267
Re: Trouble shooting "Comment module" on kshop
  • 2009/12/20 11:01

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


kshop v 2.23

is there a newer version available?



158
deepak267
Re: Trouble shooting "Comment module" on kshop
  • 2009/12/20 10:15

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi Ghia,

thanks for your reply.

My test system is :
-------------------
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.3.0
MySQL Version - 5.0.67-community-nt-log
Server API Version - apache2handler
OS Version - WINNT

My production (shared hosting):
------------------------------
XOOPS Version - XOOPS 2.3.1
PHP Version - 5.2.8
MySQL Version - 5.0.67.d7-ourdelta-log
Server API Version - cgi-fcgi
OS Version - Linux

I have the same problem in both environment.

Do you know what need to added to fix the problem? I am fairly new to XOOPS but can give it a try...


Deepak



159
deepak267
Trouble shooting "Comment module" on kshop
  • 2009/12/19 22:29

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi,

I have customised Kshop module to display products(species) for my website. it works great however when you click on comments. it gives a blank page (with no error on debug window).


you can see the module in action Here.

I have verified the instruction described in this thread.


I will really appreciate if you could help or give me some hint to debug it.


Thanks in advance.

Deepak




160
deepak267
Re: WF-Channel is not working on Xoops 2.4.1
  • 2009/11/26 23:12

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


thanks Ghia,

it did resolved the error of undefined variables.
I am still getting the error

------------------
Page Management
Errors Found
------------------


while submitting create to new page.

Deepak




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



Login

Who's Online

254 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 254


more...

Donat-O-Meter

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

Latest GitHub Commits