Modifications

The following files have been modified in the source code to fulfill GFRAS' needs. A copy of the modification is saved alongside the original file with a -gfras in the filename. This ensures that the modification is not lost in case an update overwrites the active file.

Note: Don't just remove the -gfras to recover the modifications in an overwrittenfile. To guarantee compatabilty you have to manually change the code again in the updated file.

modules/mod_fabrik_list/mod_fabrik_list.php

The module picks up the title of the page (i.e. the country's name) and show a list of the Extension Directory filtered by the country name. 

 

components/com_content/modules/forms/article.xml

The tag fiels has been declared mandatory to ensure that every article gets a tag.

components/com_comprofiler/plugins/tempalte/default/default.php

In line 589 put in This list 

$return .= CBTxt::Th( 'This list has' . (int) $this->listId . '_TOTAL_REGISTERED_MEMBERS', 'This list has %%TOTAL%% member|This list has %%TOTAL%% members', array( '[SITENAME]' => $_CB_framework->getCfg( 'sitename' ), '[title]' => $this->listTitleHtml, '%%TOTAL%%' => $this->total ) );