
Everything posted by Chris59
-
A different article styles By Pages ( IP.Content )
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
-
iAwards
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
-
iAwards
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
-
iAwards
Super ... Thanks mate ... all well now
-
iAwards
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)
-
Classifieds System
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 .....
-
iAwards
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...
-
iAwards
Missing lang string when open search ?
-
Featured Content for IPS4.x+
Nope nothing help .... i use 4 themes from ipsfocus and same issue on all of them .... also same on default theme .....
-
Featured Content for IPS4.x+
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 ...
-
Classifieds System
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 ...
-
Classifieds System
[Suggest] Spec Field Columns - Make col 1 wider ..
-
Classifieds System
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 ...
-
Classifieds System
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 ....
-
Topic Video (Support)
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 ...