Search found 8 matches
- Sun Apr 12, 2009 11:02 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Moving my site to new location
- Replies: 1
- Views: 1164
Moving my site to new location
Hi Everyone, Im trying to move my site to a new location on the same server. After clearing the cache, setting the permissions on the lib/classes and templates_c files and moving the files to the new location - I still cant view my pages. If i remove mod-rewrite by changing the config file, the page...
- Wed Dec 10, 2008 10:13 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Registered users cant have the same email address
- Replies: 3
- Views: 1196
- Tue Dec 09, 2008 10:43 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Registered users cant have the same email address
- Replies: 3
- Views: 1196
[SOLVED] Registered users cant have the same email address
Hi there,
Is there a way i can ensure that users dont have the same email address - note 'email' is a user property i created in Frontend user management.
Will i have to write some extra code for this, or is there a built in function for this?
thanks,
Is there a way i can ensure that users dont have the same email address - note 'email' is a user property i created in Frontend user management.
Will i have to write some extra code for this, or is there a built in function for this?
thanks,
- Sat Apr 19, 2008 11:03 pm
- Forum: Developers Discussion
- Topic: asking for admin login when accessing a page in my module
- Replies: 0
- Views: 840
asking for admin login when accessing a page in my module
Hi,
For some reason when i try accessing a page in my module, it goes straight to the admin login. Do you know any reason why it is doing this?
thanks for your help so far
For some reason when i try accessing a page in my module, it goes straight to the admin login. Do you know any reason why it is doing this?
thanks for your help so far

- Sat Apr 19, 2008 4:34 pm
- Forum: Developers Discussion
- Topic: pretty url in custom module
- Replies: 3
- Views: 1816
Re: pretty url in custom module
Thanks for that, one more question. How do i allow for the job id to be a string (which can contain numbers, - and letters). Atm it only accepts ints.
Im guessing i need to change the regexp here?
$this->RegisterRoute('/JobSearch\/(?P[0-9]+)\/(?P[0-9]+)$/',array('action'=>'job'));
Im guessing i need to change the regexp here?
$this->RegisterRoute('/JobSearch\/(?P[0-9]+)\/(?P[0-9]+)$/',array('action'=>'job'));
- Sat Apr 19, 2008 1:20 pm
- Forum: Developers Discussion
- Topic: pretty url in custom module
- Replies: 3
- Views: 1816
pretty url in custom module
Hi, Im trying to turn my links in my module into pretty urls, they are working fine in other modules. Ive basically followed the docs found on this site, please tell me if i have done something wrong. the module is called JobSearch, and im trying to create a friendly link in my action.jobs.php page....
- Fri Apr 18, 2008 9:19 pm
- Forum: Developers Discussion
- Topic: how to print link tag in user defined tag?
- Replies: 2
- Views: 1353
Adding a parameter to the link
Hi there, your second suggestion worked, I now need to add a url parameter to the address. So for example, currently my code below returns me http://www.mysite.com/websites/cmsmadesimple/job-search/job-details.html but i need to pass it an argument which i could retrieve using $_GET in php, so i nee...
- Fri Apr 18, 2008 12:59 pm
- Forum: Developers Discussion
- Topic: how to print link tag in user defined tag?
- Replies: 2
- Views: 1353
how to print link tag in user defined tag?
Hi everyone, Im trying to simply print a proper link tag inside my user defined tag but its not working, anyone have any ideas why? This is what i have tried based on the website examples: $smarty = &$gCms->GetSmarty(); $smarty_data = "{cms_selflink page='Job Details' text='test'}"; $s...