Changes between Version 2 and Version 3 of FAQ
- Timestamp:
- 12/08/05 16:52:58 (19 years ago)
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 }}} 2 5 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 }}} 8 11 9 12 You've got to write the respective HTML in {{{homepage.rdf}}} between {{{<hp:shortBio> ... </hp:shortBio>}}}. 10 13 14 -------------------------------------------------------------------------------------- 15 {{{ 16 #!html 17 <h2 style="color: red">How can I add another menu link??</h2> 18 }}} 11 19 12 === How can I add another menu link? === 20 Edit 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 }}} 24 You 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). 13 26 14 Edit menu.php.27 '''Attention:''' you have got to use small letters *only* for the php file. 15 28 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 }}} 18 34 19 35 Edit sidebar.php. 20 36 21 37 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 }}} 23 43 24 44 Yes. You can create your own {{{homepage.css}}} file. … … 26 46 27 47 28 --------------------- 29 == Troubleshooting == 30 --------------------- 48 -------------------------------------------------------------------------------------- 49 {{{ 50 #!html 51 <h1 style="color: blue">Troubleshooting</h1> 52 }}} 31 53 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 }}} 33 59 34 60 Maybe you forgot to escape special characters in your bibtex file.