From: <ma...@us...> - 2012-04-29 19:52:17
|
Revision: 9408 http://xoops.svn.sourceforge.net/xoops/?rev=9408&view=rev Author: mageg Date: 2012-04-29 19:52:09 +0000 (Sun, 29 Apr 2012) Log Message: ----------- Display change to the help section Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/css/help.css XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/help.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/blocksadmin.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/groups.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/help_center.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/maintenance.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/module_index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/modulesadmin.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/preferences.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/tplsets.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/users.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_help.html Added Paths: ----------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/plugins.html Removed Paths: ------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/smilies.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/userrank.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/css/help.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/css/help.css 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/css/help.css 2012-04-29 19:52:09 UTC (rev 9408) @@ -30,4 +30,9 @@ font-style: 12px; font-weight: bold; +} + +.system-help { + float: left; + width: 100%; } \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/help.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/help.php 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/help.php 2012-04-29 19:52:09 UTC (rev 9408) @@ -74,10 +74,12 @@ } $xoops->tpl->assign('modname', $module->getVar('name')); + $xoops->tpl->assign('moddirname', $module->getVar('dirname', 'e')); if ($page != '') { // Call template if (file_exists(XOOPS_ROOT_PATH . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.html')) { + $helpcontent = $xoops->tpl->fetch(XOOPS_ROOT_PATH . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.html'); } else { if (file_exists(XOOPS_ROOT_PATH . '/modules/' . $module->getVar('dirname', 'e') . '/language/english/help/' . $page . '.html')) { @@ -86,15 +88,16 @@ $xoops->tpl->assign('load_error', 1); } } - + if ($module->getVar('dirname', 'e') != 'system') { + $xoops->tpl->assign('help_module', true); + } $xoops->tpl->assign('helpcontent', $helpcontent); } else { if (file_exists(XOOPS_ROOT_PATH . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoops->getConfig('language') . '/help/module_index.html')) { $helpcontent = $xoops->tpl->fetch(XOOPS_ROOT_PATH . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoops->getConfig('language') . '/help/module_index.html'); } else { - $helpcontent = $module->getInfo('description'); - $helpcontent = '<div id="non-modhelp">' . $helpcontent . '</div>'; + $helpcontent = '<p>' . $module->getInfo('description') . '</p>'; } $xoops->tpl->assign('helpcontent', $helpcontent); Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/blocksadmin.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/blocksadmin.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/blocksadmin.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,8 +1,7 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Blocks</h1> +<h1>Help: Blocks</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4>Description</h4> +<p> Blocks are discreet sections of content that can be created and configured in the admin interface. Custom blocks can be created and are typically made up of text, graphics and pictures. The content in these blocks may be formatted individually or inherit the site formatting. Blocks may also be part of a modules display output. The blocks administration page is where all blocks are configured and administered. <br /><br /> Blocks are like a newspapers' front page: they are teasers that incite readers to read more complete stories in the inside pages. Blocks offer small bits of dynamic content with links to the actual content stored in the module.<br /><br /> @@ -12,6 +11,4 @@ Every module that is installed in a XOOPS site registers its blocks in the system, and the webmaster can decide where it will be shown, in what part of the page it'll appear and what kind of relevance, weight or position will it have. The site administrator can also edit the block's label and, if knowledgeable enough, can even edit the template that underlies the block's presentation. -</p> - -</div> +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,8 +1,7 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Comments</h1> +<h1>Help: Comments</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4>Description</h4> +<p> Site administrators have the option of providing a comments section for users. Comments can be added to many modules and displayed in a variety of ways. Comments can be screened, filtered, and made available to selected groups. This provides quick easy interaction from site users, while maintaining good moderation and security.<br /><br /> The Comment Manager allows the Site administrator to edit and delete any comment that has been posted to the site, originating in any module that supports the comments feature. @@ -10,6 +9,4 @@ You can also select several comments and delete them at once. -</p> - -</div> +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/groups.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/groups.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/groups.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,8 +1,7 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Groups</h1> +<h1>Help: Groups</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4">Description</h4> +<p> XOOPS incorporates a member registration system - you can optionally require people to sign up to your site in order to have access to certain areas or functions. For example, most sites require people to join before they are allowed to contribute news or post messages in the forums Access and administration rights to a XOOPS website are set through a flexible permission system based on 'user groups'. The default groups include anonymous users, registered members and webmasters, but of course you can define as many groups as you need to manage your site. Each group can be given a unique set of access rights governing:<br /><br /> @@ -15,6 +14,4 @@ Custom groups can also be created through the groups administration page. -</p> - -</div> +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/help_center.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/help_center.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/help_center.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,17 +1,13 @@ -<div id="help-template" class="outer"> +<h2>Welcome to: XOOPS Help center</h2> -<h2 class="head">Welcome to: XOOPS Help center</h2> +<h4>How do I use XOOPS?</h4> +<p>XOOPS is a web application platform written in PHP for the MySQL database. Its object orientation makes it an ideal tool for developing small or large community websites, intra company and corporate portals, weblogs and much more. In order to use XOOPS effectively, you need to install modules that provide the functionality that you're looking for. There are many different modules in <a href="http://www.xoops.org/modules/repository/" rel="external" title="Module Repository">Module Repository</a>, from calendars, photo galleries, through news, bulletin boards, to weather updates.</p> -<h4 class="odd">How do I use XOOPS?</h4> -<p class="even">XOOPS is a web application platform written in PHP for the MySQL database. Its object orientation makes it an ideal tool for developing small or large community websites, intra company and corporate portals, weblogs and much more. In order to use XOOPS effectively, you need to install modules that provide the functionality that you're looking for. There are many different modules in <a href="http://www.xoops.org/modules/repository/" rel="external" title="Module Repository">Module Repository</a>, from calendars, photo galleries, through news, bulletin boards, to weather updates.</p> +<h4>How do I use the Help Center?</h4> +<p>The Help Center is to provide you with basic information related to individual features of the Administration. Whenever you would like to know more about particular page you are on, just click the help icon in the right hand corner</p> -<h4 class="odd">How do I use the Help Center?</h4> -<p class="even">The Help Center is to provide you with basic information related to individual features of the Administration. Whenever you would like to know more about particular page you are on, just click the help icon in the right hand corner</p> +<h4>How I can create content in XOOPS?</h4> +<p>You'll need a module for it. This could be a News module, or a Content module. </p> -<h4 class="odd">How I can create content in XOOPS?</h4> -<p class="even">You'll need a module for it. This could be a News module, or a Content module. </p> - -<h4 class="odd">How I can get more help?</h4> -<p class="even">Please visit our Support Forums at: <a href="http://www.xoops.org/modules/newbb" rel="external" title="Forum">http://www.xoops.org/modules/newbb</a> </p> - -</div> \ No newline at end of file +<h4>How I can get more help?</h4> +<p>Please visit our Support Forums at: <a href="http://www.xoops.org/modules/newbb" rel="external" title="Forum">http://www.xoops.org/modules/newbb</a> </p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,13 +1,9 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Image Manager</h1> +<h1>Help: Image Manager</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4>Description</h4> +<p> The Image Manager is a tool that enables people to upload, organize and retrieve images for use throughout the site. You must configure the image manager before you can use it - this involves creating some categories to store your images and setting preferences on issues such as maximum image dimensions, file size and user group access rights. Each category is configured separately.<br /><br /> Images can be categorized and uploaded directly into the images manager through a browser in this window with one click of a button, enabling easy insertion of images into news articles and other content. There is an extensive permission system controlling image dimensions, file size and access of user groups to different categories. -</p> - -</div> - +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,12 +1,8 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Mail Users</h1> -<h4 class="odd">Description</h4> +<h1>Help: Mail Users</h1> +<h4>Description</h4> -<p class="even"> +<p> XOOPS has a built in messaging system that enables you to send a message to your entire registered user base or subgroups thereof, or using date filters. This can be in the form of a private message (i.e. through the XOOPS built-in messaging system) or through an email. A range of options is available for filtering out subgroups of users from your membership.<br /><br /> You can also use predefined tags that will enable you to personalize your message. -</p> - -</div> - +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/maintenance.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/maintenance.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/maintenance.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,9 +1,7 @@ -<div id="help-template" class="outer"> +<h1>Help: Maintenance</h1> +<h4>Description</h4> -<h1 class="head">Help: Maintenance</h1> -<h4 class="odd">Description</h4> - -<p class="even"> +<p> Maintenance provides several basic functions to help you in mantaining your XOOPS installation and keep it healthy:<br /><br /> - clean cache folder<br /> @@ -11,5 +9,4 @@ - perform maintenance of the database tables (analyze, check, optimize, and repair) <br /><br /> You can also perform a "Dump" of the whole database or individual tables for backup purposes. - -</div> \ No newline at end of file +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/module_index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/module_index.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/module_index.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,7 +1,3 @@ -<div id="help-template" class="outer"> - -<h2 class="head">Welcom to: System module</h2> -<h4 class="odd">Description</h4> -<p class="even">For administration of core settings of the site.</p> - -</div> \ No newline at end of file +<h2>Welcom to: System module</h2> +<h4>Description</h4> +<p>For administration of core settings of the site.</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/modulesadmin.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/modulesadmin.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/modulesadmin.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,8 +1,7 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Modules</h1> +<h1>Help: Modules</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4 >Description</h4> +<p> Modules are the software constructs that, taking advantage of the infrastructure that XOOPS provides, let the webmaster offer the site’s users dynamic or static content generated using a Web interface that more often that not is very easy to use.<br /><br /> Part of the power of XOOPS resides in the way modules are managed. The webmaster can easily install, uninstall, activate or deactivate any specific module (except the System module, for obvious reasons). It’s also possible to rename modules, and to determine the order in which they will appear to the end user in the site’s menu –if you want them to appear at all–, because you can also provide hidden functionality, defining active modules that have no visible presence to the casual user. For instance, you could define a module as not visible in the menu by disabling the check icon in the Menu column. So for the News module, you could then send a private messages to selected group of your users and tell them to access that directory typing the address in the URL field, something like <em>http://www.yoursite.com/modules/news</em>. <br /><br /> @@ -12,6 +11,4 @@ Module installation needs some planning, both for the modules to be displayed and also the layout on the pages. It is a good idea to review other XOOPS sites and see which modules are used to display various types of content. This is easily done by opening any XOOPS site and hovering over the menu links on the left and right hand side panels. At the same time look at the URLs displayed in the status bar on your browser. You should see addresses like this: http://the_site.com/modules/news/.... All modules are stored in the /modules/ directory, thus the following sector of the address (in this example 'news') shows the module that will display contents of that menu link. <br /><br /> If you open the page for the link it will show an example of how the module is used and the type of content it displays. Reviewing other sites like this will also give you some good insight into layout and design capabilities. -</p> - -</div> +</p> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/plugins.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/plugins.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/plugins.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -0,0 +1,8 @@ +<h1 class="head">Help: Plugins</h1> + +<h4>Description</h4> +<p> + +Empty... + +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/preferences.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/preferences.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/preferences.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,18 +1,16 @@ -<div id="help-template" class="outer"> +<h1>Help: Preferences</h1> +<h4>Description</h4> -<h1 class="head">Help: Preferences</h1> -<h4 class="odd">Description</h4> - -<p class="even"> +<p> The preference panels are where you configure your site-wide preferences. It is worth taking the time to work through them as some settings can have a significant impact on the performance, security and ease of use of your site. </p> -<h4 class="odd">General Settings</h4> -<p class="even"> +<h4>General Settings</h4> +<p> These are the most important and most frequently accessed preferences. You will set the Site name and the Slogan for your Website. You'll also select the default Theme and Admin GUI. And if you need to work on your Website, you can close it for all users. You can also set Module-wide Cache times. </p> -<h4 class="odd">Meta Tags and Footer</h4> -<p class="even"> +<h4>Meta Tags and Footer</h4> +<p> Meta tags provide information about your information – they describe the nature of your website. Their main use is to help search engines and their robots to index your website correctly, i.e. to help the right people find it. The information you supply is included in the header of each webpage. It should represent the content of the site as a whole - the meta information is the same on every page, it currently cannot be customised for different modules or pages.<br /><br /> Be aware that the major search engines use different strategies for indexing websites. They may place different weightings on meta tags or even ignore them completely. Careful use of meta information may help your website to gain better search engine rankings and it is useful to seek information on the indexing strategies of your dominant referrers (see your website logfile). This may help you to optimise your meta information or other aspects of your site design and content to improve your rankings. <br /><br /> @@ -21,16 +19,16 @@ </p> -<h4 class="odd">Word Censoring Options</h4> -<p class="even"> +<h4>Word Censoring Options</h4> +<p> XOOPS can automatically censor undesirable words that may be posted by visitors to your site and replace them with a generic, alternative term of your choice. The censorship function does consume some system resources and may slow your site somewhat. It is disabled by default.<br /><br /> To implement censorship on your site select the ‘<em>enable</em>’ radio button. You need to enter a list of unwanted words in the ‘<em>words to censor</em>’ box, separating them with the pipe character. This function is case insensitive. Enter a suitable replacement term in the ‘<em>replace bad words with</em>’ box. The default is #OOPS#. </p> -<h4 class="odd">Search Options</h4> -<p class="even"> +<h4>Search Options</h4> +<p> The search facility is one of the most important tools for locating information in a portal website. The XOOPS search categorises results by module – records are identified as news items, downloads, links or other types as per the modules you have installed. <br /><br /> Global searches of all resources on your site are enabled by default. If you disable global searches this facility will no longer be available and the search block will become non-functional. @@ -40,21 +38,19 @@ </p> -<h4 class="odd">Mail Setup</h4> -<p class="even"> +<h4>Mail Setup</h4> +<p> This section of the control panel is used to configure your email for the system. It is recommended that you leave the Mail Delivery Method on the default setting “PHP (mail)”. You do not need to fill in the Sendmail or SMTP fields unless you use an alternative mail delivery option. </p> -<h4 class="odd">Authentication Options</h4> -<p class="even"> +<h4>Authentication Options</h4> +<p> Just leave it at Xoops Database and you can ignore all the other options in there.<br /><br /> LDAP or Microsoft Active directory servers have been added for authentification as an alternate to the normal Xoops users. The reason is that in many company you already have a user database in ADS or LDAP and they can use that to logon to Xoops and don´t have to register yet another account. </p> -<h4 class="odd">System Module Settings</h4> -<p class="even"> +<h4>System Module Settings</h4> +<p> Here you can activate/deactivate each of the System sections, as well as specify system-wide defaults, e.g. for number of displayed avatars or images per page. You can also select a default editor for blocks, comments, and for all modules. -</p> - -</div> \ No newline at end of file +</p> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/smilies.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/smilies.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/smilies.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,14 +0,0 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Smilies</h1> - -<h4 class="odd">Description</h4> -<p class="even"> -Smiles are little graphic symbols that people can use to express themselves. They can be inserted anywhere in the text of an article, comment or post from both the user and admin sides of the system. XOOPS ships with a collection of 17 smilies built in. Some of these are displayed on the submission forms in various modules (including forums, news, downloads, links and others). Clicking on a smilie will insert it into the post. Smilies can also be inserted by typing in their unique ‘codes’ (keyboard shortcuts), for example typing ':' '-' 'D' in a post will insert this smilie: <img src="http://www.xoops.org/uploads/smil42e7a3d4c7b9f.gif" alt=""/> <br /><br /> - -The full list of smilies available on your system and their codes is accessible through the Smilies, which is where you're now. Here you can add, edit and delete smilies, and control which are displayed on submission forms (only nine of the 17 are displayed by default)<br /><br /> - -If you don’t want smilies on your system, you can either uncheck the “display in form?” box (in which case they won’t appear on submission forms, but will still be available via their codes), or use the delete link to remove them entirely. -</p> - -</div> - Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/tplsets.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/tplsets.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/tplsets.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,8 +1,7 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Templates</h1> +<h1>Help: Templates</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4>Description</h4> +<p> XOOPS allows for some separation between the actual presentation of the site (the “<em>skin</em>” or user interface) and the code that runs in the back. The first one is handled by a sophisticated mechanism based on graphical themes. A theme may include, in its basic form, the essential HTML templates that define the visual interface of the site, as well as the style sheets and images needed to complement that visual interface. Themes are switchable in the administrative interface, so changing the whole appearance of a XOOPS site it’s just a matter of changing the value of a selector and clicking on “Accept”. XOOPS also provides site administrators with the ability to let users choose among some available themes.<br /><br /> Generally speaking, a <strong><em>theme</em></strong> is the high level visual framework of a site: the theme defines, for instance, the general layout of the site; on the other hand, it does not usually define the specific distribution of content within a block. This is handled by a different entity called a <em><strong>template set</strong></em>. A template set<em> </em>is an ensemble of HTML templates that define the presentation of content within all the blocks that form a XOOPS Web site. If we want a more clear metaphor for this, we could say that the theme is like the architect of a house, while the template set is like the interiors decorator. The first one sets the walls and defines the general distribution, but it’s the second one who’s in charge of “<em>dressing</em>” those walls.<br /><br /> @@ -13,18 +12,16 @@ <strong><a rel="external" href="http://www.smarty.net/">Smarty</a></strong> that makes the function of what used to be called <em><strong>variable interpolation</strong></em>. Expressed in a simple way, we could say that the XOOPS system uses PHP files to hold the logic of the modules (access to the database, allocation of variables, management of rights...), HTML files with Smarty variables inserted to manage the actual visual interface, and the Smarty engine to insert values and strings in specific places within the HTML that builds the pages seen by the end user. All in all, what this means to you can be easily summarized: thanks to its theming system, XOOPS lets site designers build more interesting and visually stunning sites without much concern about what happens under the hood. -<h4 class="odd">Cloning and downloading template sets</h4> -<p class="even"> +<h4>Cloning and downloading template sets</h4> +<p> If you would like to create a custom template set you can make a copy of the default set (or any other) by selecting the ‘<em>clone</em>’ link (you will be prompted to give the new set a name). Unlike the default, other template sets can be freely edited. You can also save a copy of a template set to disk by selecting the ‘<em>download</em>’ link, or remove it with the ‘<em>delete</em>’ link. You may also sometimes see an additional ‘<em>Generate</em>’ link next to new modules for which templates have not yet been created. </p> -<h4 class="odd">Editing templates</h4> -<p class="even"> +<h4>Editing templates</h4> +<p> You can see a full list of available templates by browsing the directory treeview. When you select a template, XOOPS will open it in an editor where you can edit it. <br /><br /> While editing templates you must enable a preference that automatically updates module template .html files if there are newer files under the themes/your theme/templates directory for the current theme (System Module -> Preferences -> General Settings -> Update module template .html files from themes/your theme/templates directory? -> ‘<em>Yes</em>’). This should be turned off once the site goes public.<br /><br /> If you accidentally mess up a template don’t forget that you can retrieve a ‘<em>good</em>’ copy from the default template set. If you are working with non-standard templates it may be a good idea to save a copy to disk before you start modifying them. -</p> - -</div> +</p> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/userrank.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/userrank.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/userrank.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,17 +0,0 @@ -<div id="help-template" class="outer"> - -<h1 class="head">Help: User Ranks</h1> -<h4 class="odd">Description</h4> - -<p class="even"> -User Ranks allow you to give people some ‘<em>status</em>’ based on either their role or level of participation in the community. It is important to note that user ranks are functionally irrelevant - they *do not* confer any extra privileges or administrative rights at all – they are just titles. User access rights are actually controlled elsewhere (through the Groups section of the control panel). If you assign someone the Webmaster user rank but forget to also assign them to the Webmaster user group (a common mistake) they may look cool but they won’t be able to administer the site !<br /><br /> - -‘<em>Normal</em>’ ranks are assigned on the basis of the number of forum posts and comments a user has made. A user’s rank will change as they make enough posts to qualify for the next level. XOOPS ships with the following default ranks: Just popping in; Not too shy to talk; Quite a regular; Just can’t stay away; and Home away from home. -XOOPS also ships with two ‘<em>special ranks</em>’: Moderator and Webmaster. Special ranks differ in that they can be assigned to users irrespective of the number of posts they have made. A typical use of special ranks is to give recognition to people performing various administrative functions.<br /><br /> - -The ‘<em>edit</em>’ link allows you to change the name of a rank, to alter the minimum / maximum number of posts needed to qualify, to designate it as a ‘<em>special</em>’ rank (or not), and to upload a new rank image. You can remove unnecessary ranks (‘delete’ link). <br /><br /> - -You can create additional ranks through the form at the bottom of the user rank page. Simply assign a name, minimum and maximum number of posts (if desired), upload a rank image and assign it as either normal or special. -</p> - -</div> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/users.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/users.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/users.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,20 +1,19 @@ -<div id="help-template" class="outer"> -<h1 class="head">Help: Users</h1> +<h1>Help: Users</h1> -<h4 class="odd">Description</h4> -<p class="even"> +<h4>Description</h4> +<p> XOOPS provides built in tools for easy user management. These include the ability to search for users by various criteria, send email and private messages to users through a template-based messaging system. In your site, users have the rights that pertain to the group they're assigned to.<br /><br /> As to users, they have access to their profile, have some control over most of the information that will be visible to other users, and have also an inbox to receive private messages from the site administrator or from other users. They have besides control over what changes in the site will trigger personal notifications. And depending on the permissions set by the site manager, they can see content and participate in the site's life by uploading content, writing stories or comments, rating content and in general giving their feedback to what they see on the site.<br /><br /> </p> -<h4 class="odd">Advanced Search</h4> -<p class="even"> +<h4>Advanced Search</h4> +<p> "Advanced Search" provides a wide range of options that you can use to search for specific users or to filter your membership. You can also obtain a complete list of members by pressing the ‘submit’ button without using any of the filters. </p> -<h4 class="odd">Edit Users</h4> -<p class="even"> +<h4>Edit Users</h4> +<p> You can add, edit and delete users through this section of the System Module.<br /><br /> To edit a user, search for one based on the name or other criteria. You may then choose to either <br /><br /> @@ -22,7 +21,4 @@ ii) delete them using the second drop down box.<br /><br /> Selecting ‘modify’ will open the user’s profile which you may then change as you see fit (note that you can also reach the edit profile page from the user side via the member directory, or by clicking on a username anywhere in the site). -</p> - - -</div> +</p> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_help.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_help.html 2012-04-29 17:05:07 UTC (rev 9407) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_help.html 2012-04-29 19:52:09 UTC (rev 9408) @@ -1,30 +1,55 @@ <{includeq file="admin:system|system_header.html"}> <table> - <tr> - <td class="width20" valign="top"> - <{if $help}> - <div class="xo-help-menu"> - <h2 class="head"><{$modname}></h2> - <{foreach item=help from=$help}> - <div class="<{cycle values='odd, even'}>"><a href="<{$help.link}>"><{$help.name}></a></div> - <{/foreach}> - </div> - <{/if}> - <{if $list_mods}> - <div class="xo-help-menu"> - <{foreach item=row from=$list_mods}> - <h2 class="head"><{$row.name}></h2> - <{foreach item=list from=$row.help_page}> - <div class="<{cycle values='odd, even'}>" title="<{$list.name}>"><a href="<{$list.link}>"><{$list.name}></a></div> - <{/foreach}> - <{/foreach}> - </div> - <{/if}> - </td> - <td valign="top"> - <div id="help-content"> - <{$helpcontent}> - </div> - </td> - </tr> + <tr> + <td class="width20" valign="top"> + <{if $help}> + <div id="help-content"> + <div class="system-help outer"> + <div class="xo-window"> + <div class="xo-window-title"><span class="ico ico-application"></span> <{$smarty.const._AM_SYSTEM_HELP}></div> + <div class="xo-window-data"> + <{foreach item=help from=$help}> + <div><a href="<{$help.link}>"><{$help.name}></a></div> + <{/foreach}> + </div> + </div> + </div> + </div> + <{/if}> + <{if $list_mods}> + <div id="help-content"> + <div class="system-help outer"> + <div class="xo-window"> + <div class="xo-window-title"><span class="ico ico-application"></span> <{$smarty.const._AM_SYSTEM_HELP}></div> + <div class="xo-window-data"> + <{foreach item=row from=$list_mods}> + <h2 class="head"><{$row.name}></h2> + <{foreach item=list from=$row.help_page}> + <div title="<{$list.name}>"><a href="<{$list.link}>"><{$list.name}></a></div> + <{/foreach}> + <{/foreach}> + </div> + </div> + </div> + </div> + <{/if}> + </td> + <td valign="top"> + <div id="help-content"> + <div class="system-help outer"> + <div class="xo-window"> + <div class="xo-window-title"><span class="ico ico-help"></span> <{$smarty.const._AM_SYSTEM_HELP}>: <{$modname}></div> + <div class="xo-window-data"> + <{$helpcontent}> + <{if $help_module}> + <div class="txtcenter"> + <a class="btn btn-primary btn-mini" href="<{$xoops_url}>/modules/<{$moddirname}>/admin/index.php"><i class="icon-home icon-white"></i> <{$modname}></a> + </div> + <{/if}> + </div> + </div> + </div> + </div> + </td> + </tr> </table> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |