1) There is a minor cosmetic issue in the default template when adding an article: [attachment=25779:CropperCapture1.png] As you can see the word "Body" is different from the other titles because it is using "h3 class='bar'" instead of ...
If you disable the option Promote to article, urls where that function used to be active will return error code 500. Such kind of url return header code 500 instead of 404 / ...
I saw other time related issues but this one I didn't see so if it's there I apologize. Originally I was using today but I was getting errors because the Publish date was set to the next day. So I changed it to ...
My only guess as to how this hasn't been noticed before, unless I'm just missing something big time.. When you pin an article, you're updating it, so it generally will go to ...
The archive function works only if you are inside a category... it doesn't work if you want to use it to show all the news regardless of the category, if you use a link of this kind www.mydomain.com/page/page.html/?view=archive I ...
Using the default templates, records without a category show up as having a blank category (with an extra "> "): ...
Problem: Hidden fields shown in preview mode. How to reproduce: - First make sure you create a field that you do not want to show in any view (e.g. list) - Now fill in the desired database fields. For this to show the error ...
I've got 3 tickets about this lately in Tier II.. Basically if someone is using the external index.php file to have IP.Content load from somewhere (example: different subdomain) else than the forum the ajax calls won't work because of the dif ...
When you change the database furl marker, the rss feed doesn't process the new marker and won't use the correct link. ...
Quite surprised this didn't come up earlier The code below on line 3170 in "admin/applications_addon/ips/ccs/sources/ ...
This maybe related to this ticket here. My forums is in a subdirectory called 'community' and IP.Content is running in the public_ ...
When editing a database template or block, it's necessary to know the id's of all of the database fields. As it stands, the id's are very difficult to discover. The user has to grab the id out of a URL or view the source of a page. None of this is documen ...
Manage Categories > Edit Category > Permissions Override global permissions? > Yes Now, this is not working as a global override. I have a usergroup I only want creating articles in one category so I have their global se ...
issue: 1) A forum post is written in html (with html no linebreaks enabled) 2) the post is 'promoted to article' in IP content 3) the article in IP content does not re ...
When a page is set to... Only edit page content? -> No ... databases do not display on frontend. ...
As seen in the screen shot below, Image Thumbnails don't always display properly after uploading image attachments into a Database Listing via the RTE on the front end, I've uploaded a few jpegs like this, sometimes they display when you insert the attach ...
Not sure if this is specific to my config, but I don't think so. When creating a custom block, then saving it in IP.Content, instead of re-directing to the blocks page, I get a blank page. One thing I noticed is that the URL used by the redirect is: ...
If you do not allow record editing at the database level, but do at the category level, it is not honored. if ( $this->registry->permissions->check( 'edit', $this->database ) == TRUE ) { if( $thi ...
Alright, I have a slight problem with the TITLES when I use this code... I made a normal page, 127.0.0.1/celebrity-bios.html. Inside this page I added this code... { parse category='x' } ...
On the article frontpage if you edit an article it goes to the top as the newest. This should not be the correct behavi ...