Related to my old bug report: http://community.inv...ed-permissions/ You said: Quote ...
Here is an article with images: http://clip2net.com/...-clip-130kb.jpg All ima ...
The function admin_ccs_articles_frontpage::_frontPage checks for the categories but the data is never used in the output: //----------------------------------------- // Get categories too //---------------------------- ...
In IP.Content 2.0.2, guests can't leave comments on articles, and changing permission matrix doesn't affect. Looks like it is hardcoded in skin_ccs_global/article_comments: <if test="cancomment:|:$database['_c ...
Search after ip.content pages I only get "No results found" I have to manually select a article category under "Search in" to find anything. I think the purpose of the quick search is to ...
I get validations errors on every article image. Because IP.content don't sets any alt attribute for the images when using the ...
Finally I tracked down that annoying thing that always pops up in tickets.. Several times the upload fields are not working properly because the javascript is missing and you have to manually add it while other times the JS is included by def ...
As mentioned the setting in the title is not checked properly and if a space is entered in it the record won't open at all. See ticket #690629 ...
In /admin/applications_addon/ips/css/sources/blocks/feed/data_sources/gallery.php we have this: case 'albums': if( $config['filters']['filter_albums'] ) { ...
When you create a new article and the BBCode (bold, for example) gets cut off before the ending bbcode is there on the homepage, it makes your ENTIRE page bold from that point forward. ...
I have 2 problems regarding Ip content and Forum First one: If I set in Ip content , that when an article is added , they have to create a topic in the forum, I ...
If you create a block with the TinyMCE editor, it will fail with a parsing error on the block content. [b]{$title}[/b] [list]{parse striping="feed_striping" classes="row1,row2 altrow"} ...
I been trying to add an image to a template based on names of categories and records. Topic ...
I don't believe this is really an issue more then a design issue, but it should be addressed differently then driver error. I made a database that had a "Field Type" setting of "text input box". After a few days I figured my application would ...
The default code (snippet below) is missing a '>', see below.. in fixing this, now if you have many fields that overflowed to the right and that did not display properly, you now will have a scroll bar to see the data <for ...
Applies to here (so not sure if this should go here or in site feedback) as its a Content issue. The 'Newest Articles' listing will show all articles that are new, regardless of if the viewer has permission to view them or not. ...
Hi, If I use two field "relational database" in a new database and that in one of m ...
As reported here, if you post an article which contains HTML via the AdminCP and ...
article_comments template. <h2 class='section_title'>{$record['record_comments']} Comments</h2> ...
I saved a custom HTML block with bad HTML logic, and it gave me a parse error, also rendering the front end unusable. We try to sniff for errors, but this is apparently not working on custom blocks at present. Need to check other block types as well. ...