₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,247 members, 8,420,947 topics. Date: Friday, 05 June 2026 at 02:54 PM

Toggle theme

Joomlaguru's Posts

Nairaland ForumJoomlaguru's ProfileJoomlaguru's Posts

1 (of 1 pages)

Tech JobsRe: I Need A Young Web Developer by joomlaguru(op): 10:18am On Nov 04, 2015
The Age should be between 20 and 28 years.
The starting salary is 50k per month.
Tech JobsI Need A Young Web Developer by joomlaguru(op): 9:25am On Nov 04, 2015
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.
WebmastersRe: I Need A Joomla Plugin For Alphauserpoint by joomlaguru(op): 7:22am On Oct 31, 2015
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
WebmastersRe: I Need A Joomla Plugin For Alphauserpoint by joomlaguru(op): 11:56pm On Oct 16, 2015
Hello Webmasters,

I need a guru to help me on some issues on php/CMS Sites.

Please leave message here.
Business To BusinessMajor Distributors Of Feminine Care Products by joomlaguru(op): 11:59am On Jan 08, 2015
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
BusinessRe: Cargo From US To Nigeria (Jos, Abuja) by joomlaguru: 7:39pm On Dec 08, 2014
feminineA:
Not in Nigeria but UK. I have their BB pin if interested
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.
BusinessRe: Cargo From US To Nigeria (Jos, Abuja) by joomlaguru: 5:10pm On Nov 20, 2014
feminineA:
I use fastrax cargo. Good efficient! Use it every time
Please do you have their Nigeria number?

Thank you
Business To BusinessRe: Sales Agents And Distributors Wanted by joomlaguru(op): 3:28pm On Sep 06, 2014
Interested personnel should please contact us with details above, thank you
Business To BusinessSales Agents And Distributors Wanted by joomlaguru(op): 10:02am On Sep 03, 2014
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

WebmastersPhp Url Help by joomlaguru(op): 1:34pm On Oct 28, 2011
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?
WebmastersRe: I Need A Joomla Plugin For Alphauserpoint by joomlaguru(op): 9:36am On Aug 25, 2011
WebmastersRe: Php Help! Urgent by joomlaguru(op): 2:06pm On Aug 24, 2011
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.  ?>
WebmastersI Need A Joomla Plugin For Alphauserpoint by joomlaguru(op): 12:32pm On Aug 24, 2011
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
WebmastersRe: Php Help! Urgent by joomlaguru(op): 4:58pm On Aug 20, 2011
Thank you for the advise
WebmastersRe: Using Joomla With Dhtml Tutorial by joomlaguru: 7:04pm On Aug 19, 2011
i am sorry to ask the question but what do you mean by die?
WebmastersRe: Using Joomla With Dhtml Tutorial by joomlaguru: 5:44pm On Aug 19, 2011
WebmastersRe: Using Joomla With Dhtml Tutorial by joomlaguru: 5:32pm On Aug 19, 2011
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.
WebmastersRe: Php Help! Urgent by joomlaguru(op): 12:23pm On Aug 19, 2011
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.
WebmastersRe: Php Help! Urgent by joomlaguru(op): 11:58am On Aug 19, 2011
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.
WebmastersRe: Php Help! Urgent by joomlaguru(op): 11:38am On Aug 19, 2011
ok, thanks.
I have done that but still has issues.
WebmastersRe: Using Joomla With Dhtml Tutorial by joomlaguru: 11:21am On Aug 19, 2011
@ *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.
WebmastersPhp Help! Urgent by joomlaguru(op): 11:11am On Aug 19, 2011
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)