Changes between Version 2 and Version 3 of FAQ


Ignore:
Timestamp:
12/08/05 16:52:58 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v2 v3  
    1 = Frequently Asked Questions = 
     1{{{ 
     2#!html 
     3<h1 style="color: blue">Questions on rdfhomepage installation & configuration</h1> 
     4}}} 
    25 
    3 ----------------------------------------------------------- 
    4 == Questions on rdfhomepage installation & configuration == 
    5 ----------------------------------------------------------- 
    6  
    7 === Where can I enter the information shown below "A SHORT INTRODUCTION OF MYSELF"? === 
     6-------------------------------------------------------------------------------------- 
     7{{{ 
     8#!html 
     9<h2 style="color: red">Where can I enter the information shown below "A SHORT INTRODUCTION OF MYSELF"?</h2> 
     10}}} 
    811 
    912You've got to write the respective HTML in {{{homepage.rdf}}} between {{{<hp:shortBio> ... </hp:shortBio>}}}. 
    1013 
     14-------------------------------------------------------------------------------------- 
     15{{{ 
     16#!html 
     17<h2 style="color: red">How can I add another menu link??</h2> 
     18}}} 
    1119 
    12 === How can I add another menu link? === 
     20Edit menu.php and add a menu item for your new page, e.g. 
     21{{{ 
     22    <li><a href="index.php?page=mynewpage">My New Page</a></li> 
     23}}} 
     24You also have to create and copy a new php-file named {{{mynewpage.php}}} to your rdfhomepage directory 
     25(the directory where your {{{menu.php}}} file is). 
    1326 
    14 Edit menu.php. 
     27'''Attention:''' you have got to use small letters *only* for the php file. 
    1528 
    16  
    17 === How can I add another sidebar link? === 
     29-------------------------------------------------------------------------------------- 
     30{{{ 
     31#!html 
     32<h2 style="color: red">How can I add another sidebar link?</h2> 
     33}}} 
    1834 
    1935Edit sidebar.php. 
    2036 
    2137 
    22 === Can I change the style of rdfhomepage? === 
     38-------------------------------------------------------------------------------------- 
     39{{{ 
     40#!html 
     41<h2 style="color: red">Can I change the style of rdfhomepage?</h2> 
     42}}} 
    2343 
    2444Yes. You can create your own {{{homepage.css}}} file. 
     
    2646 
    2747 
    28 --------------------- 
    29 == Troubleshooting == 
    30 --------------------- 
     48-------------------------------------------------------------------------------------- 
     49{{{ 
     50#!html 
     51<h1 style="color: blue">Troubleshooting</h1> 
     52}}} 
    3153 
    32 === Why does some symbol not appear on the publications page? === 
     54-------------------------------------------------------------------------------------- 
     55{{{ 
     56#!html 
     57<h2 style="color: red">Why does some symbol not appear on the publications page?</h2> 
     58}}} 
    3359 
    3460Maybe you forgot to escape special characters in your bibtex file.