Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Portal and Calendar Suggestions; Improving Zetaboards
Topic Started: May 30 2009, 12:04 AM (345 Views)
Lakster37
Member Avatar
Leader of Instinct
[ *  * ]
I just recently set the Portal as the forum homepage and I really like it, but there's a few suggestions I have regarding it and the calendar:

  • Add Topic to Portal - Very similar to the Add Poll to Portal, only it adds a topic. I find the current system very annoying because the topic(s) you want on the Portal aren't always the ones that appear. If not, then at least have the option to change it so that the newest post, not the newest new topic, defines which topic displays on the Portal (including bumps).
  • Display First X Words - I also find it very annoying that it displays ALL of the first post of a topic on the Portal. There should be an option to set the first X words of a topic and then it would have a link "Click to view the whole topic" or something similar. If one leaves it blank it would default to the whole topic, though. - Code Created from ZBCode
  • Display Latest Posts like Active Topics - When you go to the Active Topics feature it shows you which new topics you've read and haven't yet read (with that little folder image). It would be really helpful to implement this on the Latest Posts on the Portal.
  • Display Latest Blog Posts - I feel that the Blog feature is thoroughly underused mainly because there's no easy way to tell if a Blog is updated. There needs to be a feature to view new Blog Entries, or even just implement it into the Active Topics / Latest Posts feature.
  • Events on Portal - In a smilar way to how you can view Board Stats and Users Online on the Portal, there should be an option to put all Calendar Events (and/or Birthdays) on the Portal.
  • Create Event from Topic - On my forums we use events a lot, and for each one we have to make a Topic AND an event on the Calendar: the former to allow members to comment on the event and the latter to make it show on the calendar. If there were some way to link these so that there was an option to automatically make an event on the calendar when posting a topic, that would be great. Then when you click on that event on the Calendar it would take you directly to that topic. I think it would still be good to be able to make an event without having to make a topic for it.
  • Regular Event to Recurring - This is just a minor thing that used to be on IF. There you could easily change a single-date event to a Recurring even or vice-versa, and I think that would be really useful on Zetabaords as well.
  • Shoutbox - I know this isn't out yet, but I'd like to suggest one thing about it. We have a chatbox already that works really well, but I'll be really glad once we get an "official" one that let's use use our own usernames. Anyways, it should be (or at least have the option) to put it on the bottom of the page (Footer) on EVERY page.


Well, that's all I could remember at the moment, I feel like I'm forgetting some so if I think of them or anymore things in this area to suggest, I'll be sure to do so!
Edited by Lakster37, Jul 28 2009, 11:53 PM.
Offline Profile Quote Post Goto Top
 
Lakster37
Member Avatar
Leader of Instinct
[ *  * ]
So, what do you guys think? :shifty:
Offline Profile Quote Post Goto Top
 
Lakster37
Member Avatar
Leader of Instinct
[ *  * ]
Any other comments? ;)
Offline Profile Quote Post Goto Top
 
vikingdriver
Member
[ * ]
Hey I have not been to support in ages but I whole heartily agree and have addressed this issue via the support panel in the ACP.. I have been forced to truncate my news in the Portal Manager and then link back to the actual post as opposed to it auto feeding as I originally set it up.
Offline Profile Quote Post Goto Top
 
obxbiker
Member Avatar
USMCR
[ *  *  *  * ]
Quote:
 
Display First X Words - I also find it very annoying that it displays ALL of the first post of a topic on the Portal. There should be an option to set the first X words of a topic and then it would have a link "Click to view the whole topic" or something similar. If one leaves it blank it would default to the whole topic, though.


You could add this to your ''theme appearance'' (CSS) and it will add a scroll around the topic on the portal, change the size (height) to what ever you want.

Code:
 


#portal_news div.portal_content {
max-height: 540px;
overflow-y: auto;
}

Offline Profile Quote Post Goto Top
 
Lakster37
Member Avatar
Leader of Instinct
[ *  * ]
Hmm... that does seem to work rather nicely, but would there be a way to code it so that instead of scrolling it has "Click for more..." or something along those lines at the bottom? I know you can use overflow:hidden to remove the scrollbars, but any ideas about the Click for more... link?
Offline Profile Quote Post Goto Top
 
obxbiker
Member Avatar
USMCR
[ *  *  *  * ]
sorry would take a true 'coder' to do if possible,
suggest you make a request at a board that takes code request.

A great place is in my siggy...
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Discussion · Next Topic »
Add Reply