Joomlaguru's Posts
Nairaland Forum › Joomlaguru's Profile › Joomlaguru's Posts
1 (of 1 pages)
The Age should be between 20 and 28 years. The starting salary is 50k per month. |
I need a young web developer, who is very good with PHP, Wordpress, Joomla and other CMS. The prefered location axis is between Ajah and Awoyaya, This is a full time job. Please leave a message here and I will contact you. |
Hello, I actually need someone who is very good with web designing and leave around Ajah-Awoyaya axis. We can discuss the pay once we have discuss in full. Thanks |
Hello Webmasters, I need a guru to help me on some issues on php/CMS Sites. Please leave message here. |
Dear Sir/Ma, We are exporters of Amani sanitary pads and pantyliners and we are looking for distributors to work with us to get the products across the country. Kindly indicated your interest by sending a mail to ade2me@yahoo.com Thank you |
feminineA:I have used fastraxcargo since October and I am yet to recieve my items. They are not even picking calls anymore. At the begining when I called was told they had issue with custom that was since October, November is gone...no show and I just had a baby and bought stuff for her. This is pathetic, this is why it is difficult to trust each other. If they have issues, shouldn't they inform their clients instead of going silent and not even picking calls. |
feminineA:Please do you have their Nigeria number? Thank you |
Interested personnel should please contact us with details above, thank you |
Dear all, Amanipads needs distributors and sale agents across the nation. The products are: Night pads Plus size pads Party Liners Some images have also been added and you can also visit their website (amanipads.com) Interested personnel or for more information please call 2347082392816 or email to k2delly@gmail.com Thank you for reading this. Amanipads Partners Nigeria
|
I want <?php } ?> <?php if (isset($this->request->get['route']) && $this->request->get['route'] == 'information/contact') { ?> $('#tab_contact').addClass('selected'); <?php } ?> <?php } ?> <?php if (isset($this->request->get['route']) && $this->request->get['route'] == 'information/contact') { ?> $('#tab_contact').addClass('selected'); <?php } ?> to replace <a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a> How can i do this? |
Kindly see Alphauserpoint here: http://www.alphaplug.com/index.php/products/alphauserpoints.html |
Tag has been added, pls can u help now; 1. <?php $obj = new Unit(); 2. { 3. global $database; 4. $Unit = $obj->select_row_query 5. ("SELECT `reservation_extras` FROM `".$obj->get_table_name()."` 6. WHERE `id` = '".$_GET['PropertyId']."' AND `published` = 1", 1); 7. $rexzz=explode(",", $Unit->reservation_extras); 8. $i=0; 9. $total_ext=0; 10. if(!empty($Unit->reservation_extras)||$Unit->reservation_extras=='[end]'); 11. } 12. foreach($rexzz as $rexz) 13. { 14. $i++;$rexzz=explode("|",$rexz); 15. $database->setQuery("SELECT * FROM `jos_bookman_extras` WHERE `id`=".$rexzz[0]); 16. $exts=$database->loadObjectList(); 17. echo "<tr><td align='center'>"; 18. foreach($exts as $ext) 19. { 20. echo $ext->name; 21. } 22. echo "<input type='hidden' value='".$ext->name."' name='ext_name".$i."' /></td> 23. <td align='center'>"; if($rexzz[1]==1)echo "Daily";else echo "One Time"; 24. echo "<input type='hidden' value='".$rexzz[1]."' name='chargetype".$i."' /></td> 25. <td align='center'>"; echo "<select name='quantity".$i."'>"; 26. for($j=0;$j<=$rexzz[3];$j++) 27. {echo "<option "; 28. if($_POST['quantity'.$i]==$j)echo "selected"; 29. echo " value='".$j."'>0".$j."</option>"; 30. } 31. echo "</select>"; 32. echo "</td> 33. <td align='center'>"; 34. if($rexzz[1]==1) 35. { 36. echo "<select name='days".$i."'>"; 37. for($j=0;$j<=$days;$j++) 38. { 39. echo "<option "; 40. if($_POST['days'.$i]==$j)echo "selected"; 41. echo " value='".$j."'>0".$j."</option>"; 42. } 43. echo "</select>"; 44. } 45. else echo "<input type='hidden' value='' name='days".$i."' />"; 46. echo "</td><td align='center'> $ ".$rexzz[2]; 47. echo "</td><td align='center'> $ "; 48. if(!empty($_POST['quantity'.$i])) 49. { 50. if($_POST['days'.$i]=='') echo ($_POST['quantity'.$i]*$rexzz[2]); 51. else echo ($_POST['days'.$i]*$_POST['quantity'.$i]*$rexzz[2]); 52. $total_ext+=$_POST['days'.$i]*$_POST['quantity'.$i]*$rexzz[2]; 53. } 54. else echo "0"; 55. echo "<input type='hidden' name='cost".$i."' value='".$rexzz[2]."' />"; 56. echo "</td></tr>" 57. } 58. ?> |
Hello house, Can anyone help me with a joomla plugin for alphauserpoints, i want users' points to be deducted if video is watched. Thank you |
Thank you for the advise |
i am sorry to ask the question but what do you mean by die? |
Here is a link of one of the booking rentals: https://www.sunshineorlandorentals.com/?option=com_bookman&PropertyId=140 |
This is the url of the site: http://www.sunshineorlandorentals.com/ i am booking on the site then when submitted it should bring a page where all the information i have filled is display then i can make modification on the page as well. Bu instead it gives me a blank page. |
Thank you for your help, i have modified the error reporting. I am filling the form now and i will get back to you as per the error. Thank you once again. |
It is actually a joomla site for booking, when click on submit, this page is suppose to display information filled and you can also modify but when submitted it brings a blank page. |
ok, thanks. I have done that but still has issues. |
@ *dhtml, Please help figure out the issue with this code. <?php foreach($rexzs as $rexz){ $i++; $rexzs=explode("|",$rexz); $database->setQuery("SELECT * FROM `jos_bookman_extras` WHERE `id`=".$rexzz[0]); $exts=$database->loadObjectList(); echo "<tr><td align='center'>"; foreach($exts as $ext){ echo $ext->name; } echo "<input type='hidden' value='".$ext->name."' name='ext_name".$i."' /></td><td align='center'>"; if($rexzs[1]==1)echo "Daily";else echo "One Time"; echo "<input type='hidden' value='".$rexzs[1]."' name='chargetype".$i."' /></td><td align='center'>"; echo "<select name='quantity".$i."'>"; for($j=0;$j<=$rexzs[3];$j++){ echo "<option "; if($_POST['quantity'.$i]==$j)echo "selected"; echo " value='".$j."'>0".$j."</option>"; } echo "</select>"; echo "</td><td align='center'>"; if($rexzs[1]==1){ echo "<select name='days".$i."'>"; for($j=0;$j<=$days;$j++){ echo "<option "; if($_POST['days'.$i]==$j)echo "selected"; echo " value='".$j."'>0".$j."</option>"; } echo "</select>"; }else echo "<input type='hidden' value='' name='days".$i."' />"; echo "</td><td align='center'> $ ".$rexzs[2]; echo "</td><td align='center'> $ "; if(!empty($_POST['quantity'.$i])) { if($_POST['days'.$i]=='') echo ($_POST['quantity'.$i]*$rexzs[2]); else echo ($_POST['days'.$i]*$_POST['quantity'.$i]*$rexzs[2]); $total_ext+=$_POST['days'.$i]*$_POST['quantity'.$i]*$rexzs[2]; } else echo "0"; echo "<input type='hidden' name='cost".$i."' value='".$rexzs[2]."' />"; echo "</td></tr>" } ?> thank you in anticipation. |
Here is the code but i think there something wrong with it. <?php foreach($rexzs as $rexz){ $i++; $rexzs=explode("|",$rexz); $database->setQuery("SELECT * FROM `jos_bookman_extras` WHERE `id`=".$rexzz[0]); $exts=$database->loadObjectList(); echo "<tr><td align='center'>"; foreach($exts as $ext){ echo $ext->name; } echo "<input type='hidden' value='".$ext->name."' name='ext_name".$i."' /></td><td align='center'>"; if($rexzs[1]==1)echo "Daily";else echo "One Time"; echo "<input type='hidden' value='".$rexzs[1]."' name='chargetype".$i."' /></td><td align='center'>"; echo "<select name='quantity".$i."'>"; for($j=0;$j<=$rexzs[3];$j++){ echo "<option "; if($_POST['quantity'.$i]==$j)echo "selected"; echo " value='".$j."'>0".$j."</option>"; } echo "</select>"; echo "</td><td align='center'>"; if($rexzs[1]==1){ echo "<select name='days".$i."'>"; for($j=0;$j<=$days;$j++){ echo "<option "; if($_POST['days'.$i]==$j)echo "selected"; echo " value='".$j."'>0".$j."</option>"; } echo "</select>"; }else echo "<input type='hidden' value='' name='days".$i."' />"; echo "</td><td align='center'> $ ".$rexzs[2]; echo "</td><td align='center'> $ "; if(!empty($_POST['quantity'.$i])) { if($_POST['days'.$i]=='') echo ($_POST['quantity'.$i]*$rexzs[2]); else echo ($_POST['days'.$i]*$_POST['quantity'.$i]*$rexzs[2]); $total_ext+=$_POST['days'.$i]*$_POST['quantity'.$i]*$rexzs[2]; } else echo "0"; echo "<input type='hidden' name='cost".$i."' value='".$rexzs[2]."' />"; echo "</td></tr>" } ?> Thank you in anticipation. |
1 (of 1 pages)