On my site www.hockey-pbem.de Users can save goals for a game.
After some changes that have been done, saving goals is not working anymore.
I need someone to fix this asap (now if possible)
You will have access to the site and database.
On my site www.hockey-pbem.de Users can save goals for a game.
After some changes that have been done, saving goals is not working anymore.
I need someone to fix this asap (now if possible)
You will have access to the site and database.
This is a very simple problem, I just don’t know anything about scripts. On my website: http://www.uniquecellfood.com . I want it to show in internet explorer & fire fox and all web browers correctly. Also my privacy policy & disclaimer won’t show up at the bottom. You can look in my coding and see its there, but it just won’t show.
Categories: Javascript, Links, Programming, Script Installation, XHTML Tags: HTML, html script, html script problem, javascript xhtml links, links script installation, problem, problem programming javascript, programming javascript xhtml, Script Installation, script problem, script problem programming, show, xhtml links script
This is a very simple problem, I just don’t know anything about scripts. On my website: http://www.uniquecellfood.com . I want it to show in internet explorer & fire fox and all web browers correctly. Also my privacy policy & disclaimer won’t show up at the bottom. You can look in my coding and see its there, but it just won’t show.
Categories: Javascript, Links, Programming, Script Installation, XHTML Tags: HTML, html script, html script problem, javascript xhtml links, links script installation, problem, problem programming javascript, programming javascript xhtml, Script Installation, script problem, script problem programming, show, xhtml links script
i have up a swoopo like clone. It works but just notice a bug there
i will login as a member and then i will just go to watch an item.
in one of the boxes i have:
Savings:
Worth up to: $12.00
Placed bids (1): $1.00
Price: $0.30($1.00)
Savings: $10.00
My problem is Placed bids (1): $1.00 since one bid is just 0.15$
I do not know why is like that but i do know the file and the lines you will need to edit. It should not take more then 5-10 min…
<tr><td height=”8″></td></tr>
<tr>
<td colspan=”2″ height=”20″ class=”saving_heading”><strong>’.$lang['Savings'].’:</strong></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Worth_up_to'].’:</td>
<td class=”saving_worth_value”><strong>’.$functions->Get_Price_format($sqlRow->normal_rate).’ </strong></td>
</tr>’;
if($_SESSION['SESSIONUSERID']!=” || $sqlRow->end_bid==’Y')
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Placed_bids'].’ (‘.$my_bids.’):</td>
<td class=”saving_worth_value”><strong><div id=”place_bid_div_’.$sqlRow->id.’”> ‘.$functions->Get_Price_format($my_bids_rate).’</div></strong></td>
</tr>’;
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Price'].’:</td>
<td class=”saving_worth_value1″ id=”a_current_price2″ align=”right”><div id=”price_index1_div_’.$sqlRow->id.’”>’.$New_Max_bid.’</div></td>
</tr>
<tr>
<td colspan=”2″ bgcolor=”#434343″ height=”1″></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Savings'].’:</td>
<td class=”saving_worth_re” sid=”user_savings” ><div id=”price_save_div_’.$sqlRow->id.’”>’.$functions->Get_Price_format($saving_price).’ </div></td>
</tr>
<tr>
<td height=”5″></td>
</tr>
<tr>
<td colspan=”2″ class=”Price1_text1″ align=”center”>’.$lang['retail_price'].’</td>
</tr>
</table>
I also attached the file that i think needs to be edit.
Also i want to understand please what you did when the problem is fixed.
Thank you!
Categories: CSS, Javascript, PHP, Programming Tags: Bid, bids, class, class saving, class saving worth, Clone, clone problem, clone problem programming, colspan, div, div sqlrow, format, functions, get price, get price format, height, lang, like clone, like clone problem, placed, placed bids, price, price format, problem, problem programming javascript, saving, saving worth, saving worth value, savings, sqlrow, strong, Swoopo, swoopo like, swoopo like clone, Worth