Jump to content
Message added by Kyle

WARNING: This module is no longer supported from the developer as the developer is shifting their focus on phpVMS v4 Addons.

Recommended Posts

  • 2 weeks later...
Posted

Hey just out of curiosity, what is the online staff page for and how do we see it? I should be blushing I am sure. More than likely I am just overlooking something here. ;)

  • 1 month later...
Posted (edited)

Hello i download this module but i got this error help please

Fatal error: Cannot re-assign auto-global variable _FILES in /home/pilotomeraslan/erisair.com/crew/admin/modules/vStaffListAdmin/vStaffListAdmin.php on line 146

Ok i was using wrong version. Now looks better. Sorry. I don't know what happen to me today...

Edited by OmerAslan
Posted (edited)

can you please post your line 146

 

I have this module and do not get that error on php 5.6. I would like to compare and see what we have.

Edited by TAV1702
  • Like 1
Posted
2 minutes ago, TAV1702 said:

can you please post your line 146

 

I have this module and do not get that error on php 5.6. I would like to compare and see what we have.

No it was my foult. I was trying to download .tpl version and i now i download .php version. So works perfect.

  • Moderators
Posted

There's something about that TPL version. I still haven't discontinued the TPL versions yet because it's outdated compared to the PHP version.

  • 5 months later...
Posted

Hello i want to add pictures to index.php and how to call pictures? I tired this but didn't work

<td><img src="<?php echo $vstaff->staff_photos?>" height="75" width="125" alt="No Image"</td>

Thanks...

  • Moderators
Posted
On 2017-5-27 at 3:44 PM, OmerAslan said:

Hello i want to add pictures to index.php and how to call pictures? I tired this but didn't work


<td><img src="<?php echo $vstaff->staff_photos?>" height="75" width="125" alt="No Image"</td>

Thanks...

Try this:

<img src="<?php echo SITE_URL; ?>/staff_photos/<?php echo $staff->picturelink; ?>" alt="<?php echo $staff->firstname; ?>">

 

  • Like 1
Posted
1 hour ago, ProSkyDesign said:

Try this:


<img src="<?php echo SITE_URL; ?>/staff_photos/<?php echo $staff->picturelink; ?>" alt="<?php echo $staff->firstname; ?>">

 

Works well. Thank you my friend...

  • Like 1
  • 4 months later...
  • 1 year later...
  • 3 months later...
Posted (edited)
On 2/25/2019 at 8:25 PM, Taran22 said:

I'm attempting to use this module with Deep Blue. It works and all, but the template just looks like this? unknown.png

 

Hi everyone. I have a problem with the module. I installed it, unfortunately when I try to add a staff member it doesn't work. Only the reload of the page. I use the php version
Thanks for a possible reply

 

 

11.jpg

Screen after clicking on Add staff

2.jpg

 

Edited by gio1961
  • 6 months later...

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...