Alrighty well, I managed to get my sorting the way I wanted it.
Item 1 - Check.
(found the last DB access and inserted SORT BY po.poll_option_total DESC, po.poll_option_id)
I also managed to get my vote image span into a % value (dynamic with page) and get the poll options going to 100% for the ...
Search found 3 matches
- Fri Dec 10, 2010 4:13 pm
- Forum: [3.0/Olympus] Styling
- Topic: Want to alter poll display in subsilver2-based style
- Replies: 1
- Views: 21868
- Tue Dec 07, 2010 7:15 pm
- Forum: [3.0/Olympus] Styling
- Topic: Want to alter poll display in subsilver2-based style
- Replies: 1
- Views: 21868
Want to alter poll display in subsilver2-based style
Hello,
I want to alter a few things re: poll display in a template based on subsilver2. I looked at the Prosilver, and it's much more more complex than what I want to do.
I want to keep the basic format of what is displaying -- which is to say, Left Poll image, stretched center poll image, right ...
I want to alter a few things re: poll display in a template based on subsilver2. I looked at the Prosilver, and it's much more more complex than what I want to do.
I want to keep the basic format of what is displaying -- which is to say, Left Poll image, stretched center poll image, right ...
- Thu Dec 02, 2010 6:33 am
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 423878
Re: Templating ... a simple guide
***EDIT***
Nevermind, I fixed it myself (finally!).
I simply wasn't doing it in the right place (trying to use it in the $template array in functions.php).
I added:
'S_IN_PORTAL' => true,
to the $template array inside portal.php, and now it works just fine.
***/EDIT***
OK.
I'm really sorry that ...
Nevermind, I fixed it myself (finally!).
I simply wasn't doing it in the right place (trying to use it in the $template array in functions.php).
I added:
'S_IN_PORTAL' => true,
to the $template array inside portal.php, and now it works just fine.
***/EDIT***
OK.
I'm really sorry that ...