Get Free version here: http://2glux.com/projects/sexypolling
Or you can download the Original "Free" file here:
http://www.fixmycomputermark.com/free-downloads/file/42-sexypolling_pack_2-1-6_2glux-com.html
Or you can download the "Pro" file here:
http://www.fixmycomputermark.com/free-downloads/file/43-sexypolling_pack_2-1-6_2glux-com-pro.html
-----------------------------------------------------
Open "default.php"
Located here: public_html/administrator/components/com_sexypolling/views/showstatistics/tmpl/
Go to Line: 45 or 62
Replace:
$poll_id = 1;
With:
$poll_id = $_GET['id'];
Go to Line: 160 or 177
Replace:
if($totalvotes > 0 && $poll_question == 'Which is your favorite phone?') {
With:
if($totalvotes > 0 ) {
Go to Line: 392
Delete:
<?php show_buy_pro_link();?>
Go to Line: 414
Delete:
show_buy_pro_link();
Go to Line 40
Replace:
function show_buy_pro_link() {
echo
'
<div style="color: rgb(235, 9, 9);font-size: 16px;font-weight: bold;">'.JText::_("COM_SEXYPOLLING_PLEASE_UPGRADE_TO_SEE_STATISTICS").'</div>
<div id="cpanel" style="float: left;">
<div class="icon" style="float: right;">
<a href="'.JText::_("COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION_LINK").'" target="_blank" title="'.JText::_("COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION_DESCRIPTION").'">
<table style="width: 100%;height: 100%;text-decoration: none;">
<tr>
<td align="center" valign="middle">
<img src="/components/com_sexypolling/assets/images/shopping_cart.png" /><br />
'.JText::_("COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION").'
</td>
</tr>
</table>
</a>
</div>
</div>
';
}
With:
function show_buy_pro_link() {
}
================================================================
Open "edit.php"
Located here: public_html/administrator/components/com_sexypolling/views/sexyanswer/tmpl/
Go to Line: 43
Replace:
<?php if(($this->max_id < 5) || ($this->item->id != 0)) {?>
With:
<?php if(($this->max_id < 9999) || ($this->item->id != 0)) {?>
Go to Line: 86
Replace:
<?php if(($this->max_id < 5) || ($this->item->id != 0)) {?>
With:
<?php if(($this->max_id < 9999) || ($this->item->id != 0)) {?>
================================================================
Open "edit.php"
Located here: /public_html/administrator/components/com_sexypolling/views/sexypoll/tmpl/
Go to Line: 50
Replace:
<?php if(($this->max_id < 1) || ($this->item->id != 0)) {?>
With:
<?php if(($this->max_id < 9999) || ($this->item->id != 0)) {?>
Go to Line: 93
Replace:
<?php if(($this->max_id < 1) || ($this->item->id != 0)) {?>
With:
<?php if(($this->max_id < 9999) || ($this->item->id != 0)) {?>
===================================================
All the "Buy Pro Version" stuff. I'll let you delete all that!
{jumi [*11]}
Created : 2018-02-03 22:35:28, Last Modified : 2022-06-29 04:17:15