 |
 |
 |
 |
 |
| Author |
Message |
eberswine

Joined: 26 Apr 2007 Posts: 123
|
|
Add to favorites option :) |
|
What I am thinking: Use the Registar Mod and let users log in and browse around your site. I have a Calendar of events for different races that users add to the site. It would be pretty neat to have an option to click that event (or whatever) and add it to your "favorites"-- which would then show up in your own personal profile when logged in. With this option as well, I think it would be cool to have another option to have users click a button to remind them (via email) that the event is coming up. Maybe have an option of-- "Remind me 5 days before the event--" or something alike.
Basically, what I am getting at is to make this CMS a bit more USER interactive and more personal as well. Sort of like a Digg CMS.
I LOVE CuteNews.RU and have been extremely impressed by this CMS/Plugins and Forum. Just trying to think of additional suggestions to make it better for all.
Of, course it comes down to integrating the php script into CuteNews.... Which, I can't really do alone. But, maybe with the help of a few guys on this board.. it could be done.
Thoughts?
|
|
| Thu Dec 20, 2007 3:54 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
acateoN
Joined: 12 Feb 2008 Posts: 46
|
|
|
|
Im intrested in something simular. Ability to add favorite newsitem. Would be quite neat. : )
_________________ www.xpl.se - Runs under CNR |
|
| Thu May 22, 2008 12:16 am |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1802 Location: US |
|
|
|
Well I don't know how to go as elaborate as you are you asking.. but I was trying to figure out something similar. Perhaps you could expound from what I have found out. I have a javascript bookmark script I recycle on websites that works in IE and FF for creating clickable bookmark links.. so I got to thinking about if I could add it to my full story template! And, yes, you can. I used it on www.scottdizzle.com but it'll be hard to find so I'll just tell you what I did.
Put this at the top of your page (just so it's in your code somewhere):
 |  | <script type="text/javascript">
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
</script> |
Then use something like this in your template:
 |  | <a href="javascript:bookmarksite('{title}', '{link=home/post}')">Bookmark</a> |
Does that help or at least create a general basis to start what you're trying to create?
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Thu May 22, 2008 2:57 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|