Search found 10 matches
- Tue Jan 12, 2010 5:50 pm
- Forum: Developers Discussion
- Topic: CreateFrontendLink & params problem
- Replies: 2
- Views: 2139
Re: CreateFrontendLink & params problem
what happens if you var_dump the $params array? Is there anything inside it?
- Tue Jan 12, 2010 5:44 pm
- Forum: Developers Discussion
- Topic: CMSMS and subdomain session
- Replies: 3
- Views: 2848
Re: CMSMS and subdomain session
Basically, we have parallel subdomains and I'm storing session information that would be nice to have across all of these subdomains as well as the tld. What I don't understand is why it's not working. The techniques above are very straight-forward and I've used them before. I don't know if CMSMS is...
- Fri Jan 08, 2010 11:13 pm
- Forum: Developers Discussion
- Topic: CMSMS and subdomain session
- Replies: 3
- Views: 2848
CMSMS and subdomain session
I've got a site setup that has a couple of different subdomains in addition to the top level domain. Each of these subdomains is a CMSMS installation as is the top level domain. I want my PHP sessions to be cross domain so that once the user has a session, they can move between each of the subdomain...
- Mon Dec 21, 2009 9:22 pm
- Forum: Modules/Add-Ons
- Topic: Setting variables for Global content blocks in module
- Replies: 2
- Views: 1236
Re: Setting variables for Global content blocks in module
basically, the GCB has series of tabs in it and I need to know which tab to highlight based on some parameter information passed in the URL. here's the content: <div id="header"> <h1 class="logo"><a href="/">MySite</a></h1> {cms_module module='ListingSearch' action='qui...
- Mon Dec 21, 2009 8:24 pm
- Forum: Modules/Add-Ons
- Topic: GoogleMaps 0.1.7
- Replies: 2
- Views: 1257
Re: GoogleMaps 0.1.7
and apache (or whatever webserver you're using) serves up the image no problem?
- Mon Dec 21, 2009 7:25 pm
- Forum: Modules/Add-Ons
- Topic: Setting variables for Global content blocks in module
- Replies: 2
- Views: 1236
Setting variables for Global content blocks in module
Here's another question that I can't seem to find an answer to... I have a route setup and I need my action to grab a parameter and then put the value of that param into a smarty variable that a global content block can examine and modify its display accordingly. I thought this would be really strai...
- Mon Dec 21, 2009 7:19 pm
- Forum: Modules/Add-Ons
- Topic: AOL emails not recieving formbuilder emails
- Replies: 4
- Views: 1924
Re: AOL emails not recieving formbuilder emails
Another thing that you might try is establishing your site as an whitelisted domain with AOL. You need to set up a Term of Service (TOS) agreement with them. This basically means that you have to process and remove people from your system who mark your email as SPAM. There's certainly a PITA factor ...
- Mon Dec 21, 2009 5:15 pm
- Forum: Modules/Add-Ons
- Topic: basic module/clean URL question
- Replies: 0
- Views: 689
basic module/clean URL question
Howdy all, I'm trying to get a really simple clean URL going inside my module. Inside the SetParameters method of my module class I've got the following: $this->RegisterRoute('/rental-search$/', array('action'=>'advsearch', 'returnid'=>$adv_search_id); Basically, I want /rental-search to invoke the ...
- Fri Dec 04, 2009 6:41 pm
- Forum: General Discussion
- Topic: Dynamic Page Titles
- Replies: 2
- Views: 1752
Re: Dynamic Page Titles
Thanks mate, just what I needed. My apologies to the moderators for putting this in the wrong forum. No real excuse for that, I just wasn't paying attention.
Cheers,
Tripp
Cheers,
Tripp
- Thu Dec 03, 2009 11:26 pm
- Forum: General Discussion
- Topic: Dynamic Page Titles
- Replies: 2
- Views: 1752
Dynamic Page Titles
Hi Everybody, I'm trying to figure out how to dynamically change the title of my page from inside a custom module that I've written. Is there anyway from within a module "action" file that I can specify the title of the page? I can't find any info on this here, but I'm sure that someone el...