Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1149
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Percentage bars in poll blocks

Started by LP, December 02, 2009, 06:21:49 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

LP

Hello,

I am using Simple Portal 2.3.1 with SMF 2 RC1.2.

I noticed in the release announcement for SP 2.2.2 that SiNaN said:
Quote from: [SiNaN] on June 06, 2009, 06:43:28 AM
Poll blocks now has their percentage bars back

Has this feature been removed since then?  Percentage bars do not show on my forum's poll blocks.

Thanks!
LP

Nathaniel

The block's template has been rewritten, in the process the percentage bars have been removed and replaced with the percentage in brackets, like (100%).

I could post an edit if you want to put them back?
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

LP

Quote from: Nathaniel on December 09, 2009, 10:51:52 PM
The block's template has been rewritten, in the process the percentage bars have been removed and replaced with the percentage in brackets, like (100%).

I could post an edit if you want to put them back?

If it is not too much to ask, that would be great.  The bars are a simpler way to communicate the results, only requiring a glance at the poll.  Ideally I would show both the bar and the percentage, but don't worry about that I will figure it out from whatever you post.  Well, ideally you would have the choices of bars, percentages, or both in the block setup.  That is, I know, definitely too much to ask ;D

Nathaniel

Moved to the Themes and Graphics board.

It doesn't look like SP 2.2.2 even had percentage bars. Although I can still post some edits, which exact version of SMF are you using SMF2 RC1.2 or SMF2 RC2? The edit will be different depending on which version.
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

LP

I was just going off of what I read in the release announcement for 2.2.2, I have never actually seen it in action.

To confirm, I am running SP 2.3.1 on SMF 2 RC1.2.

Thanks!

Nathaniel

Code ("Find (Sources/PortalBlocks.php)") Select
foreach ($poll['options'] as $option)
echo '
<li>', sp_embed_image('dot'), ' ', $option['option'], '</li>
<li class="sp_list_indent"><strong>', $option['votes'], '</strong> (', $option['percent'], '%)</li>';



Code ("Replace") Select
global $settings;
foreach ($poll['options'] as $option)
echo '
<li>', sp_embed_image('dot'), ' ', $option['option'], '</li>
<li class="sp_list_indent"><strong>', $option['votes'], '</strong> (', $option['percent'], '%)</li>
<li><img src="' . $settings['images_url'] . '/bar.gif" width="', $option['percent'], '%" height="15" alt="" /></li>';
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

LP

Thank you so much.  I will give this a try tomorrow.


BTW- Congrats on finishing your finals.

LP


Divecall

Can you offer a solution for SMF 2 RC2 with SP 2.3.1, too ?

This mut be nice ...

Thank you in advance

Aw06

Need to do this  as well .. using SP 2.3.1 on SMF 2.0rc3

Also, if i have my poll set to show recent, should'nt there be a link for past polls ??

eg.
View Topic | Past Polls

give's users a way to keep track of pools


[SiNaN]

Poll template will probably a need a re-write to add that for 2.0 RC3, since they removed bar.gif and changed the way bars was used.

Also, we would most likely to miss your requests if you are posting in a solved topic. Because solved topics don't appear in our support topics list. I suggest that you create a new topic so that I won't forget it.
And slowly, you come to realize... It's all as it should be...