You need to Register for free and Login to post a message in the forum.

Forum

Subject: Sync with module to module (announcement)
Prev Next
You are not authorized to post a reply.

Author Messages
ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

15 May 2008 10:24 PM  

Hi,

I've been trying to make synchronize the announcement module of child portal's and that of parent's.
That means when I change some content on the announcement module in child portal how can I get the same content on parent's site on some module box?

Do I have to change or copy from specific "Default.aspx" file? or ascx file? If so, where can I reach there?

Please help me.

jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2157

16 May 2008 9:01 AM  
Do you want to have a single set of announcements that appear in every portal, or do you want to have some installation wide announcements that are also shown along with each portal's announcements?

Joe Craig
DNN Creative Support
Subscribe to the website
ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

16 May 2008 2:55 PM  

I want to show each child portal's announcements on one page of parent portal at the same time.

Thank you in advance. ^_^

jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2157

17 May 2008 8:06 PM  
One approach would be to syndicate the announcements from the child site modules and have the parent site subscribe to all of the child site.

I've also seen advertisements for modules that help share modules and data across portals in a single installation. You might want to look at one of those?

Joe Craig
DNN Creative Support
Subscribe to the website
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

19 May 2008 7:51 AM  
Just to add, I would also go for the RSS feed method and take the RSS feed from each announcements module to display them in the parent portal. Info on RSS implementation is covered in issue 3

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

19 May 2008 9:57 PM  

 

Hello Lee,

Thank you for your help.

It's helpful to me but after I linked using RSS http address(child's portal) when I visit again parent portal I couldn't see the contents. However, when I reload the RSS page(after I clicked RSS icon) or subscribe at RSS the page I can see the contents at the parent portal.

Is there any way to sydicate both pages without reloading or subscribing any page?

(I need at least 10 RSS modules on the same parent page to sydicate 10 announcement modules from each child's portals if the only way to sydicate is RSS module)

ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

19 May 2008 10:01 PM  

 

Joe,

Thank you for your reply.

Could you tell me how to set the parent site up to subscribe to all of the child site?

 

jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2157

19 May 2008 11:11 PM  
Add an RSS module to the parent site. Configure it to collect from every child site.

In answer to your other question, yes. Each child site will have to syndicate it's announcements. As for synchronizing, that will be done by scheduling the parent site to collect from the child sites. The exact process will depend on which modules you use.

Joe Craig
DNN Creative Support
Subscribe to the website
ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

20 May 2008 1:18 AM  

I did as you mentioned.

Could you tell me if this is normal? When I click the icon of RSS on one module of child portal I have one new page to subscribe to new feed. If I go back to the "News Feed(RSS) module" on parent portal without reloading this page I couldn't get sync. but if I have reloaded and went back to that page I can see the same contents with child portal but If I revisit after log-out and log-in I couldn't any contents on it.

really confusing....

Please help me....

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

20 May 2008 3:05 AM  
I'm not sure what is happening there. When you go the the paret portal page it should automatically display the RSS feeds without having to reload the page.

If you are displaying several RSS feeds, I would recommend using Orizonti Nuke Feeds Module

It can display several RSS feeds at once within one instance of the module and has options for storing in cache the RSS feeds so that it only has to update the content for instance once a day.

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
ryutopia
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:6

20 May 2008 10:31 AM  

I think I have some sense....

When I add one external RSS feed site in News Feed Module for testing I can only see the code like attached not right contents like below.
(when I copy and paste here I can see the all contents even but not my site as you can see the attached screen shot.)

FARC commander gives up, calls for dialogue
The commander of the Revolutionary Armed Forces of Colombia's Force 47 has told reporters in Bogota -- a day after surrendering -- that "the solution is not through war. There must be dialogue."



Four people 'executed' in Baja California
Authorities in the Mexican state of Baja California are investigating the deaths of four people, including at least one American, whose bodies were found in a canyon over the weekend, a police spokesman said Monday.





I think you know what it is....^_^
Please let me know how I can fix this and thank you in advance.





leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

23 May 2008 7:37 AM  
That is covered in this tutorial:
You may also want to look at:



Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
You are not authorized to post a reply.
Forums > DotNetNuke® > Modules > Sync with module to module (announcement)



ActiveForums 3.7

Latest Forum Posts

News&Articles Module by gabrieleseven
Hello, I've created a Portal for news and info about the world of music. I need a module that allow ...
RE: Install DNN.4 on Win 2003 and SQL2000 by jncraig
1. Add a portalalias for your new site's URL before you do anything. 2. Make a backup of your dat...
RE: Custom Module Development by jncraig
I would recommend adefwebserver.com for good information on writing modules. Without looking over...
RE: Dynamic page navigation by jncraig
I take it that you have developed 10 separate pages? Are these pages with a custom module or with c...
RE: Pop up window by jncraig
I believe that ZLDNN (zldnn.com) has a module that will pop up a page or a module. I've not tried i...
Dynamic page navigation by coder247
Hi all,          We are developing a web app using DNN and we've a requirement like this. There are ...
Custom Module Development by neenu
I created my own module using DAL,by adding 4 class files in app_code directory, say alistinfo.vb,al...
Pop up window by yerann
Whenever a page loads in DNN i would like a pop up window to display.  This pop window ask the user ...
RE: Customise registration page by nichord
Thanks Rob... I would have never found this one on my own.And many thanks to you Lee... My print com...
Install DNN.4 on Win 2003 and SQL2000 by amine97
Hi all,I will be working on creating a website on my development server Windows 2003 and SQL Server ...
RE: Dynamically Add modules by jncraig
You can include a module on multiple pages within a portal by selecting "add existing module" on the...
music player, music charts by mrvorazan
hey,i havev to create a music portal, so i need a module to upload music files by users, they have t...
Dynamically Add modules by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
Dynamically add module by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
RE: VWD 2008 & SQL Express 2008? by rc_kemal
It is very difficult to convert the database from sql2008 express to sql2005 express. To answer my o...
RE: User Registration Questions by jncraig
I would recommend that you NOT begin your DotNetNuke life by starting to modify any of the code. Ye...
RE: Dotted Lines Around Navigation by HUGHD37IUOE
Here it is: http://www.iuoe.org
RE: Installing on XP Home by nexduke
Hi Yes, I'm using SQL Server Express 2005, what would you suggest I do if it is a configuaration ...
RE: Exporting and transferring Modules. by ollep
Thanks Lee! Yes I will check out the Forum – and the hosts before I sign up.   I expect to see an...
User Registration Questions by stevennestler
Hi.I'm new to DNN, and just watched my first set of videos on this site, for customizing registratio...
DotNetNuke Modules
RSS Feeds