how to prevent certain category or tag from getting there?
thanks
Edit:
also
i'm looking for away to prevent users from viewing the extended part of certain post unless they answer some question? is that possible?
thanks
editing front page?
i got a way to do the second issue with javascript using this
if you know a better one please tell me!
i'm still looking for someway to prevent certain tag/cat from getting to my front page
thanks all
Code: Select all
<script type="text/javascript">
<!--
var answer = confirm ("Message.")
if (!answer)
window.location="http://www.site.com/"
// -->
</script>i'm still looking for someway to prevent certain tag/cat from getting to my front page
thanks all
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Using the plugin "Extended properties for entries" you can define a password that a user has to enter before he can read the entry.
The other way is to set Read/Write privileges on your categories so that only when someone is logged in they will read the category.
If you want all postings of a certain category to not appear on the startpage, you can use the "Start Page Category" event plugin.
Regards,
Garvin
Using the plugin "Extended properties for entries" you can define a password that a user has to enter before he can read the entry.
You can either use the plugin mentioned above to check a box "hide from frontpage" when you create/edit an entry.i'm still looking for someway to prevent certain tag/cat from getting to my front page
The other way is to set Read/Write privileges on your categories so that only when someone is logged in they will read the category.
If you want all postings of a certain category to not appear on the startpage, you can use the "Start Page Category" event plugin.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks gravin, that was exactly what i have in mind. so thanks.
but i have one question..
in Extended properties for entries plugin .. there is an option to hid the content from rss, will that hide the post title as well or the link will be list in any feed reader but the content would be hidden!
Thanks
but i have one question..
in Extended properties for entries plugin .. there is an option to hid the content from rss, will that hide the post title as well or the link will be list in any feed reader but the content would be hidden!
Thanks
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Hding from RSS means there will be no link to your entry. It's as if your entry wasn't there for RSS readers.
Regards,
Garvin
Hding from RSS means there will be no link to your entry. It's as if your entry wasn't there for RSS readers.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/