Composite c1 "You should create at least one page type first" error mesage - c1-cms

I am using Composite C1 version 2.2.2
I am trying to add a new page and i am getting and error window:
Title - "No page type available"
Message - "You should create at least one page type first"
I have 2 page types defined and I added many pages to the system before.
I guess something went wrong, any ideas?

Check out your page types Settings tab, probably they are not Available (Layout -> edit Page Type -> Settings tab -> locate property Available -> make sure it is checked). Also checkout Availability tab, your page types may have some restrictions as "Homepage relation" or "Page type parent restriction"

Related

Can I search Bugzilla for all bugs I'm not associated to? Bugs I wouldn't currently get bugmail on. (CC, Reporter, Assignee, QA Contact)

I don't see a way to do this, even using Custom Search and negation.
My purpose is to find bugs with certain other characteristics that I'm not already getting bugmail on, then to add myself to their CC lists so I get bugmail for them.
It seems that the Custom Search "CC" entry searches for "any user on the CC list that matches". But I need it to look at the entire CC list to see if I'm on there.
I'm using Bugzilla 4.0.7, but we'll upgrade eventually so a 5.0-only solution would be okay.
I think the steps below might help you, it's important to try it using Internet Explorer browser:
1) On "Custom Search", select all available status for "Resolution"
2) Check the options for CC, Reporter, QA Contact and Assignee, leaving blank the text box where you normally input the email.
3) Click on "Search"
4) In the results page, scrolled down the page until you find "Change Columns" button and I click on it.
5) Select CC, Reporter, QA Contact and Assignee and click on "Change Columns"
6) Back on results page, right-click the page and click on "Export to Microsoft Excel"
7) Then on excel you can make the filter you want to and find the bugs you are not related to.
Please let me know if that helped you.

Drupal 7 Content type restrictions

How to add a restriction or validation for a content type that can be add only one content.
ex - Hotel web site room listing page should have only one content. After added once that only can edit or delete.
(I am a beginner for the Drupal)
Have you checked Node Limit module? I have never used it, but seems suitable for what you want to get.
Hope it helps.

Joomla modules do not show up when accessing the page from a link

In Joomla I have the following situation:
I have an article (a page) that i declared in articles, the "products page". I did not enter any text or html in it.
I went to Module Manager and declared 3 modules (with text and html inside). The 3 modules are describing the 3 products that the company offers. Also I set the 3 modules to be placed in specific places (POSITIONS). I am using Gantry as a template, and the positions for the 3 modules are utility-a, utility-b and utility-c.
In each module, I chose the menu assignment, so that the modules will be shown in a specific page: the products page.
In MainMenu, I have a menu Item called "Products" that points to the empty article and is: index.php?option=com_content&view=article&id=2. Also in this menu item, I checked the Module Assignment, to see if the utility modules are shown and yes, they appear as "Display:yes"
NOW: When I access the "products page" from the main menu, the page shows up and contains the 3 utility modules, so everything is ok. But if I want to access this product page from a (manual)link (a href with the src above) inside a different page, then the product page shows up empty, like there is nothing on the page. I mean those utility modules do not show up. Only the empty article is shown.
How can I make the modules to show up?
Thank you
I solved it. I had to make a manual change to the link used as src. I had to add &Itemid=yyy at the end of the page link, and the yyy is the ID.
The useful documentation is here: http://docs.joomla.org/How_to_control_module_display_when_linking_to_an_article_with_no_menu_item
Thank you. Problem solved

Drupal taxonomy views override path for specific content

I am beginning to be a little desperate here. I have following structure (Drupal 7):
I use taxonomy menu to build menu links,
The taxonomy_term default (page) view is used to override drupal's taxonomy/term/% path
In addition to it I use menu_block module (but I doubt that this is important). What I am trying to achieve:
I need to build node browser by category (taxonomy term) but it has exceptions - for example taxonomy term with id 850 (taxonomy/term/850) must have different content structure than other therms. Is it possible to override default views display with these exceptions? I tryied to create another display with this path but the result was "not found". I also thought on using blocks not page displays, yet this solutions does not seem to be the Drupal way to me.
I was facing the same problem while trying to have different display/structure for publications in contrast to normal articles.
What I did, created a separate view for that specific taxonomy such as taxonomy/term/850, and in the path in view I entered 'taxonomy/term/850' (in this case)
This caused it override taxonomy/term/%
and displayed it differently according to my need.

error in loading skin in dotnetnuke

I get this error when I load a page that uses a specific skin ,it was working very well befor .
Could Not Load Skin: /Portals/_default/Skins/MM-SubSites-Arb/inner.ascx Error: The ID 'dnnCOPYRIGHT' is already used by another control.
The error is telling you exactly what to look for: there is more than one control in the inner.ascx file that has an ID attribute of "dnnCOPYRIGHT."
Open the file in a text editor and do a search for "dnnCOPYRIGHT" to find the elements with that ID, and delete all but one of them.

Resources