Jump to content

tamplan

Clients
  • Posts

    193
  • Joined

  • Last visited

Reputation Activity

  1. Like
    tamplan got a reaction from BomAleold in Download: [T] Developpers Tools   
    File Name: [T] Developpers Tools
    File Submitter: tamplan
    File Submitted: 25 Jul 2009
    File Category: Applications

    This little admin application can help you making all the necessary xml files for your application you write.
    All the xml files are exported in one step.
    You can make the xml files for severals applications in one step too.

    Click here to download this file
  2. Like
    tamplan got a reaction from Amfidiusz-PL in Portal Page Title when Default App/Landing Page   
    You must change in 'globalTemplate'.

    Search :


    {parse variable="forumActive" default="" oncondition="IPS_APP_COMPONENT == 'forums'" value="active"} Add before :

    {parse variable="portalActive" default="" oncondition="IPS_APP_COMPONENT == 'portal'" value="active"} Then, search :

    <li id='nav_discussion' class='left {parse variable="forumActive"}'><a href='{parse url="act=idx" seotitle="false" base="public"}' title='{$this->lang->words['go_to_discussion']}'>{$this->lang->words['discussion']}</a></li> Add before :

    <li id='nav_portal' class='left {parse variable="portalActive"}'><a href='{parse url="app=portal" seotitle="false" base="public"}' title='{$this->lang->words['go_to_portal']}'>{$this->lang->words['portal']}</a></li>
    Edit the application public title to hide the original tab.
  3. Like
    tamplan got a reaction from ToddDoug in Portal Page Title when Default App/Landing Page   
    Open 'admin/applications_addon/ips/portal/modules_public/portal/portal.php' and delete :


    //----------------------------------------- // Make sure the portal is installed an enabled //----------------------------------------- if( ! IPSLib::appIsInstalled( 'portal' ) ) { $this->registry->output->showError( 'no_permission', 1076 ); }
    I consider this like a bug because the portal is installed.

    I have open a bug report.
  4. Like
    tamplan got a reaction from vesperala in Please, be more logical   
    For the skin issue of 'active content', in 'activePostsView', search:


    {$app['app_public_title']} Replace twice by:

    {IPSLib::getAppTitle($app['app_directory'])} And for the skin issue of 'new content', in 'newPostsView', search:

    {$app['app_public_title']} Replace twice by:

    {IPSLib::getAppTitle($app['app_directory'])}
    Hope this help, regards :thumbsup:
  5. Like
    tamplan got a reaction from vesperala in Please, be more logical   
    You must add the following lines in In the core_public_global.php french file :
    'calendar_display_title' => "Calendrier", 'chat_display_title' => "Tchache", 'downloads_display_title' => "T'blog_display_title' => "Blogs",


×
×
  • Create New...