Author Topic: Vodes pack for Joomla 1.5  (Read 8203 times)

rakib

  • Newbie
  • *
  • Posts: 23
    • View Profile
Vodes pack for Joomla 1.5
« on: 17 August 2008, 16:19 »
Hi,
Here is the Vodes pack for joomla 1.5.  The pack contains:
1) Vodes component for J1.5 (Vodes_for_1.5.zip)
2) module to show credits (mod_Vodes.zip)
3) vodes_util.php which has a class containing two functions getVodes, updateVodes which can be mainly used for spending.

Cheers!

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Vodes pack for Joomla 1.5
« Reply #1 on: 18 August 2008, 01:05 »
If this is tested and works fine on 1.5 I can add you on project on joomlacode to add the files there.

rakib

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Vodes pack for Joomla 1.5
« Reply #2 on: 22 August 2008, 15:02 »
Saka,
All of the contents are tested with Joomla 1.5.5 with System-Legacy On.

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Vodes pack for Joomla 1.5
« Reply #3 on: 23 August 2008, 10:57 »
Can you give me your joomlacode username?

rakib

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Vodes pack for Joomla 1.5
« Reply #4 on: 23 August 2008, 14:01 »
Can you give me your joomlacode username?


My joomlacode username is 'rhasan'

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Vodes pack for Joomla 1.5
« Reply #5 on: 23 August 2008, 15:40 »
Thanks. I added you as project admin to:
http://joomlacode.org/gf/project/vodes/

I created a new package called Vodes_Joomla_1.5:
http://joomlacode.org/gf/project/vodes/frs/admin/
please add your files there.

Thank you.

rakib

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Vodes pack for Joomla 1.5
« Reply #6 on: 24 August 2008, 07:08 »
Hi Saka,
I have added the files.

Thanks

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: Vodes pack for Joomla 1.5
« Reply #7 on: 24 August 2008, 11:04 »
Great! Thank you.

billybojangles

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Vodes pack for Joomla 1.5
« Reply #8 on: 12 November 2008, 21:05 »
I guess this is a stupid question but where does the vodes_util.php file go? 

rakib

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Vodes pack for Joomla 1.5
« Reply #9 on: 16 November 2008, 18:10 »
Ideally you can keep the file any where you wish. Just make sure the file(f) using Vodes class includes this file.
I prefer to keep the vodes_util.php in the same directory as the file using it(f). Then you may write
require_once('vodes_util.php');
to include the file and can use as you wish.

I guess this is a stupid question but where does the vodes_util.php file go?