I've changed '/_/' on one of my sites, it worked successfully, since however I have re-done the changes on an alternative site and the change hasn't worked. I'm re-cached my furls, done verious rebuilds without change. both sites share the sa ...
r['url'] in Blocks->Feeds get wrong url if my DB content has more than 30 comments, url without pagination. ...
I've stumbled across this and in might be WAI but I hope it's not. When creating a new block using the Feed option then selecting forum. On step 3 you can choose Forums/Topics/Replies Picking Topics ...
After clicking Preview button when adding new article, the article image disappears. If clicking Submit right away howe ...
In the allow downgrading package field it says: "If no, users who have other packages in this package's package group which are more expensive than this package, will be able to downgrade to this package." surely that should be ' ...
when trying to view an artice without the necessary permissions the board gives a 500 internal server error, but i think this should be a 403 forbidden error in order to generate the correct error page ...
/modules_admin/blocks/blocks.php line 835 $this->DB->update( 'ccs_pages', array( 'page_cache' => null ) ); Page cache is cleared so pages appear blank in frontend until resaved/cache dura ...
As per title the regex used for the $_PATHFIX variable in the furlTemplates.php file breaks if the url is something like "http://domain.com/index.php?app=ccs&module=pages§ion=pages&folder=/statspage/premier_league&id=11". If you are on a ...
The URLs in the RSS feed don't take into account the DATABASE_FURL_MARKER setting. In the RSS feed they are always the default _ Can provide more info if needed. ...
As per title the function doesn't redirect properly under some circumstances (furl urls disabled) because the url contains "& amp;" rather than only "&". The issue appears 2 times (normal pages and databases) in the same function becau ...
When you set the ipcontent to pist a topic in the forums is parses any bbcoes fine, but if somone edits the forum genearated topic the forum topic will not parse, just shows the bbcode example: ...
Using ip.board's search option for ip.content articles returns full text. truncation would be nice. ...
If you setup a database with no categories, search will never return any results. The query is setup as SELECT r.* FROM ip_ccs_custom_database_3 r LEFT JOIN ip_ccs_database_categories cat ON ( r.category ...
Articles summary doesn't parse BBCodes, Links. ...
getSearchWhere() in sources/databases/fields/defaults.php if( $field['field_is_numeric'] ) { return 'field_' . $field['field_id'] . "+0 = '" . $search . "'"; } ...
If you set up pagination, the canonical name always directs back to the front page of articles (And, i'd assume categories and other items as well) $canon = rtrim( $this->database['base_link'], '?' ); ...
When trying to make a block feed for my gallery i get this error when chosing any of the feed options: Images Categories Comments Albums Warning: require_once(GALLERY_LIBSlib_categories ...
I was just testing Internet Explorer 9 RC. It looks like the externally embedded blocks stop working in this browser (you may want to test to confirm). I know it's only a RC, but it's likely close to the end product. I'll take the time to upload screen ...
Someone found an issue in the 3.0.2 version of CKE that is bundled with Content.. Basically, if you use it to insert an image, and set the border on the image to 0.. It doesn't apply that border. I pulled CKE 3.5.2 and uploaded ...
In /applications_addon/ips/ccs/sources/articles.php //----------------------------------------- // Post topic if configured to do so //------------------------------------ ...