[Bf-webcontent] Blender Help menu

Johannes Langlotz johannes at langlotz.info
Sun Jun 27 14:32:44 CEST 2004


hi bart,

there are discussions to add some homepage-links into blender's help 
menu ( 
http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=3926&highlight=help 
).



The Help menu links will lead the user direct to html files.
e.g. the target of the "Online Tutorials" link is 
http://www.blender3d.com/cms/Using_Blender.80.0.html

I think this isn't that good. The link should be

http://www.blender3d.org/?blenderlink=onlinetutorials&blenderversion=2.33

We could add a php script that links the user to the current page. if 
one page moves to another location we just have to edit the php file.


<?php

switch($_GET["blenderlink"])
{
	case onlinetutorials:
     	Header("Location: 
http://www.blender3d.com/cms/Using_Blender.80.0.html");
     	break;

         case onlinemanual:
     	Header("Location: http://download.blender.org/documentation/html/");
         break;

}

?>

do you get my idea? what do you think?

cheers,

joe




More information about the Bf-webcontent mailing list