Jump to content

Chris59

Clients
  • Posts

    420
  • Joined

  • Last visited

  • Days Won

    7

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Chris59

  1. Working on a huge set of category and new flat icon awards ,trophies, achievement, social awards etc.. here's a sneak peak

    Numberseries for, Posts, reputation ,events, files, gallery, and many many more . 4000 icons on the way ... 

    Different shapes 
    flat-con-set.jpg


    2016-10-28_08-47-03.jpg


    2016-10-28_08-42-15.jpg

  2. Add new videos stop working now . not sure its because I update to 4.1.16 or i integrate collaboration with it ... tried also add a new video in ordinary category without success ....

    2016-10-18_06-28-11.jpg
    2016-10-18_06-28-44.jpg

  3. 3 hours ago, SinaMiandashti said:

    there is a huge permissions issues on this app

    i Notice if you copy a award they are not visible until you go in to permission and save it .
    is not copy the permission when when copied a award ... the permission are ticked the
    right way from the copied item but for some reason they now save the right way ....

  4. 25 minutes ago, Volstate said:

    Still not showing in the pane display no matter what I do...

    Dont show on default theme either ??? Make sure the permission is right to . who can get , view etc
    Also try to clear the cache as well ... 

    make sure you have it setup the right way ...
    How they show up -->
    2016-10-03_04-56-52.jpg

    If you have a category with awards as i have in my case Special Märken*

    2016-10-03_04-58-42.jpg

    And in the settings view you must tell *Panel* to pick up awards to show up from *Special Märken* 

    2016-10-03_04-59-41.jpg
     

    And you must assign awards to members before they can show up .... From my example ..
    If yiou have assign a award from the category *Special märken* (in my case) they will show up in panel.

     

  5. You must play with the settings and you will figure out how its work .... the size and where to show 
    in postbit or panel and hovercard settings ..... 
     

    2016-10-02_22-32-52.jpg

    you can also play with the css . the padding etc ... 
    feel free use my css... put this css to you themes custom.css

    /**********************************************/
    /** How iAwards showing in forum postbit */
    /**********************************************/
    fieldset.awards_fieldset { background: #dadbde; border-color:darkgrey; border-width:5px;border-radius:5px;border-style:double; }
    legend.awards_legend { padding: 0 0.5 em; }
    .awards_dataOuter { width: 100%; margin: 0 auto; }
    .awards_data { display: inline-block; padding: 0px 0px; }
    .awards_dataHover { display: inline-block; padding: 5px 6px; }
    .awards_dataHover:first-child { padding: 5px 0; margin-left: -5px; }
    .awards_award_img { margin-top: 0px; }
    .awards_awardRow { width: 10%; }
    .awards_reasonRow { width: 90%; }
    .awards_awardsRow { width: 10%; }
    .awards_reasonsRow { width: 80%; }
    .awards_statsRow { width: 15%; }
    hr.awardsHr { margin: 5px 0 10px 0; height: 0; padding: 0; border-width: 1px 0 0 0; border-style: solid; border-color: #f0f0f0; }
    /**********************************************/

  6. Hello Taman ! have some things i wonder about or can be as a suggest ...

    1* I see the theme do not have any icons in menu or user settings etc photo below
        is this coming in future versions

    Skärmavbild 2016-09-30 kl. 17.08.26.png
    2* Can i edit the look direkt in theme settings or do i need to add to custom css ? 
         want to be able to edit the widget title header etc .. pic below ...

    2016-09-30_17-15-55.png

    Would be nice to put this code directly in settings without edit the custom css ...

     

    background: #5f7c8e; /* Old browsers */
    background: -moz-linear-gradient(top, #5f7c8e 1%, #394551 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5f7c8e 1%,#394551 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5f7c8e 1%,#394551 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7c8e', endColorstr='#394551',GradientType=0 );
    border-radius: 5px 5px 0 0;
    border-width:5px;	
    border-style:double;
    border-color:#ccc;
    }

     

  7. yes they are.... you must go to this templates to change it ...

    ACP . Pages / Templates

    Database Templates/Image Featured Two Column S1/Entry
    Database Templates/templatesImage Featured One Column S1/Entry
    Block Plugin Templates/Recordfeed/image_featured_two_column_s1
    Block Plugin Templates/Recordfeed/image_featured_one_column_s1
    Block Plugin Templates/Recordfeed/image_featured_newsfeed_s1
    Block Plugin Templates/Recordfeed/footer_articles 

    But i notice all of them can be changed to lang strings already inbuilt in ips ......

  8. For you who wants to play with css . pic below ...

    For this look i use gradient css ... i have another color for sidebar... 

    /*Badges Background*/
    .ArticleS1 .badges{
        background: darkred; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(
    darkred, red); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(
    darkred, red); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(
    darkred, red); /* For Firefox 3.6 to 15 */
        background: linear-gradient(
    darkred, red); /* Standard syntax (must be last) */
    }
    /*Badges font color*/
    .ArticleS1 .badges{
        color: #fff;
    }
    /*The little border color of badges*/
    .ArticleS1 .badges:after{
        border-top: 10px solid {hextorgb="#e46161" opacity="0.84"};
    }
    /*The little border color of badges on sidebar*/
    #ipsLayout_sidebar .ArticleS1 .badges:after{
        border-left: 6px solid {hextorgb="#e46161" opacity="0.84"};
    }

    ### And you can play with radius as well ###


    #ipsLayout_mainArea .ArticleS1 .badges {
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        left: -10px;
        width: auto;
        padding: 5px 15px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 7px 7px 7px 0px;
    }

    2016-09-24_15-35-17.jpg

    PS** If you are using Ipsfocus themes i have css for Chameleon, Brave, Wireless, and Titan if u need ... just PM me

  9. While -Raw- work hard to fix the issues i wanted to show some things i did on my board....
    Now i have all iawards css in the custom.css for better control for each themes i have .. 
    I will explain all and what and how i did things when i release the award icons later ... 
    In postbit i have category iAwards and in panel i added a category Trophys ..... Pics below ...

    Light IPS Focus theme Chameleon

    2016-09-22_14-18-45.jpg

    Dark Ips Focus theme Titan

    2016-09-22_14-20-22.jpg

    If some of you wonder ^_^ 

    2016-09-22_14-20-22.jpg

  10. Okey . i have also look closer  to this .... used default theme .... they are 3 missing language strings in the app ...

    Manually added them and that part worked now.
    <?xml version="1.0" encoding="UTF-8"?>
    <language>
     <app key="awards" version="10016">
      <word key="awards_awarded_pl" js="0">iAwards</word>
      <word key="Members_pl" js="0">iAwards</word>
      <word key="Members_pl_lc" js="0">iAwards</word>
    </app>
    </language>

    Maked a search from front page gave me this error

    2016-09-21_09-35-31.jpg

    Error Code

     

    SELECT perm_type_id FROM `core_permission_index` WHERE core_permission_index.app='awards' AND core_permission_index.perm_type='awards' AND (( FIND_IN_SET(4,perm_) ) OR perm_='*' )
    IPS\Db\Exception: Unknown column 'perm_' in 'where clause' (1054)
    #0 /www/xx/um/xx/xxx/public_html/system/Db/Select.php(346): IPS\_Db->preparedQuery('SELECT perm_typ...', Array)
    #1 /www/xx/um/xx/xxx/xx/system/Db/Select.php(408): IPS\Db\_Select->runQuery()
    #2 /www/xx/um/xx/xxx/xx/system/Content/Item.php(2245): IPS\Db\_Select->rewind()
    #3 /www/xx/um/xx/xxx/xx/system/Helpers/Table/Content.php(267): IPS\Content\_Item::getItemsWithPermission(Array, 'awarded_date de...', NULL, 'read', NULL, 0, NULL, false, false, false, true, Array, false, true, true, true, false)
    #4 /www/xx/um/xx/xx/xx/system/Helpers/Table/Table.php(448): IPS\Helpers\Table\_Content->getRows(Array)
    #5 /www/xx/um/xx/xx/xx/applications/core/modules/front/members/profile.php(502): IPS\Helpers\Table\_Table->__toString()
    #6 [internal function]: IPS\core\modules\front\members\_profile->content()
    #7 /www/xx/um/xx/xx/xx/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #8 /www/xx/um/xx/xxe/xxl/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute()
    #9 /www/xx/um/xx/xx/xx/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #10 /www/xx/um/xx/xx/xx/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

    Opened My activity (user profile) clicked 

    2016-09-21_09-45-29.jpg

    And got this error from here same error

    2016-09-21_09-35-31.jpg

    SELECT perm_type_id FROM `core_permission_index` WHERE core_permission_index.app='awards' AND core_permission_index.perm_type='awards' AND (( FIND_IN_SET(4,perm_) ) OR perm_='*' )
    IPS\Db\Exception: Unknown column 'perm_' in 'where clause' (1054)
    #0 /www/xx/um/xx/xx/xx/system/Db/Select.php(346): IPS\_Db->preparedQuery('SELECT perm_typ...', Array)
    #1 /www/xx/um/xx/xx/xx/system/Db/Select.php(408): IPS\Db\_Select->runQuery()
    #2 /www/xx/um/xx/xx/xx/system/Content/Item.php(2245): IPS\Db\_Select->rewind()
    #3 /www/xx/um/xx/xx/public_html/system/Helpers/Table/Content.php(267): IPS\Content\_Item::getItemsWithPermission(Array, 'awarded_date de...', NULL, 'read', NULL, 0, NULL, false, false, false, true, Array, false, true, true, true, false)
    #4 /www/xx/um/xx/xx/xx/system/Helpers/Table/Table.php(448): IPS\Helpers\Table\_Content->getRows(Array)
    #5 /www/xx/um/xx/xx/xx/applications/core/modules/front/members/profile.php(502): IPS\Helpers\Table\_Table->__toString()
    #6 [internal function]: IPS\core\modules\front\members\_profile->content()
    #7 /www/xx/um/xx/xx/xx/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #8 /www/xx/um/xx/xx/xx/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute()
    #9 /www/xx/um/xx/xx/xx/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #10 /www/xx/um/xx/xx/xx/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

    Hope this help to find the what trigger the errors ..... Sorry didnt see this yesterday ^_^ 

  11. On 2016-09-13 at 1:30 AM, PaleoCris said:

    I am experiencing an issue where the language string for the Awards application appears to be missing in the search bar and advanced search fields. It says "awards_awarded_pl", but searching it for the English language in the editor was returning nothing..When I use the visual language editor, I hold over the string and the box is empty. I fill it in, hit save and it goes blank again.
     


    I added this line to the xml file and imported it again and now all good 

    <word key="awards_awarded_pI" js="0">iAwards</word>

    Copy and paste the line from here. bc _pI  Note: _pI is p +big  I as Indian (NOT a small L)

×
×
  • Create New...