21
riaanvdb
Re: Addons for sale
  • 2004/6/9 15:48

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Herko Coomans wrote:
So if you have modules and themes you're selling to me at a reasonable price, I am free to offer them to the world for free.

Hi Herko, I am not sure if this is accurate, but I could be wrong, (we will need a smarter legal type I am just a programmer ) the GPL/GNU lisence makes provission that you may distribute a add-on to a GPL/GNU product seperately and charge for it and change the licensing if it does not include GPL/GNU code. As long a you do not ship it with the GPL/GNU product. If the person then redistibutes the module and it is not GPL/GNU there might be a licensing infringement.

The .net nuke guys are going through this as well because they have a lot of developers charging for modules.

I would like to see all modules in XOOPS stay GPL/GNU and grow the community. If you are using another module someone developed and it is helping you make money why do you want to charge for a module that could potentially bring more customers to the community and in so doing more developers and more modules?

My 2 cents
Grotmis
Riaan



22
riaanvdb
Re: List Links In Alphabetical Order???
  • 2004/6/9 15:23

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Hi tzvook, did you create the viewlist.php file from your (index.php or list.php or somthingsomething.php your list file) or did you copy it from somehere else? Secondly if you are using smarty did you create a template for the viewlist.php file and are you pointing to it? Did you update the module in admin after you included the template in the xoops_version.php file of your module? Does this make sense?

Grotmis
Riaan



23
riaanvdb
Re: List Links In Alphabetical Order???
  • 2004/6/9 8:05

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

tzvook wrote:
you mean that I need to put the "letters" function on top of the module's "index.php"
then to call it in the template file as
<{$letters}>

and to create a "viewlist.php" with your database calls...

Did I got it right

That sounds about right, remember to pass the $letters var to smarty, something like:
$letters letters();
$xoopsTpl->assign('letters'$letters);

I am not currently using smarty, but will be doing that in the near future. I think the new mydownloads mod in beta is using smarty with this function, check that out as well.

Grotmis
Riaan



24
riaanvdb
Re: List Links In Alphabetical Order???
  • 2004/6/9 7:01

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

limecity wrote:
have u seen Myreviews module?
it got link list there..

maybe the developer could help~

Hi all,

I use a function called letters() that I got from the new downloads module catz is working on. Then just call it in the top part of your code. You must create a viewlist.php file with what you want to display and the order you want to display it in. Very easy implementation that add value to your module. (Thanks Catz)

Grotmis
Riaan
CraftsOnline
myReviews module developer
function letters()
{
    
$letterchoice "[  ";
    
$alphabet = array ("0""1""2""3""4""5""6""7""8""9""A""B""C""D""E""F""G""H""I""J""K""L""M""N""O""P""Q""R""S""T""U""V""W""X""Y""Z");
    
$num count($alphabet) - 1;
    
$counter 0;
    while (list(, 
$ltr) = each($alphabet)) {
        
$letterchoice .= "<a href='viewlist.php?list=$ltr'>$ltr</a>";
        if (
$counter == round($num 2))
            
$letterchoice .= " ]<br>[ ";
        elseif (
$counter != $num)
            
$letterchoice .= "&nbsp;|&nbsp;";
        
$counter++;
    }
    
$letterchoice .= " ]";
    return 
$letterchoice;
}




25
riaanvdb
Re: My Borg-Theme
  • 2004/6/7 13:11

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Locutus wrote:
I made it now more green!
What do you all now think about it?

Looking good. Now for the tiled background. Make that as black a possible maybe with a hint of gray, but not too much.

And the shiver ran through my body franticly looking for a spine to run up.

Grotmis
Riaan




26
riaanvdb
Re: any churches using xoop to power their website?
  • 2004/6/6 17:15

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Hi all, I am in the process of getting together the resources (people and time) to create or adapt a bible module for Xoops. I know that some work has been done in this regard, but am unable to get a hold of any developer (Nathan Dial) and code that was worked on. If anyone is in possesion of the adapted XOOPS bible module please contact me.

This will definately help with any church website

Grotmis
Riaan
CraftsOnline



27
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/6/6 16:59

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Hi all, myReviews Beta8 is now available from dev.xoops.org and from CraftsOnline. No new functionality just more robust code. (Thanks m0nty) This functionality will become the official v2.2 and we will have a working module for people to use with the stuff on the development list going through coding testing etc etc. There will now be upgrade paths from this release. The only thing that will be done to this version is cleanup. The first Beta of the new code will probably be released in conjunction with the official myReviews module release. I have already started coding the features requested, so there will not be a break in releases, just a focus on getting some websites running with the reviews module that does not like to run beta code. I will be publising RC1 in 7 days from now and official release in 14 days. Thanks again to all the testers. As part of the help documentation I would like some screenshots from the way you are using this module. These can be sent to riaan@craftsonline.co.za

Grotmis
Riaan



28
riaanvdb
Re: My Borg-Theme
  • 2004/6/6 16:39

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Locutus wrote:
Thanks for the compliments.
riaanvdb, what do you mean?
Somebody told me, that I need more green highlights,
like the real borg-cubes have. The way it looks right now, it would match more a mainboard than a borg-device. Do you agree with that?

Hi Locutus, yes lots of green. With borg you may have more green than black pm me your mail address, I have some graphics I would like to send you.

Grotmis
Riaan



29
riaanvdb
Re: My Borg-Theme
  • 2004/6/5 16:01

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Locutus wrote:
Well, I didn' thought about that.
But it's a good idea!
Do you want to work on that with me?

I'll help where I can, you need a pic that will tile nicely or create one. There are some grapics resources that will help explain the process on the web, do a search. I will look as well.

Grotmis
Riaan



30
riaanvdb
Re: My Borg-Theme
  • 2004/6/4 12:51

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Mithrandir wrote:
Not really my cup of tea, but it doesn't look bad.

Hi Mirth, resistance is futile

Locutus: Good start with the theme, are you going to watermark the background as well?

Grotmis
Riaan




TopTop
« 1 2 (3) 4 5 6 ... 11 »



Login

Who's Online

259 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 259


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