This seems so simple, yet I can't seem to find an answer anywhere. I'm looking to apply a tag (I'm assuming it will be a UDT) for page alias. Eg: like the {title} tag but one for the page alias. Anyone? Thx!
OK, I found the answer: just use {"$page_alias"}
Search found 13 matches
- Sat May 01, 2010 1:57 pm
- Forum: CMSMS Core
- Topic: SOLVED: Page Alias Tag
- Replies: 0
- Views: 681
- Wed Aug 05, 2009 10:46 am
- Forum: CMSMS Core
- Topic: Content block dropdowns when editing pages
- Replies: 1
- Views: 933
Content block dropdowns when editing pages
This seems like a really basic question, but I can't see any answers for it anywhere on the forum, so here goes... Is it possible to add in content block dropdowns / selectors, rather than using the WYSIWYG content blocks? Obviously, I know how to add in multiple content blocks, but these all come w...
- Wed Apr 15, 2009 3:26 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Custom Content / Frontend Users
- Replies: 3
- Views: 1946
Re: Custom Content / Frontend Users
Thanks tymann00!! I made a very small change to that code so it now reads:
and now it works perfectly. Thanks so much!!
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('clients') && $ccuser->username() == $page_alias}
- Wed Apr 15, 2009 12:43 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Custom Content / Frontend Users
- Replies: 3
- Views: 1946
[SOLVED] Custom Content / Frontend Users
I have Custom Content and FEU users set up and working. When a user logs in they are redirected to their own page; I set this up in the redirection settings by using "{$username}". But, I am trying to set it so that each member of a specific group can only access their own page and nobody ...
- Mon Apr 13, 2009 12:51 pm
- Forum: Modules/Add-Ons
- Topic: Display specific albums per content page
- Replies: 4
- Views: 1839
Re: Display specific albums per content page
I am searching for the answer to this too... any ideas would be fantastic!
- Tue Mar 31, 2009 4:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: full width horizontal menu - how can I get the menu to fit across the page
- Replies: 2
- Views: 1250
Re: full width horizontal menu - how can I get the menu to fit across the page
You can use percentage padding for the li elements (you will need to play around with the percentages to get them right, depending on the number of menu items etc). Or, you can use floated divs. There's a great article on how to do this here: http://www.smashingmagazine.com/2009/03/23/ask-sm-equal-s...
- Tue Mar 31, 2009 8:55 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Custom Content
- Replies: 4
- Views: 1460
Re: Custom Content
Awesome!! I saw it but just assumed that it was a default jump to page for everyone - duh!! It works just as I want it to now. Thanks a million 

- Tue Mar 31, 2009 3:26 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Custom Content
- Replies: 4
- Views: 1460
[SOLVED] Custom Content
I have custom Content 1.5.2 and FEU 1.6.4 installed successfully on version 1.5.3 Everything works fine, but I can't seem to get past the basic " {cms_module module=CustomContent} {if $ccuser->loggedin() && $ccuser->memberof('clients')} Here is some custom content just for clients! ...
- Mon Mar 23, 2009 2:12 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Calendar 1.0 Times
- Replies: 1
- Views: 720
Re: Calendar 1.0 Times
I found the solution was to simply delete every instance of %H:%M - there were four in total in the "List template"
- Sun Mar 22, 2009 3:12 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Calendar 1.0 Times
- Replies: 1
- Views: 720
[SOLVED] Calendar 1.0 Times
I have searched and searched but can't seem to find out how to remove the time on the Calendar 1.0 List Template - any help would be greatly appreciated. Basically, I want the dates to show up, but no times. Thanks!
- Sat Feb 07, 2009 5:49 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: only in ie6
- Replies: 5
- Views: 1952
Re: only in ie6
Does your CSS include a height attribute for those links? If so, try removing it, and your problem should be solved 

- Sat Feb 07, 2009 5:38 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] unable to remove bullets
- Replies: 3
- Views: 1611
Re: unable to remove bullets
try applying "list-style:none;" to your ul and ul li "clearfix" class. So, an example might be:
.clearfix ul {
list-style:none;
}
.clearfix ul li {
list-style:none;
}
.clearfix ul {
list-style:none;
}
.clearfix ul li {
list-style:none;
}
- Sun Jul 13, 2008 3:13 pm
- Forum: CMSMS Core
- Topic: The content was successfully updated - but changes not visible!!!
- Replies: 2
- Views: 1217
Re: The content was successfully updated - but changes not visible!!!
Hi ottom, Have you tried clearing the cache? You do this by Site Admin > Global Settings > hit the "clear" button next to "clear cache". If this doesn't work you may want to check your file write permissions. A list of what the permissions should be are founde in the install doc...