test melih
 melih
Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • arkan777 Friend
    #816667

    Hi, I have some problems with content plugin. Could you please check this for me.

    I tried to install dropfiles component (https://www.joomunited.com/products/dropfiles) and it did not work. I have asked component provider support and I have information: Hi, thanks for your info. I checked your site and see that your template don’t support any content plugin (Dropfiles, Droppics, UniForm, Ignite Gallery,.. ). Could you ask the template provider check this problem? Regards. Tech Support for Dropfiles

    Pankaj Sharma Moderator
    #818091

    Hi
    I never used the extension u using on site . Could u provide the step details ,how i will replicate the problem on your site .
    Currently i checked one the article > INFORMACJA – 24 GRUDNIA URZĄD NIECZYNNY
    that has attached pdf file in and its working fine for me .
    Have you try this extension with standard template of Joomla? It will help us to sort out where the error come from.

    arkan777 Friend
    #818394

    Component instrucrion on the other page (correct work): images step 1 to step 5

    code:

    1. Go to Article ID:1192 : http://modliborzyce.pl/wiadomosci/aktualnosci/1192-j-fijalkowska-w-finale.html in the back office
    2. Do the same steps: click on button "Files Dropfiles" and insert any pdf to article.
    3. Then go to this article on the website and check. The pdf files not working.
    4. I have chcecked on 3 other joomla websites and works fine

    1. Step1
    2. step-2-and-3
    3. step4
    4. step5
    arkan777 Friend
    #818411

    html code looks the same so the problem may be in content plugin

    Pankaj Sharma Moderator
    #828129

    Hi
    Sorry for the late reply .
    Please try this solution
    Go to open file root_folder/templates/ja_teline_v/html/layouts/joomla/content/item/default.php
    and look for this line :

    
    <?php echo $item->fulltext; ?>

    then replace with :

    
    <?php echo str_replace($item->introtext, '', $item->text); ?>

    Save and check , it should solve the pdf issue .

    Let me know if it helps

    arkan777 Friend
    #829866

    Works fine now, thanks for help.

    Could you help with another changes:

    1. Print option is not working: http://modliborzyce.pl/wiadomosci/zamowienia-publiczne/1171-zawiadomienie-o-wyborze-najkorzystniejszej-oferty-na-zadanie-dostawa-lekkiego-samochodu-ratowniczo-gasniczego-dla-ochotniczej-strazy-pozarnej-w-zarajcu.html

      • click on print
      • then it looks like this: printing preview added
      • i would like to relocate print icon (shown on the picture)
      • any chance to add to print date , hours, minutes for example: 2015-12-23 06:43:42
    2. As you can see there are many articles with the same title because this is government office website, for example: http://modliborzyce.pl/wiadomosci/obwieszczenia-burmistrza.html.
      We would like to add on the end of every url adress, article ctreated date,
      for example http://www.mywebsite.com/article-23-12-2015.html
      How can I do this?

    1. Printing-article
    2. Print-icon-relocate
    Pankaj Sharma Moderator
    #829916

    Hi
    1 . The Print function is default Joomla function and does not modify by the template .
    Please check this doc for customize print pop

    1. For 2 do u want to disable the print icon from tools ? In the template there is special design of using tools in this area , You can customize the files from ja_teline_vhtmllayoutsjoomlacontent / typotools.php
    arkan777 Friend
    #833027

    We would like to add on the end of every url adress, article ctreated date,
    for example http://www.mywebsite.com/article-23-12-2015.html
    How can I do this?

    Pankaj Sharma Moderator
    #833050

    Hi
    This is something beyond the support scope , may needed core hacks in Joomla , You can post query on Joomla Forum , or hire a developer for such customization .

    arkan777 Friend
    #833073

    Hi, Ok. Thanks.
    One more question. Can you hepl me to move "Print" option to be next to "hits" and "article created date"


    1. print
    2. Print-icon-relocate1
    arkan777 Friend
    #833076

    Hi, Ok. Thanks.
    One more question. Can you help me to move "Print" option to be next to "hits" and "article created date"


    1. print1
    Pankaj Sharma Moderator
    #833697

    Hi
    Go to File "/html/layouts/joomla/content/item_aside.php" in template "ja_teline_v".
    add this code after line 50

    
                <?php if ($params->get('show_print_icon')) : ?>
                    <li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $item, $params); ?> </li>
                <?php endif; ?>

    Clean cache save and check. + Show print icon from menu options .

    arkan777 Friend
    #833885
    Pankaj Sharma Moderator
    #834451

    Hi
    try this go to ja_teline_v/html/layouts/joomla/conten/item/default.php
    and add the same code before around line 50 . it will add Print options . It may have some style issue , as the pre design of print is based in the tools options .

    arkan777 Friend
    #834706

    Print icon is OK now.
    How can i disable tools option now? If I go to main menu option, and change to "hide print option" it hides two icons. I just want to hide tools.

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

This topic contains 17 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 1 month ago.

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