241
Arowana
Re: PayPal module
  • 2004/9/28 21:55

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


All I can say is if this is the case it sucks because of this person I was not able to release a module I knew everyone would love. Then he took the code he dev with my idea and changed the name only to say it was a spin off and I just paid him for his time not the code.

All I can say is if you work for a company and they are paying you for your time to dev for them are they paying for your time or the code or BOTH? After all it was one of my ideas and it cost quite a bit to get this done only to feel ripped off in the end.



242
Arowana
Re: PayPal module
  • 2004/9/28 14:41

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


Is this dead or what?

This is what I got going on here.

I want to start a new site well I want to add a feature to one of my sites using xDirectory where people list stuff and others pay to search it. I am ina bit of a pickle. I have this paypalnuke for PHP-PUKE but I HATE PHP-PUKE. I dont even know if they have something like xDirectory for PHP-PUKE.

So has anyone taken the steps to do this? I would be willing to pay someone to do this for me but last time I did that I kind got screwed on the deal. I found out that anything that has be developed for XOOPS has to be released as GPL. That is another debate that I have to read up on.

Anywayscan someone confirm or deny this is being worked on?
Thanks



243
Arowana
Re: xCredits Help
  • 2004/9/26 5:43

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


edit the file credits/admin/index.php
find the six (6) spelling mistakes of
"credits_type"

and change it to

"credit_types"


download the module again



244
Arowana
xCredits Help
  • 2004/9/25 20:12

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


Ok Guys,

Daniel Hall did the Core programming of the xCredits and he is moving this weekend so I really cant count on him to help me out here. I modified the module and on the admin side you SHOULD be able to edit the groups but it is not working right anymore.

ok I turned on mySQL debuggin and I got this:

INSERT INTO credits_type(name,weight) VALUES ('',)
Error number: 1064
Error message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

Then I turned on PHP Debuggin and I got this


Undefined variable: t_action in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: id in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: name in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: weight in file modules/credits/admin/index.php line 274


So I guess I have to define it but I dont know how remember I am not a programmer can anyone help me out?

Thanks Arowana



245
Arowana
Re: Redirection page
  • 2004/9/22 18:37

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


If you dont want to clone it go into your database

find your table "tplsource"

Look for item 105

Copy the code you have created for it making sure you have not over written the XOOPS Variables

Example:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<title><{$xoops_sitename}></title>
</head>
<body background="/themes/montisblack/images/pc_bg.gif"><br><br><br><br><br><br>
<div style="text-align:center; background-color: #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
<FONT SIZE="3" COLOR="FFFFFF"><{$message}><br><br><{$lang_ifnotreload}></FONT></p>
</div>
</body>


now save it and you are done. no extra themes to worry about nice and neat. I dont know if you can do this by the license, but since this is free open source I am sure you can edit the code anyway you see fit. Someone Please correct me if I am wrong

Thanks for your time.....and I hope this helps......



246
Arowana
Help with Mail Form
  • 2004/9/16 16:58

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


I have a clan site and I am porting it over from nukephp to XOOPS. I think I got everything but my last mail to form. It is what we call our challange form.

I have the template set up and I have the layout of the folders etc for XOOPS BUT I dont know how to edit the index.php to make the Module show up. Can anyone help me on this? It seems pretty easy and only take up a little bit of your time after all I just need it to display on the webmail and email the results into the site admin.

Thanks for your help



247
Arowana
Re: XOOPS Users/User Groups In Los Angeles, CA
  • 2004/9/16 16:53

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


I am a user and I live in Anaheim....



248
Arowana
Re: Display a Member list or roster
  • 2004/9/16 5:05

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


I just had a simple Application / Roster page made just for XOOPS. I plan on taking donations in the near future to cover my cost of the programming. I am just having the finishing touches put on it before I release it on the donation basis.

The skinny of it is that a person uses the application to apply for your org, team, clan, staff, etc. It then will send you an email saying you have a new member. You login to the admin side of your site and click on the "New Members" link. From there you can edit and post. If you decide you do not want to accept the app you can just delete at this page. Since I am not a total programmer and I had to hire help for this module somethings I want to see or to make it easy to use are just not there. Hopefully I can get them into the next release once we work this one off beta testing.

Of course you can always go edit and delete an out dated or left member. It a pretty sweet module for us users that want to just have the meat and potatoes of a module.

If you would like to see it in action please go to:
http://moh.xoaclan.com/modules/members/

Click on the names in the roster to get their own personal profile.

Somethings we have to finish:
Picture on the profile page
A Email Hyperlink if you click on the real name
A way to edit the Title that the roster has
Add weights to control the way the list appears
Make the application submenu able to turn off in the admin Configuration incase you do not want people to apply



249
Arowana
Re: porting of PHP-Nuke mudules
  • 2004/9/16 5:04

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


I just had a simple Application / Roster page made just for XOOPS. I plan on taking donations in the near future to cover my cost of the programming. I am just having the finishing touches put on it before I release it on the donation basis.

The skinny of it is that a person uses the application to apply for your org, team, clan, staff, etc. It then will send you an email saying you have a new member. You login to the admin side of your site and click on the "New Members" link. From there you can edit and post. If you decide you do not want to accept the app you can just delete at this page. Since I am not a total programmer and I had to hire help for this module somethings I want to see or to make it easy to use are just not there. Hopefully I can get them into the next release once we work this one off beta testing.

Of course you can always go edit and delete an out dated or left member. It a pretty sweet module for us users that want to just have the meat and potatoes of a module.

If you would like to see it in action please go to:
http://moh.xoaclan.com/modules/members/

Click on the names in the roster to get their own personal profile.

Somethings we have to finish:
Picture on the profile page
A Email Hyperlink if you click on the real name
A way to edit the Title that the roster has
Add weights to control the way the list appears
Make the application submenu able to turn off in the admin Configuration incase you do not want people to apply



250
Arowana
Re: Need Modules Ported from php nuke
  • 2004/9/13 13:23

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


Thank You Lavaburst




TopTop
« 1 ... 22 23 24 (25) 26 27 »



Login

Who's Online

143 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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