Hello please is there a way to resend e-mail verification for selfregistration email to a registering user from the admin panel?
The problem is that the user as deleted the the verificAtion email and i need to have a way to resend the verification email to user.
Search found 108 matches
- Tue Aug 07, 2012 1:20 pm
- Forum: Modules/Add-Ons
- Topic: resend e-mail for email verification
- Replies: 0
- Views: 809
- Sat Feb 04, 2012 3:11 am
- Forum: Modules/Add-Ons
- Topic: selfregistration entrying of username
- Replies: 1
- Views: 829
selfregistration entrying of username
hello , please is there away to stop users registering from using username with spaces?
- Thu Feb 02, 2012 2:21 pm
- Forum: Modules/Add-Ons
- Topic: orders invoice sending email twice
- Replies: 0
- Views: 706
orders invoice sending email twice
Hello using the order module and i have entered a email address to send for notification on oredered been made in the prefrence on the orders module but this seems to send an email to the given email address and also the system administrator . so how do i stop it from sending email to system adminis...
- Mon Jan 23, 2012 12:56 pm
- Forum: Modules/Add-Ons
- Topic: click back button without browser resend data alert message
- Replies: 1
- Views: 1032
click back button without browser resend data alert message
hello please is there any way i can use a back button like
on one of my templates and not get the browse resend data alert message.
Because it is trying to post my search query data again.
Code: Select all
<a href="javascript:window.location.reload(history.go(-1))">Go Back</a>
Because it is trying to post my search query data again.
- Sun Jan 22, 2012 12:30 am
- Forum: Modules/Add-Ons
- Topic: pdfgenerator module printing content blank page
- Replies: 0
- Views: 782
pdfgenerator module printing content blank page
Please can anyone point me in the right direction, i am using cmsms 1.943 and trying to print some page but all i get is blank pages, it just refuse to print the content. nd i have checked the server allow_url_fopen is on
- Sat Jan 21, 2012 9:37 pm
- Forum: General Discussion
- Topic: check if record name already exist[SOLVED]
- Replies: 4
- Views: 2876
Re: check if record name already exist
Thanks that worked
- Sat Jan 21, 2012 12:43 am
- Forum: General Discussion
- Topic: check if record name already exist[SOLVED]
- Replies: 4
- Views: 2876
Re: check if record name already exist
try that but still it doesn't work
- Fri Jan 20, 2012 4:36 pm
- Forum: General Discussion
- Topic: check if record name already exist[SOLVED]
- Replies: 4
- Views: 2876
check if record name already exist[SOLVED]
Help please cant get this to work properly, all i am trying to do is check if name exist and if not add a new entry $query1 = "SELECT * FROM " . cms_db_prefix() . "module_Olu_Banner_banneradvert WHERE name = $q "; $dbresult1 = $db->Execute($query1); if (!$dbresult1) { $banner_id=...
- Fri Jan 20, 2012 12:55 am
- Forum: Modules/Add-Ons
- Topic: CTLModuleMaker view detail and return to search
- Replies: 0
- Views: 790
CTLModuleMaker view detail and return to search
Hello thanks for trying to help, i have a module which was created by ctlmodulemaker and everything works fine and when i do a search it brings up the result no problem, but then if i click on any of the items to see a detail view of the item it shows up ok no problem, if then i click on the back bu...
- Wed Jan 18, 2012 9:02 pm
- Forum: Modules/Add-Ons
- Topic: buy groups
- Replies: 0
- Views: 656
buy groups
Hello please anybody help , i have a website going live on friday and i have just missed amajor thing doing testing. I have about three diffrent groups which the user can register to but just found out that they can register to the first group ok and go through payment cart - orders - paypal no prob...
- Wed Jan 18, 2012 4:55 pm
- Forum: General Discussion
- Topic: write a page content to udt
- Replies: 6
- Views: 3831
Re: write a page content to udt
Hello thanks for trying to help, i have a module which was created by ctlmodulemaker and everything works fine and when i do a search it brings up the result no problem, but then if i click on any of the items to see a detail view of the item it shows up ok no problem, if then i click on the back bu...
- Sun Jan 15, 2012 12:39 pm
- Forum: General Discussion
- Topic: UDT not working after upgrade to cmsms
- Replies: 2
- Views: 2471
Re: UDT not working after upgrade to cmsms
Thanks for that without the module instance and changing global $gCms; to $gCms = cmsms(); it works but immediately i added the module instance and this line $ob = MyGetModuleInstance('Olu_Banner'); if ($ob == FALSE) return false; it stopped working so please how do i add this back to it without it ...
- Sun Jan 15, 2012 7:09 am
- Forum: General Discussion
- Topic: UDT not working after upgrade to cmsms
- Replies: 2
- Views: 2471
UDT not working after upgrade to cmsms
Please can someone point me in the right direction why my udt stopped working after i upgraded to cmsms 1.10.3. Here is my code below: if (!function_exists('MyGetModuleInstance')) { function &MyGetModuleInstance($module) { $gCms = cmsms(); if (isset($gCms->modules[$module]) && $gCms->mod...
- Sat Jan 14, 2012 11:19 am
- Forum: General Discussion
- Topic: write a page content to udt
- Replies: 6
- Views: 3831
write a page content to udt
Hi all is there a way to to write the content of a page to a udt an reproduce that page by calling the udt from another page?
- Thu Jan 12, 2012 9:25 pm
- Forum: Modules/Add-Ons
- Topic: CTLModuleMaker return to search result after viewing details
- Replies: 0
- Views: 687
CTLModuleMaker return to search result after viewing details
Please Please l have a module created by ctlmodulemaker is there a way to return to a search result after doing a search and viewing one of the result item detail file.
At the moment instead of it return to the search result it returns to the generic list of items.
At the moment instead of it return to the search result it returns to the generic list of items.