Jump to content

Events on the page of the pilot!


bass

Recommended Posts

Help to make in PHP code.

A visual example of what I want to show on the page of the pilot.

events.jpg

Want to get to the page profile_main.TPL information.

In a Reminder that I'm part of the event (date of event date and time )

Tried to put some of the code from events_event.tpl

 

<?php
            $check = EventsData::check_signup(Auth::$userinfo->pilotid, 6);
            if($check->total >= '1') {
                echo '<td>Yes</td>';
                }
           else {
                echo '<td>No</td>';?>
<?php
}
?>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...