0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Question for PHP gurus, Please Help!

    • aosipov's Avatar
    • aosipov
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 0

    Question for PHP gurus, Please Help!

    Posted 13 years 4 months ago
    • class SurvivorFitnessViewLocinfo extends JView
      {
       
           function display( $tpl = null )
           {
                $this->showLocDetails();
                parent::display($tpl);
           }
       
           function showLocDetails()
           {
                $model =& $this->getModel('locinfo');
                $loc_id = 0;
                if (isset($_GET['lid'])) $loc_id = $_GET['lid'];
                $locInfo = $model->getLocationDetails($loc_id);
                $this->assign('locInfo', $locInfo);
                }    
       
      }

      Hi Guys Please help!
      This is what i have in view.html.php file
      I need to add "&tmpl=component" on the end of the generated link and rel="rokbox[fullscreen]"

      How do i do that?
    • I am a freelance Vancouver web designer and owner of ACreative. Web design is my passion!
    • aosipov's Avatar
    • aosipov
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 0

    Re: Question for PHP gurus, Please Help!

    Posted 13 years 4 months ago
    • Hi there i figure that out.
      Just had to add it to link itself. Thanks:)

      But i have another question:

      Any suggestion for Google map plugin that actually convert a typed Address into the map?
      Or any suggestion?
      I can not seem to find that


      Thanks!
    • I am a freelance Vancouver web designer and owner of ACreative. Web design is my passion!

Time to create page: 0.072 seconds