Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • brusamolino Friend
    #169372

    Social plugin is disappeared after set position “After title display” in Events template for joomla 1.7… why?

    Thanks
    Luca

    jooservices Friend
    #417279

    Hi,
    Can you please describe the issue more clearly then I can reproduce to fix it?
    Thanks
    Viet Vu

    brusamolino Friend
    #417283

    I send you the setting page about JASOCIAL PLUGIN and a page about the site that use events template for joomla 1.7

    I set “After title display” for the plugin but iit is is disappeared. Appear only with “After content display”

    Why?

    thanks luca


    1. ticket_page
    2. setting_social_plugin
    jooservices Friend
    #417386

    Hi
    Please update me your backend & ftp access than i can help you for checking ?
    Thank you
    Viet Vu

    brusamolino Friend
    #417455

    how can i send you a private messagge for the user and password?

    jooservices Friend
    #417468

    <em>@brusamolino 273677 wrote:</em><blockquote>how can i send you a private messagge for the user and password?</blockquote>
    go to this please http://www.joomlart.com/forums/private.php?do=newpm&u=245665

    Thanks
    Viet Vu

    brusamolino Friend
    #417475

    ok i’ve sent you a private message
    Have you received?

    thanks
    luca

    jooservices Friend
    #417480

    <em>@brusamolino 273703 wrote:</em><blockquote>ok i’ve sent you a private message
    Have you received?

    thanks
    luca</blockquote>
    Thank you, I got it and going to check the issue for you right now!

    jooservices Friend
    #417483

    I got message “Web in construction” when opened your home page to check! Do you have any link to an article where I can check the appearing of that plugin?

    Thanks
    Viet Vu

    brusamolino Friend
    #417523

    you have to go on http://www.florence-noel.it/index.php and go in “Biglietteria” (http://www.florence-noel.it/index.php/biglietteria) or “Dove e quando” (http://www.florence-noel.it/index.php/dove-e-quando) section on the right menu

    thanks
    luca

    jooservices Friend
    #417640

    Hi
    I’m sorry but once again, would you mind update me your FTP access also to check into code ?
    Thank you
    Viet Vu

    brusamolino Friend
    #418155

    Sent a private message with ftp access

    Can you give me some news?

    thanks Luca

    jooservices Friend
    #418165

    Hi
    I’ve just back work today. Let’s me try and reply you in today.
    Thank you
    Viet Vu

    jooservices Friend
    #418173

    Hi
    This one i’ve just checked and it’s look like Joomla core bug also .
    http://groups.google.com/group/joomlabugsquad/browse_thread/thread/a9cbc6f6c7dff019/e82734c38333f2e2

    it’s considering to use echo instead return.
    I’ll try to mention this one to dev.
    Thank you
    Viet Vu

    Sherlock Friend
    #418597

    Hi brusamolino,

    This is a bug, that is a lacking of afterDisplayTitle event in the article layout template override and I fixed it as following
    Open the file of templates/ja_events/html/com_content/article/default.php look for this snap of code
    [PHP] <?php $useDefList = (($params->get(‘show_author’)) OR ($params->get(‘show_category’)) OR ($params->get(‘show_parent_category’))
    OR ($params->get(‘show_create_date’)) OR ($params->get(‘show_modify_date’)) OR ($params->get(‘show_publish_date’))
    OR ($params->get(‘show_hits’))); ?>[/PHP]

    Change it to
    [PHP] <?php if (!$params->get(‘show_intro’)) :
    echo $this->item->event->afterDisplayTitle;
    endif; ?>

    <?php echo $this->item->event->beforeDisplayContent; ?>

    <?php $useDefList = (($params->get(‘show_author’)) OR ($params->get(‘show_category’)) OR ($params->get(‘show_parent_category’))
    OR ($params->get(‘show_create_date’)) OR ($params->get(‘show_modify_date’)) OR ($params->get(‘show_publish_date’))
    OR ($params->get(‘show_hits’))); ?>[/PHP]

    check again the url http://www.florence-noel.it/index.php/biglietteria you would see it work

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 15 replies, has 3 voices, and was last updated by  Sherlock 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum