sarrene
Offline
Posts: 27
|
 |
« Reply #30 on: May 12, 2010, 09:00:39 PM » |
|
I would like to see a news module for the front page and or news page that will display an image/icon in all topics. I know there is one currently where you can choose the first article to show an image. But I would like to have the other sub articles from 2 up) to be able to display icon/image as well. For us, we have two different sections running, with several categories below it (I know the categories will change in 1.6) So if you have Sec1/cat3 the article would display the cat3 icon.. or allow for the first image to be displayed. Rocket Themes has something similar, though it is not the best.. not quite as reliable as I would like it so I do not use it. (not to mention a few js conflicts in it). Okay, that is my idea for now.  Peace, Sarrene'
|
|
|
|
|
Logged
|
|
|
|
betonasa
Offline
Posts: 9
|
 |
« Reply #31 on: June 24, 2010, 09:16:10 AM » |
|
I want any security component for login like captcha or another one that take off thats user spams registrations. I need one that funcition on s5box that we use on gamecrusade templates and another one.
Tnx and good job. Best Regards from brazil. Beto
|
|
|
|
|
Logged
|
|
|
|
chaosxtac
Offline
Posts: 1
|
 |
« Reply #32 on: August 29, 2010, 06:18:25 PM » |
|
I would like for s5 templates to use a "logo" module position instead of a static logo image, I routinely add the following code to s5 template index.php files so that if a module is published to the "logo" position the static logo image isn't displayed but otherwise it displays the standard template logo. <?php if($this->countModules('logo')) { ?> <div id="s5_logo_module" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"> <jdoc:include type="modules" name="logo" style="notitle" /> </div> <?php } else { ?> <div id="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"></div> <?php } ?>
... with the "s5_logo_module" css selector added to template.css file, removing the height and background attributes of the "s5_logo" selector but otherwise Identical. I know its really simple but it appeals to the majority of my clients and its easier to explain how to change their site logo this way. I figure if this is the only request I can come up with then you all are doing an excellent job and even if its never used at least it was considered ... Thanks 
|
|
|
|
|
Logged
|
|
|
|
arnoldh
Offline
Posts: 4
|
 |
« Reply #33 on: October 12, 2010, 02:28:29 AM » |
|
I am a member of a local photo club, and have been looking for theese features: Event calendar to register and show future events in the club Integration to web gallery and forum to achieve single sign on Simple slide show to automatically show pictures in a spesified folder on page load, sorted random, new to old etc.
Theese features may be implemented from third party developers, but the integration is not very good, (colors, transparency, different databse, behavior etc, etc)
Regards Arnold
|
|
|
|
|
Logged
|
|
|
|
cgmpowers
Offline
Posts: 119
|
 |
« Reply #34 on: October 27, 2010, 06:33:35 PM » |
|
I absolutely second the calendar option. I have several clients requesting integration of a calendar with either Google or Outlook features.
Chris
|
|
|
|
|
Logged
|
|
|
|
jellybean
Offline
Posts: 196
|
 |
« Reply #35 on: October 28, 2010, 12:25:26 PM » |
|
I'd like to third the calendar suggestion - but would LOVE to have an 1/4 hour, 1/2 hour and 1 hour appointment feature.
|
|
|
|
|
Logged
|
|
|
|
numaga
Offline
Posts: 9
|
 |
« Reply #36 on: November 16, 2010, 09:04:57 AM » |
|
an extended most popular module that can switch between today / this week / this month / all time and showing the amount of hits!
|
|
|
|
|
Logged
|
|
|
|
numaga
Offline
Posts: 9
|
 |
« Reply #37 on: November 16, 2010, 09:08:17 AM » |
|
I would like for s5 templates to use a "logo" module position instead of a static logo image, I routinely add the following code to s5 template index.php files so that if a module is published to the "logo" position the static logo image isn't displayed but otherwise it displays the standard template logo. <?php if($this->countModules('logo')) { ?> <div id="s5_logo_module" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"> <jdoc:include type="modules" name="logo" style="notitle" /> </div> <?php } else { ?> <div id="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"></div> <?php } ?>
... with the "s5_logo_module" css selector added to template.css file, removing the height and background attributes of the "s5_logo" selector but otherwise Identical. I know its really simple but it appeals to the majority of my clients and its easier to explain how to change their site logo this way. I figure if this is the only request I can come up with then you all are doing an excellent job and even if its never used at least it was considered ... Thanks  I support this, rotating headers and logo's is important to many website owners and clients. It would be a great addition for every S5 theme.
|
|
|
|
|
Logged
|
|
|
|
numaga
Offline
Posts: 9
|
 |
« Reply #38 on: November 16, 2010, 09:12:01 AM » |
|
Hi Shape 5 Team...
If you could stream you tube playlists in the media player that would be fantastic.
regards Jeff
I second that as well. I use youtube playlists very often on websites of mine ( full documentaries split in 6 parts etc ). It would be great to have that in comaxium and other themes.
|
|
|
|
|
Logged
|
|
|
|
numaga
Offline
Posts: 9
|
 |
« Reply #39 on: November 16, 2010, 09:14:54 AM » |
|
Donation tracker would be nice. A simple horizontal, customizable (color foreground and background), meter and a donate button. Maybe a little table under the meter stating that month/years goal and total collected as of now. Yet to find a good one of these and will come in handy with non-profit sites. Don't get my wrong there are some out there but they are stupid thermometers and hard to customize.
great idea! I could really use this as well.
|
|
|
|
|
Logged
|
|
|
|
jonahh
Shape 5 Administrator
Offline
Posts: 17147
|
 |
« Reply #40 on: November 16, 2010, 10:11:36 AM » |
|
I would like for s5 templates to use a "logo" module position instead of a static logo image, I routinely add the following code to s5 template index.php files so that if a module is published to the "logo" position the static logo image isn't displayed but otherwise it displays the standard template logo. <?php if($this->countModules('logo')) { ?> <div id="s5_logo_module" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"> <jdoc:include type="modules" name="logo" style="notitle" /> </div> <?php } else { ?> <div id="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'"></div> <?php } ?>
... with the "s5_logo_module" css selector added to template.css file, removing the height and background attributes of the "s5_logo" selector but otherwise Identical. I know its really simple but it appeals to the majority of my clients and its easier to explain how to change their site logo this way. I figure if this is the only request I can come up with then you all are doing an excellent job and even if its never used at least it was considered ... Thanks  I support this, rotating headers and logo's is important to many website owners and clients. It would be a great addition for every S5 theme. We actually started doing this in the Get Reserved template, so that latest 3 templates all have this built in.
|
|
|
|
|
Logged
|
|
|
|
xjoss
Offline
Posts: 2
|
 |
« Reply #41 on: November 27, 2010, 11:45:04 PM » |
|
Embedded video, eg. Youtube, or playable from its own domain. 
|
|
|
|
« Last Edit: November 27, 2010, 11:48:03 PM by xjoss »
|
Logged
|
|
|
|
kn4ll
Offline
Posts: 5
|
 |
« Reply #42 on: January 19, 2011, 12:02:52 AM » |
|
I want playing music continuously even when visiting subpages.
|
|
|
|
|
Logged
|
|
|
|
|
|
acupunctor
Joomla Club Member
Offline
Posts: 134
|
 |
« Reply #44 on: February 21, 2011, 09:36:45 AM » |
|
Hello
possibility of filling in all the templates integrate the look The S5 Accordion Menu "eShopper"
Thank you
|
|
|
|
|
Logged
|
Acupunctor
|
|
|
|