226071
Mike1234
Looking for developer for small project
  • 2004/11/10 21:18

  • Mike1234

  • Just popping in

  • Posts: 16

  • Since: 2004/8/16


Experienced XOOPS developers: I am in need of some programming work to help finish a hack of xhelp .6 I am doing to help the sales team at my small company. It will be a CRM like workflow. I specifically need .php/sql help adding a bunch more fields to an admin screen, as well as adding/tweaking the create ticket screen. More also depending on the time involved & the skill level of the developer.

If you are available to start a small (8 hours or so) job immediately, PM me and we can talk more specifically about the scope and $$ compensation. If this product turns out the way I hope I'll gladly submit it to be considered as a new XOOPS module.

thx



226072
Aerobrick
Re: Installation can't get past the first screen
  • 2004/11/10 21:13

  • Aerobrick

  • Just popping in

  • Posts: 11

  • Since: 2003/1/21


We're seeing this problem as well. Attempting a new install of XOOPS 2.0.7.3 (full download version) on:

Apache 2.0.49
PHP 5.0.2
Win2K (patched current)
MySQL 4.0.18

The Apache error log is reporting:

PHP Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in X:\\Program Files\Apache Group\\Apache2\\htdocs\\header.php on line 28

[Note: I've changed the drive letter from actual in the example above, but the CORRECT drive letter for our installation is being reported]

There are many subsequent errors, but all appear to be related to the first occuring error listed above. Has anyone had any luck in solving this?



226073
coopersita
Re: Is anyone interested ine a Genealogy Module for Xoops2?

I would be interested as well.



226074
Mithrandir
Re: the right to post news

Not in the standard News module that comes with XOOPS 2.0.7.3 and earlier full packages, but News 1.2.1 can restrict posting, moderation and viewing of articles based on topics



226075
Mithrandir
Re: Best Practices when publishing a module

If you submit it to the module repository with an URL to the file, I will (try to remember to) download it and upload it to sourceforge.net and modify the download URL to fit that location.

If you really want the traffic, I can add your supplied URL as a mirror website.



226076
Mithrandir
Re: Flexible Forms - STORED IN DB WITH REPORTING

I'll have it for you by next week, I hope

(It's my first task for my new workplace)

Will feature ease of creating forms, storing them in the DB, storing answers in the DB and allow exporting in CSV and XML formats.

It should also have an option for only allowing one submissal and three ways of preventing double-posting: Cookie, IP and Verified Email



226077
Eugney
Need major help
  • 2004/11/10 20:48

  • Eugney

  • Not too shy to talk

  • Posts: 162

  • Since: 2004/7/25


Me and my dad are starting a online bissnuess and I need to make a order fourm I done some stuff but it just emails me that a order has been placed not any info I need to make the transaction soo could any one plz help me find a order fourm plz I hope you understand what I am trying to say



226078
coopersita
Modifying new user notifications

I want to add an option to my XOOPS so that if people choose to, they would be notified when someone else from the same location registeres.

I thought the place to do this would be register.php, so towards the end I now have:

if ($xoopsConfigUser['new_user_notify'] == && !empty($xoopsConfigUser['new_user_notify_group'])) {
            
$myts =& MyTextSanitizer::getInstance();
//my code starts here
            
$criteria = new CriteriaCompo();

            
$criteria->add(new Criteria('user_from''%'.$myts->addSlashes(trim($HTTP_POST_VARS['user_from'])).'%''LIKE'));

    
        
$foundusers =& $member_handler->getUsers($criteriatrue);
        
        foreach (
array_keys($foundusers) as $j) {
            
$userdata['user_from'] = $foundusers[$j]->getVar("name");
            
$xoopsMailer =& getMailer();
            
$xoopsMailer->useMail();
            
$member_handler =& xoops_gethandler('member');
            
$xoopsMailer->setToGroups($userdata['email']);
            
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
            
$xoopsMailer->setFromName($xoopsConfig['sitename']);
            
$xoopsMailer->setSubject(sprintf(_US_NEWUSERREGAT,$xoopsConfig['sitename']));
            
$xoopsMailer->setBody(sprintf(_US_HASJUSTREG,$myts->oopsStripSlashesGPC($uname)));
            
$xoopsMailer->send();
            }
            
//end my code
            
$xoopsMailer =& getMailer();
            
$xoopsMailer->useMail();
            
$member_handler =& xoops_gethandler('member');
            
$xoopsMailer->setToGroups($member_handler->getGroup($xoopsConfigUser['new_user_notify_group']));
            
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
            
$xoopsMailer->setFromName($xoopsConfig['sitename']);
            
$xoopsMailer->setSubject(sprintf(_US_NEWUSERREGAT,$xoopsConfig['sitename']));
            
$xoopsMailer->setBody(sprintf(_US_HASJUSTREG,$myts->oopsStripSlashesGPC($uname)));
            
$xoopsMailer->send();
        }


The code I added is from the member search module. I was wondering if anyone has any ideas on how to fix this...

I guess one of my problems is that I'm using $HTTP_POST_VARS['user_from'] to search for users, but I'm not sure where is the information for the person that is registering stored (which variable), and how to access it.

Any help will be appreciated.



226079
poiinthepark
Re:Convert PHP-Nuke User DB to XOOPS...

hey guys.

I'm running a live php cpg-nuke site with 1100+ memebers and forums, i've set up my XOOPS site and started work on it, i have managed to port the users and the forums over with a little help of a friend even though it wasnt an easy task.

My problem is in the forums, i had an admin forum that was private for admins only and works fine on the cpg-nuke site, i have had some members test the XOOPS site and they can log in fine and view the forums, i have two memebers that couldn't post though and i have searched high and low as to why they can't when every one else has succeded, even i have logged in as one of them with their password and succeded at posting with their name, but my main problem is that every one has access to the admin forum and can read our private discusions.

In the forum admin i have created another private admin forum and moved all topics from the old to the new and set up group access for admins only but still it is viewable to registered users. it works fine when not logged in and it gives me notice that it is not visible to me then but as soon as i log in as a registered member i can view and post even if that user name is not set to admin rights.

Does any one have any idea what could be causing this?

would it be simple if i just set up a 3rd forum just for admins? or am i wasting my time? i have two forums running right now on the XOOPS site, both have the same topics in for the time being as i'm just testing before going live and closing the old site i'd then have to port the latest topics that have been added to the nuke site and sepeate the catagories into the two forums, one for social and technical forums and the second forum for events.

i'd be greatful if any one could shed some light on my issue but its the only one i have had with porting from cpg-nuke to xoops.



226080
JasonMR
Re: Related problem with images, modules and cpanel????
  • 2004/11/10 20:38

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Just checked, the images are all there....

Quote:

[IMG] AUSTRALIA[1].jpg 08-Nov-2004 03:07 6k
[IMG] artist.gif 08-Nov-2004 03:06 4k
[IMG] artstralia1_vic.gif 08-Nov-2004 03:06 5k
[IMG] artstralia_banner.gif 08-Nov-2004 03:07 12k
[IMG] artstralia_sml.gif 08-Nov-2004 03:07 5k
[IMG] aussie[1].gif 08-Nov-2004 03:07 2k
[IMG] taustralia.jpg 08-Nov-2004 03:10 2k
[IMG] tchat.jpg 08-Nov-2004 03:10 5k
[IMG] tclassroom.jpg 08-Nov-2004 03:10 3k
[IMG] tcreativity.jpg 08-Nov-2004 03:10 3k
[IMG] tgallery.jpg 08-Nov-2004 03:10 2k
[IMG] tissues.jpg 08-Nov-2004 03:11 2k
[IMG] tkids.jpg 08-Nov-2004 03:11 3k
[IMG] tmoney.jpg 08-Nov-2004 03:11 2k
[IMG] toil paint.jpg 08-Nov-2004 03:11 1k
[IMG] tpublications.jpg 08-Nov-2004 03:11 3k
[IMG] tstudio.jpg 08-Nov-2004 03:11 2k
[IMG] tsurfaces.jpg 08-Nov-2004 03:11 3k
[IMG] ttools.jpg 08-Nov-2004 03:11 3k
[IMG] ttradition.jpg 08-Nov-2004 03:11 3k
[IMG] twatercolour.jpg 08-Nov-2004 03:11 2k
[IMG] wsp_3304072.jpg 08-Nov-2004 03:08 4k
[IMG] wsp_3312932.jpg 08-Nov-2004 03:08 1k
[IMG] wsp_3314428.png 08-Nov-2004 03:08 4k
[IMG] wsp_3324463.jpg 08-Nov-2004 03:08 4k
[IMG] wsp_3327278.jpg 08-Nov-2004 03:08 4k
[IMG] wsp_3328517.jpg 08-Nov-2004 03:08 4k
[IMG] wsp_3341057.jpg 08-Nov-2004 03:08 3k
[IMG] wsp_3351232.png 08-Nov-2004 03:09 6k
[IMG] wsp_3354742.jpg 08-Nov-2004 03:09 1k
[IMG] wsp_3356954[1].jpg 08-Nov-2004 03:09 3k
[IMG] wsp_3360932.png 08-Nov-2004 03:09 8k
[IMG] wsp_3362664.jpg 08-Nov-2004 03:09 2k
[IMG] wsp_3362664[1].jpg 08-Nov-2004 03:09 2k
[IMG] wsp_3365414[1].jpg 08-Nov-2004 03:09 4k
[IMG] wsp_3366236.jpg 08-Nov-2004 03:09 3k
[IMG] wsp_3367878.jpg 08-Nov-2004 03:09 4k
[IMG] wsp_3368112.jpg 08-Nov-2004 03:09 4k
[IMG] wsp_3373289.jpg


...just use the code apropriately. If its not working, play around with the code until it does...your problems are NON-XOOPS related!!!



...you will get there...







Login

Who's Online

73 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 73


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