Search found 5 matches
- Thu Aug 23, 2007 4:52 pm
- Forum: Modules/Add-Ons
- Topic: A Redirect UDT
- Replies: 9
- Views: 14795
Re: A Redirect UDT
yes, thanks! it's going into my code library for sure now!
- Thu Aug 23, 2007 4:50 pm
- Forum: Modules/Add-Ons
- Topic: Indexing PDFs
- Replies: 5
- Views: 3587
Re: Indexing PDFs
Great thoughts. Thanks for the replies. I don't know if I'll be able to dig that deep. But in case I do, where is the code in the search module that actually DOES the indexing? (so I can see a model to follow) (this is probably more of a feature request): if there is interest in enabling a cron ...
- Thu Aug 23, 2007 5:07 am
- Forum: Modules/Add-Ons
- Topic: Indexing PDFs
- Replies: 5
- Views: 3587
Indexing PDFs
I would like to add PDF files to the list of things I can search for on my CMSMS site. In other words, I'd like to be able to upload a bunch of PDFs, index them into the normal search index tables, and have them show up in search results, labeled as PDFs. I figure the hardest part would simply be t...
- Sat Aug 18, 2007 3:39 pm
- Forum: CMSMS Core
- Topic: What is the best way to show page only to members? (Solved)
- Replies: 7
- Views: 4345
Re: What is the best way to show page only to members?
Thanks for the suggestion, I'll give that a try.
Does this go in page content or in a template? :
{if !isset($customcontent_loggedin)}
{redirect to='some_other_page'} {* I'll have to dig up or re-invent this little udt *}
{/if}
Does this go in page content or in a template? :
{if !isset($customcontent_loggedin)}
{redirect to='some_other_page'} {* I'll have to dig up or re-invent this little udt *}
{/if}
- Sat Aug 18, 2007 12:44 am
- Forum: CMSMS Core
- Topic: What is the best way to show page only to members? (Solved)
- Replies: 7
- Views: 4345
Re: What is the best way to show page only to members?
I'm looking for a way to do pretty much the same thing too. 1- I would like logged in users to see more menu items than if they were not logged in. 2- And if the general public tries to access a members-only page, that access should be denied. For goal # 1: This could be accomplished by creating two...