Jump to content

Recommended Posts

  • Replies 82
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Moderators
Posted

Hello everyone! I would like to say what a wonderful template Brian! www.aavirtual.net !!! We have made it a template on our website! Our pilots love it... Once again American Airlines Virtual thanks you!

Best wishs

Ada

i think now you are making someone pisted off using the wrong name :-)

its Roger who made the skin

Posted

Mark I had a go at the css for this.  Those box's are as follows.

This is the code for the text

<div class="mc01cc">

This is the entire box area

<div class="mcbox01">

  • Moderators
Posted

What is going on? With this error

Notice: The template file "/home/flycsunc/public_html//lib/skins/ObsessBlue/header.tpl" doesn't exist in /home/flycsunc/public_html/core/classes/TemplateSet.class.php on line 227

  • Moderators
Posted

nope its my first time uploading that new skin. I never upload anything. I'm not sure what's causing this problem.

  • Moderators
Posted

thats what i did. Did Not Touch Anything. And The Header Is In There.

I just simply reupload the file and i get this

Notice: The template file "C:xampphtdocsphpvmslibskinsObsessBlueheader.tpl" doesn't exist in C:xampphtdocsphpvmscoreclassesTemplateSet.class.php on line 227

I tried on my sever and does not work and i try on XMAPP and does not work. And my friend is having the same problem.

  • Administrators
Posted

@ Vansers - It once again looks like a mis-placement of files somewhere, you went through this before here - http://forum.phpvms.net/index.php?topic=1531.msg13266#msg13266 - and I showed you how files should be placed in the proper paths. Check the placement of your folder and that everything is in it.

Also look to see if when you unzipped it you have not created a folder inside of a folder, it can not be,

root/lib/skins/your new skin folder/your new skin folder

it must be

root/lib/skins/your new skin folder

It would also be helpful when you find the solution to your problem that you post it in the thread in which you are posting the problem. It will help others in the future thay may be encountering the same issues.

  • Moderators
Posted

LOOK! I put in the right path. Here

public_html

      phpvms

                  lib

                    Skins

                          ObsesBules

thats what i have in pathed also its not showing any errors.

Posted

What he is trying to tell you Kyle, is look inside that folder, "ObsessBlue" and make sure there isn't another folder inside that called "ObsessBlue"....Sometimes when you unzip it will create a folder with in a folder...

  • Moderators
Posted

OH really? Thats Great. Don't You Mind If you can post it here please? It would help the others if they have the same problem and they know where to look.

  • Moderators
Posted

thanks Roger! Yeah it's kinda annoying for my pilots. But i don't know how? I'm not in deep Page Desginer. I just make out of the pages.

But let me try reuploading the files first.

Posted

go into core/modules/pilots and open pilots.php 

// Get all of our hubs, and list pilots by hub
	$allhubs = OperationsData::GetAllHubs();

	if(!$allhubs) $allhubs = array();

	foreach($allhubs as $hub)
	{
		$this->set('title', $hub->name);
		$this->set('icao', $hub->icao);

		$this->set('allpilots', PilotData::findPilots(array('p.hub'=>$hub->icao)));

		$this->render('MY_pilots_list.tpl');<<<<i CHANGED THIS

Make your own pilots_list.tpl, make sure to change the name and drop in your skin folder...I have done this and it works fine....just have to change every update....

Posted

while the roster problems are up, I am wondering how to make it to show one hub only..... I also have obessblue, and the pilot page is messed up, please help..... So can i see a working code for all hubs and one for just one hub??

Ada

(sorry i am pretty bad with coding)

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