Jump to content

Chris59

Clients
  • Joined

  • Last visited

Everything posted by Chris59

  1. 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; } PS** If you are using Ipsfocus themes i have css for Chameleon, Brave, Wireless, and Titan if u need ... just PM me
  2. Chris59 replied to -RAW-'s post in a topic in Marketplace
    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 Dark Ips Focus theme Titan If some of you wonder
  3. Chris59 replied to -RAW-'s post in a topic in Marketplace
    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 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 And got this error from here same error 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
  4. Chris59 replied to -RAW-'s post in a topic in Marketplace
    Super ... Thanks mate ... all well now
  5. Chris59 replied to -RAW-'s post in a topic in Marketplace
    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)
  6. Chris59 replied to Adriano Faria's post in a topic in Marketplace
    Hello... here some you can check so its setup the right way .... see pics below .... Go to language and do following search for f_months The language key Make sure you dont have brake the formatting .....
  7. Chris59 replied to -RAW-'s post in a topic in Marketplace
    Playing in photoshop again ... working on some new icons for iAwards. 64x64 so they fit everywhere in the app .... iAwards page ...... Postbit View in forums...
  8. Chris59 replied to -RAW-'s post in a topic in Marketplace
    Missing lang string when open search ?
  9. Nope nothing help .... i use 4 themes from ipsfocus and same issue on all of them .... also same on default theme .....
  10. I have try upgrade several times to newer version but am stock on v 4.1.12 because the i only use one big slider. after upgrade it press right nav column out of the screen ...
  11. Chris59 replied to Adriano Faria's post in a topic in Marketplace
    Sorry for give you hard time Adriano Here is another one ... Have make 5 extra fields and all of them i put * Not include in topics* But seems they wanted to show up anyway ...
  12. Chris59 replied to Adriano Faria's post in a topic in Marketplace
    [Suggest] Spec Field Columns - Make col 1 wider ..
  13. Chris59 replied to Adriano Faria's post in a topic in Marketplace
    Not sure if you are aware of this one... Maked a category and also maked that category to have a forum topic . so if one advert is added it makes a topic in the forum i choosed..... so long so good ... now i maked an advert and and a topic was also added . worked nicely but! the link to forum topic on advert view is missing . i had to make one extra field so the spec field showing up and then also link to forum topic shows up.... it means i must have atleast one required extra field to make spec field show up and then a link to the forum topic shows up ...
  14. Chris59 replied to Adriano Faria's post in a topic in Marketplace
    Not sure how the adress is suppose to show up .... have a working google api key and its outofill the adress while i typing but is there more ?? a map on advert view ?? i only see the adress in category listing view ....
  15. Chris59 replied to Michael.J's post in a topic in Marketplace
    yes i only use ipsfocus themes to , Brave and Chameleon ... on default theme is a single view of file... on ipsfocus themes the video shows twice. .. sen you a copy of one of the thmes so you can see ...