111
iHackCode
Re: Active Directory authenticated users with 1969/12/31 as the registration date

i believe you will have to modify auth_provisioning.php (class/auth) and modify the add() method. to set the user_regdate variable . if you have a date field for their registration date then you can convert it, or just use the date when the user is added to the xoops database.

i've never used ldap or active directory before so i hope that helps.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



112
iHackCode
Re: Active Directory authenticated users with 1969/12/31 as the registration date

do you have a user_regdate field in your active directory database?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



113
iHackCode
Re: SmartFAQ 1.11 - Tag Support & .htaccess SEO

Quote:

petitours wrote:
Hi

When I use the link
http://www.test.68hc08.net/modules/smartfaq/submit.php?op=add
I get an error "could not findhttp://www.test.68hc08.netfaq/submit/"

when I use the link
http://www.test.68hc08.net/faq/submit
I get a 404 Not found error

Now you can try onhttp://www.test.68hc08.net , all visitors can submit now.

thank you


you will need to edit two files. submit.php and request.php

in submit.php look for htaccess.(its near line 228)
then change the line below that says $url.. so it looks like
$url = XOOPS_URL . '/'. $GLOBALS['xoopsModuleConfig']['baseurl'] . '/submit/';

if ($GLOBALS['xoopsModuleConfig']['htaccess']) {
        
$url XOOPS_URL '/'$GLOBALS['xoopsModuleConfig']['baseurl'] . '/submit/';
        if (!
strpos($url$_SERVER['REQUEST_URI'])) {
            
header"HTTP/1.1 301 Moved Permanently" ); 
            
header('Location: '.$url);
            exit(
0);
        }
    }


in request.php do the same. now it looks like
if ($GLOBALS['xoopsModuleConfig']['htaccess']) {
        
$url XOOPS_URL '/' $GLOBALS['xoopsModuleConfig']['baseurl'] . '/request/';
        if (!
strpos($url$_SERVER['REQUEST_URI'])) {
            
header"HTTP/1.1 301 Moved Permanently" ); 
            
header('Location: '.$url);
            exit(
0);
        }
    }


both of those were missing a /
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



114
iHackCode
Re: Trouble with my website

not positive, but it could be an issue with php versions. since
2.0.10 was released sometime at the end of April of 2005. there could be other errors that are not showing up. i would suggest to maybe try to upgrade to 2.0.18.2 locally on WAMP or something to make sure your modules are compatible.

https://xoops.org/modules/news/article.php?storyid=4385
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



115
iHackCode
Re: SmartFAQ 1.11 - Tag Support & .htaccess SEO

Quote:

petitours wrote:

It's working well for Q&R and categories but submit and request link don't work...


when you say "don't work" do you mean they don't appear or there are errors when you use the links?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



116
iHackCode
Re: New Xoops install version 2.4.3 Problems

i would recommend you do a backup of your old site.

use the backup on the new site (change the database settings so its for the new database), follow the update instructions on the 2.4x release notes. then the site should be working as usual, unless there are some module incompatibilities. but those are usually easy to fix.

=yesterday, i was searching for the post about moving a xoops site but i didnt have any luck=
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



117
iHackCode
Re: New Xoops install version 2.4.3 Problems

simon suggests of an upgrade to 2.4.5 or 2.5.1a
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



118
iHackCode
Re: Installing Xoops *after* Coppermine?

as you know coppermine has a bridge for xoops, but it uses the other systems user's tables for the user/credentials/login (uses the xoops tables).

one solution i can think of is to install xoops, find a script that imports the users from coppermine to the xoops database tables, then configure the coppermine bridge.

another solution i can think of is creating your own authentication method, but the user would have to login again if they want to edit things in the gallery. that is unless something is done so the cookies would work with the gallery too.

i've never tried the xoops bridge in coppermine, but i've tried some of the others before.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



119
iHackCode
Re: New Xoops install version 2.4.3 Problems

i had an issue with creating tables using MySQL 5.5.8 before on XOOPS 2.4.5 using my WAMP setup. i had to use a lower version of MySQL or install XOOPS 2.5x.

i didn't look into the issue more though. simon would probably know why, i'll direct him here.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



120
iHackCode
Re: New module problem ?

what version of news is it, also do any error appear when php debugging is turned on?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 93 »



Login

Who's Online

139 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 139


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