Search found 9 matches
- Sun Sep 14, 2008 2:48 am
- Forum: Modules/Add-Ons
- Topic: FEUser send notification
- Replies: 4
- Views: 1314
Re: Selfregistration custom notification
What about the custom part of the message
- Sat Sep 13, 2008 12:35 am
- Forum: Modules/Add-Ons
- Topic: FEUser send notification
- Replies: 4
- Views: 1314
FEUser send notification
I want FEUser to send me a notification when someone registers with their name, email & a custom field. How would I accomplish this?
- Fri Sep 05, 2008 12:06 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: CSS & IE 6.0
- Replies: 3
- Views: 1228
Re: CSS & IE 6.0
I'm not seeing any validation errors. The scroll is needed because the layout is static.mark wrote: You may want to fix the validation errors before any real work can be done...
And why the scroll, if you have to scroll in the content might as well scroll the page...
- Fri Sep 05, 2008 12:16 am
- Forum: Layout and Design (CSS & HTML)
- Topic: CSS & IE 6.0
- Replies: 3
- Views: 1228
CSS & IE 6.0
Here's the two examples
http://pbseast.org/v3/index.php?page=bbb
http://pbseast.org/v3/index.php?page=socialaction
The first page is looking ok in IE 6.0 but for some reason the 2nd page is not respecting the CSS.
Any ideas
http://pbseast.org/v3/index.php?page=bbb
http://pbseast.org/v3/index.php?page=socialaction
The first page is looking ok in IE 6.0 but for some reason the 2nd page is not respecting the CSS.
Any ideas
- Fri Aug 08, 2008 7:23 pm
- Forum: Modules/Add-Ons
- Topic: Calendar events link to another page
- Replies: 8
- Views: 2937
Re: Calendar events link to another page
Funny thing is it still isn't working. I tried that one & it didn't work the first time either. I'll keep trying.
- Thu Aug 07, 2008 8:45 pm
- Forum: Modules/Add-Ons
- Topic: Calendar events link to another page
- Replies: 8
- Views: 2937
Calendar events link to another page
If you click on a date on the calendar that has an event is there a way to have that link open the summary in another page?
- Wed Aug 06, 2008 2:20 am
- Forum: Modules/Add-Ons
- Topic: store locator module
- Replies: 0
- Views: 715
store locator module
Are there any modules that will do this?
- Mon Aug 04, 2008 12:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Can I change a div background on each page
- Replies: 3
- Views: 1142
Re: Can I change a div background on each page
That did it. Thanks so much.sn3p wrote: You could use pagealiases for classnamens:
Code: Select all
<div id="container" class="{$page_alias}"> ... </div> #container.pagealias1 { background-color: red } #container.pagealias2 { background-color: blue }
- Mon Aug 04, 2008 1:55 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Can I change a div background on each page
- Replies: 3
- Views: 1142
[solved] Can I change a div background on each page
I am trying to change the background of a particular div on each page. When I made the site in HTML it was easy to do with inline CSS. What should I do now to dynamically load those images?
