MSFN Forum: Updating manual - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Updating manual Keep watch and give tips here. Rate Topic: -----

#21 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 August 2012 - 03:16 PM

Got it.


#22 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 August 2012 - 04:36 PM

Inside Chapter 3 missing: "

<h2>&quot;Explanation of sections</h2> 


It seems it's also needed to change for Chapter 1 (because the space title isn't the same with all other Chapters):

this:
<center><img src="../images/Logo.png" alt="" /></center>


to:
<center>
    <img src="../images/Logo.png" alt="" />
</center>



*Edit: could you add some colors for texts: useroptions.js, networkoptions.js, etc.

Thanks

This post has been edited by myselfidem: 16 August 2012 - 04:49 AM


#23 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 04:55 AM

JUST spent the last hour going through the whole manual. It has been uploaded to the first post.

As for the userfiles color. I added the following to the css sheet:

/* New entry for userfile colors */
Userfiles {
	color:#ffffff;
}

Change the color to what you want and add the proper code(s) to the chapters\sections

I.E.
<userfiles>What is WPI?</userfiles>

This post has been edited by Kelsenellenelvian: 16 August 2012 - 04:55 AM


#24 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 05:24 AM

Many thanks Kels!
We can see only a dark blue page screen for Chapter 1.

Missing for Chapter 1: </style> to display the page!

<style type="text/css"></style>


Thanks

This post has been edited by myselfidem: 16 August 2012 - 05:35 AM


#25 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 05:36 AM

oops

#26 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 05:49 AM

Error inside index.html:

Quote

Chapter 8 = <a href="Chapter-6.html">Links and Credits</a><br />


Inside Chapter 4, could you center all titles, please?

Example: Main Network page

Thanks

This post has been edited by myselfidem: 16 August 2012 - 05:59 AM


#27 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 06:39 AM

all got.

#28 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 10:19 AM

LOTS more edits.

#29 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 August 2012 - 03:25 AM

Many thanks for the new Manual and the nice layout! :thumbup
Regards

*Edit:
However config.js is black inside Chapter 1.

Title error inside Chapter 7 : <title>Chapter 4</title>


Inside Chapter 10 image Windows7.gif is missing or you have removed this image?

This post has been edited by myselfidem: 17 August 2012 - 09:07 AM


#30 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 August 2012 - 03:31 AM

However config.js is black inside Chapter 1.

Yeah I never changed the color.

Inside Chapter 10 image Windows7.gif is missing or you have removed this image?

Yes the image had become redundant and unnecesary.

Fixed the title issue.

#31 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 August 2012 - 03:46 AM

Made edits.

#32 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 August 2012 - 04:49 AM

Some major edits.

Switched chapter 5+6 too.

#33 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 18 August 2012 - 05:42 AM

If I well understand, now Chapter 5 is Chapter 6 and Chapter 6 is Chapter 5 ?

In this case it's needed to change the Chapter title 5 inside Chapter 5 to 6

And Chapter title 6 inside Chapter 6 to 5

And rename Chapter-6.html to Chapter-5.html. Rename Chapter-5.html to Chapter-6.html

And inside index.html change the title also like this:

Chapter 5 = <a href="Chapter-5.html">Global Variables</a><br />
Chapter 6 = <a href="Chapter-6.html">Theme Wizard</a><br />



Regards

This post has been edited by myselfidem: 18 August 2012 - 06:39 AM


#34 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 August 2012 - 05:45 AM

yes

#35 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 18 August 2012 - 06:21 AM

Changes given above must be applied but are not.

Thanks and regards.

This post has been edited by myselfidem: 18 August 2012 - 10:57 PM


#36 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 19 August 2012 - 02:05 PM

Thanks to apply these changes when you have time.

Regards

#37 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 August 2012 - 05:27 PM

And rename Chapter-6.html to Chapter-5.html. Rename Chapter-5.html to Chapter-6.html

And inside index.html change the title also like this:

Chapter 5 = <a href="Chapter-5.html">Global Variables</a><br />
Chapter 6 = <a href="Chapter-6.html">Theme Wizard</a><br />

All of this was done BEFORE i uploaded the last version.

You pasted what the 2 chapters USED to be. For consistency the theme wizard was moved to chapter 5 (no longer 6)

I did find a minor error on 5&6 and changed that. Will upload soon.

This post has been edited by Kelsenellenelvian: 19 August 2012 - 05:28 PM


#38 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 August 2012 - 02:45 AM

Thanks.

A little typo error inside Chapter-1: line 97: simply chose

Regards

This post has been edited by myselfidem: 23 August 2012 - 03:03 AM


#39 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,322
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 August 2012 - 03:05 AM

Gotr it am adding the audio changes and will upload...

#40 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,380
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 24 August 2012 - 05:12 AM

Typo error inside Chapter-1 line 117:

...then the the little folder...


Regards

This post has been edited by myselfidem: 24 August 2012 - 08:03 AM


Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy