Changes between Version 8 and Version 9 of GenDolFAQs


Ignore:
Timestamp:
Feb 20, 2008, 11:03:36 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDolFAQs

    v8 v9  
    11== General Dolphin FAQ == 
    22 
    3         '''Q''': '''''How do I edit the web pages About Us, Contact Us, Privacy, Terms, FAQ?''''' 
     3        == '''''How do I edit the web pages About Us, Contact Us, Privacy, Terms, FAQ?''''' == 
    44 
    5         '''A''': The titles and the contents of these pages can be edited in the language file: 
     5The titles and the contents of these pages can be edited in the language file: 
    66                '''Admin Panel -> Settings -> Language Settings -> Search for strings -> Look for''' 
    77                here you should search for the corresponding language '''key''' and change its value: 
     
    3636---- 
    3737 
    38         '''Q''': '''''How do I edit the Copyright © 2008 Your Company wording at the bottom?''''' 
     38        == '''''How do I edit the Copyright © 2008 Your Company wording at the bottom?''''' == 
    3939         
    40         '''A''': This wording can also be edited in the language file: 
     40This wording can be edited in the language file: 
    4141        '''Admin Panel -> Settings -> Language Settings -> Search for strings -> Look for''' 
    4242        here you should search for the corresponding language '''key''' ''_copyright'' and change its value 
    4343         
     44---- 
    4445 
    45     '''Q''': '''''I need to transfer my site to another folder/server. What do I need to do?''''' 
     46    == '''''I need to transfer my site to another folder/server. What do I need to do?''''' == 
    4647 
    47     '''A''': 1) First of all, you need to back up your folders and files and your database tables. It usually results in creation of two archives (.tgz or .zip) which you will have to unpack on your new server/folder; besides, the database tables will have to be imported in your new database. 
     48        1) First of all, you need to back up your folders and files and your database tables. It usually results in creation of two archives (.tgz or .zip) which you will have to unpack on your new server/folder; besides, the database tables will have to be imported in your new database. 
    4849 
    4950    2) Dolphin 6 has several files which must be changed after transferring to another folder or server: 
     
    7778---- 
    7879 
    79     '''Q''': '''''How can I replace Free package with Ad-Free package (and vice versa) without losing my customization?''''' 
     80    == '''''How can I replace Free package with Ad-Free package (and vice versa) without losing my customization?''''' == 
    8081 
    81     '''A''': The only difference between Free and Ad-Free packages are Ray widgets. So you can just replace the Free widgets with the Ad-Free ones. 
     82    The only difference between Free and Ad-Free packages are Ray widgets. So you can just replace the Free widgets with the Ad-Free ones. 
    8283 
    8384      You can do it this way: 
     
    105106      3) edit '''ray/modules/global/inc/header.inc.php''' and replace '''[path_to]''' with the full server path to your Dolphin directory with the trailing slash, for example: '''/home/dolphin/public_html/''' 
    106107 
    107       4) Enter your '''Admin Panel''' and register the new widgets in '''Plugins -> Ray Suite'''. 
     108      4) edit '''ray/modules/global/js/integration.js''' and replace the '''[url_to_ray]''' with the full URL to Ray folder with the trailing slash, for example: '''http://mysite.com/ray/'''. 
     109 
     110      5) Enter your '''Admin Panel''' and register the Ad-Free widgets in '''Plugins -> Ray Suite'''. 
    108111 
    109112----       
    110113           
    111     '''Q''': '''''How can I manage affiliates?''''' 
     114    == '''''How can I manage affiliates?''''' == 
    112115         
    113     '''A''': '''Admin Panel -> Users -> Affiliates''' 
     116    Navigate to '''Admin Panel -> Users -> Affiliates''' 
    114117 
    115118    '''Manage Affiliates''' 
     
    145148         
    146149    The Admin can insert images for affiliate banners. Affiliates will be able to view them and choose the suitable one for them. 
     150         
     151---- 
     152         
     153        == '''''How can I translate my site into a different language?''''' == 
     154         
     155        Follow these steps 
     156         
     157        1. Log into Dolphin's Admin Panel 
     158        2. Click '''Settings -> Language Settings''' 
     159        3. Fill in the name of your New language in the '''New Language''' field of the '''Language File''' 
     160        4. In the '''Copy from''' field choose an existing language to copy the language strings from, for example '''English''' 
     161        5. In the '''Flag''' field choose your desired flag for the language you're creating 
     162        6. Click '''Create''' 
     163         
     164This will result with the message '''*** language has been successfully created.'''[[BR]] 
     165         
     166Now you have to compile the language file (write it '''langs/lang-***.php''') 
     167         
     168        8. In the '''Language''' area click '''Compile''' next to the language name 
     169         
     170This will result with the message '''*** language has been successfully compiled.''' 
     171         
     172        9. Open your FTP program 
     173        10. Go to your Dolphin directory 
     174        11. FTP your new language file from the '''langs''' directory on your local computer. The name of the file will look like '''lang-***.php''' 
     175        12. Open it in a txt editor which supports UTF-8 encoding 
     176        13. Make the changes and save it in UTF-8 format. 
     177        14. FTP it back (upload) to the '''lang''' directory! 
     178         
     179Now you need to import your new language strings into the database. Here you can use the following tweak:[[BR]] 
     180         
     181http://www.expertzzz.com/Downloadz/view/2390[[BR]] 
     182         
     183Just download it and follow the instructions in the ''readme.txt'' file. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub