I'm using the blog app and I created a new Pipeline to give me all posts so that I could create a view that would show the archive of posts. I have it working as expected.
On my DNN page, i put another App module on the page and set the view to show the archives list and it works well on the main list view of the Blog App. When I click on a year, say 2016 to see all the posts for that year, the list view shows the correct list of posts based on the PublicationMoment attribute. The problem I'm running into is that It also changes the View on the App module that I had set to show the archives and I think it's because the Blog App as a whole is setup to change the views based on the query string parameters and both of the Blog Apps are changed to show the list of posts. Is there anyway to prevent this from happening?
I was able to figure out a solution. I created another app and set that app to pull the data from the main blog app so that the view that was displaying the Archive lost was independent of the main blog app and subsequently the view for that app didn't change with the query string parameters.
Related
Currently, i have 3 WooCommerce Wordpress websites. However, i want to migrating them into new one (Users, Pages, Posts, Products,...).
I have tried to export and import individually each of section above.
There is one problem : The Pages, Posts, Products are not associated with the correct Users Id anymore. The users Id is changed in the database because of migrating.
Is there any suggestion ?
U can use cimy users manager.
Download & Install Cimy Users Manager
In users -> cimy users manager, scroll down and click export button.
Download the data and go to new wordpress site, like number 2. Select the data and click import.
After users imported in new site, now export one by one posts, pages by authors.
If i understand is the following thing, you have 3 website and want to unify them to a new one.
What i recommend you is to find a “sync content” plugin, the only one that i know is only for multi site wordpress. Link here if that doesnt work, try migrating the content from database directly or manually.
What is the best way to reference another app in the visual query designer?
I am using the blog app and I created a second app to list the tags that are used in the main blog app. This way when the app goes to a detail page of a post, I can still have the tags listed on the website without the view changing automatically. I set up my blog tags app with a visual query that list all of the tags used in the main app. Everything was working fine in development.
The problem that I have run into is that when I move the app to a production site the AppId was different than the one I was currently using and development. Now, the tags app is showing an error and I am not able to get into the settings to change the app ID of the visual query to the proper one in order to get the information needed. Is there a better way that I should be handling this?
This sounds like the right way to do it - your main issues is getting into the admin-ui when the template you have shows an error.
I suggest that you quickly rename your current template (so it's not used till you fix the bug) and create an empty template with the original name. This way you can go to the normal settings.
Another option is to switch into dnn-edit-mode, and use the black-dnn buttons to get to app-admin.
I have a website live on the web. I've been working on the re-design for the site. I duplicated the entire site and database and worked on a test site. Now the test site is ready to go live. However, the current live site has been up for the last few weeks and content has been added as usual. How do I upload my new look for the site, with the changes I've made in the test database but at the same time not overwrite any content changes made in the current live database that were made over the past few weeks?
I want to keep the site content in the database but overwrite any module or theme data with the data from the test database.
My site is built on drupal
Thanks!
1) Upload new theme - this will apply themes changes and keep content in the live DB
2) If you have added any new content types, blocks, fields etc to your dev site then install the features modules. This will allow you to export your new features to a module, and then you can add this module to the live site to import your new features.
See this post for further discussion on the topic.
I used https://drupal.org/project/data_export_import it seems to be working well.
Not sure if I am correct or not but i found that my site nerdeky.com which is using a view to show latest nodes on front page is crashing because of the views process of loading all nodes at once.
I have a content type called "Nerdeky Info" which contains more than 500 posts. To show latest 12 posts on frontpage i created a view and applied pager for rest of the posts. It was working good untill i had 100 or 200 posts but now it is slow in loading and sometimes crashes. I have New Relic integrated with my server and i can see that whenever site crashes it reports that the view took most of the time to process php and database.
After some searching on forum i found that my view is currently loading all posts at once and showing nerdeky latest posts afterwards.
Please suggest how to make it light so that only latest posts load first.
Thanks
Bharat sharma
i want to Remove facebook page in compositeC1 cms
whenever i am run this application it comes with facebook, so i want to replace my own page at the palce of facebbok details
i want to replace some other page at facebook or eles i want to dislay
some blank empty page how
Follow this discussion - http://compositec1.codeplex.com/discussions/348539
The content is dynamically fetched from http://c1console.composite.net/C1/StartPage.aspx - the content is downloaded indirectly by the website service you the C1 Console. You can configure it - if you edit ~/Composite/web.config you will find the URL, and you can change it. Note that your custom page would need to share certain characteristics with our start screen (page title and JavaScript communicating successful load).
It has been discussed several times before on the CodePlex forum in these threads
http://compositec1.codeplex.com/discussions/272600
http://compositec1.codeplex.com/discussions/348393
http://compositec1.codeplex.com/discussions/348539