> Forums > Active Social > Themes and Templates > XMOD PRO inside new tab
Last Post 24 Nov 2010 12:45 AM by Daniel Comp. 18 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
TotalGolf
Customers
TotalGolf
Post Count:223

--
07 Jun 2010 08:16 PM
    I have a simple xmod pro app that I have placed in a new profile tab.  The app works fine on the page the profile is pulling it from, but doesn't work in the AS profile.  The xmod template shows up as designed with a list of database records, but if I click on a record to view details or edit, the page refreshes and the module disappears (same thing happens if I try to add a record).  Has anyone gotten an xmod pro app to work, including adding/editing inside AS?


    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    08 Jun 2010 06:34 PM
    Hi TG,

    On this example

    http://www.mofga.net/MyProfile/tabi...fault.aspx

    the product and services tabs are displayed with xmp but are profile properties that are modified through Dynamic Registration - with this page for products
    http://www.mofga.net/Search/DRgroup...fault.aspx

    The media tab is xmp and can be edited by the user. We are still on AS 1.1 - not sure if that has anything to do with it.

    thanks,

    Will Sugg


    Exit Poverty
    Customers
    Exit Poverty
    Post Count:15

    --
    28 Jun 2010 10:54 AM
    Hi Will
    I having problem adding xmp to tab, Could offer some light on this as in adding xmod to product page in your case


    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    29 Jun 2010 06:29 PM
    Hi Peter,

    I am still on AS 1.1 so I have not yet tried tabs in the newer version. As I mentioned, Dynamic Registration -> http://www.datasprings.com/Products...ation.aspx was used to create the form people fill in and then xmp to display that data on the AS tab.

    Sorry I cannot provide more specific help for you but I believe the adding of new tabs in the new version is well documented and discussed. I will be researching and testing it thoroughly when I do upgrade.

    thanks,

    Will


    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    30 Jun 2010 09:21 AM
    Hi Peter,

    You put the XMP or any other module on another page in the site (hidden) and then have the AS tab code reference the tabid and moduleid of the module you want to pull in. If you can get XMP working on another page, you should be able to pull it into the tab.

    There might be someone here that could work with you on this as a consulting project but I could not do that for you.

    thanks,

    Will


    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    12 Jul 2010 11:21 PM
    Has anyone been successful in embedding xmod pro inside a profile tab in the current version of AS? I'm still in the same situation I was when I created this post. The app shows up fine initially, but when I click on a view details link or edit/delete link, the page refreshes and the module is gone. Also, the active tab changes to the first one, and my photo galleries are missing.


    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7666

    --
    13 Jul 2010 08:23 AM
    I would suggest modifying your profile tabs. Remove the javascript loading by changing the loadmethod on all your tabs to "loadmethod=2". This may correct the problem.


    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    13 Jul 2010 12:40 PM
    My tabs were already set to loadmethod=2. The tab tag was set to loadmethod=0 though. However, I tried every combo I could think of 0,1, and 2's. and nothing seemed to turn off the javascript loading. Actually, loadmethod=1 on the tabs caused the tabs to not function. loadmethod=0 caused the profile to give an error. Are there any other tab attributes that need to be changed?


    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7666

    --
    15 Jul 2010 01:12 PM
    My previous post was incorrect. You need to change the loadmethod to 0. That is pretty much the only option that we can offer for assistance in this area.


    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    15 Jul 2010 05:54 PM
    Ok. Can you at least help me get loadmethod to work like it is supposed to? I took the default profileviewtabs.config file, using the default minimalextropy skin and the default AS theme, and just changing one tab to loadmethod=0 causes the profile page to not load. I tried changing all of the tabs to 0, and I tried changing the <tab> tag loadmethod along with them. They all cause the following error in loading the AS module. I'm running AS 1.7.1 and DNN 5.4.1

    Method: Active.Modules.Social.Controls.TabLoader.GetTabs
    StackTrace:
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an objhttp://www.activemodules.com/desktopmodules/activeforums/themes/activemodules/save32.pngect. ---> System.NullReferenceException: Object reference not set to an instance of an object.at Active.Modules.Social.Controls.TabLoader.GetTabs(Int32 PageId, Boolean VanityURLEnabled)at Active.Modules.Social.Controls.ProfileView.Page_Load(Object sender, EventArgs e)--- End of inner exception stack trace ---


    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7666

    --
    15 Jul 2010 05:58 PM
    Changing loadmethod does work properly as long as you have everything modified properly in the file. Attach your profileviewtabs file as a text file and we can take a look.


    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    15 Jul 2010 06:25 PM
    Here it is thanks.

    profileviewtabs.txt

    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7666

    --
    15 Jul 2010 06:34 PM
    Thanks. There is a bug with loadmethod=0 and vanity urls disabled. If you can enable vanity urls it will work fine for you now. We will get this fixed for the next patch.


    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    23 Jul 2010 02:36 PM
    The loadmethod=0 bug is fixed. Unfortunately, Xmod Pro still isn't working inside my tab.

    So, if anyone else happens to be successful at implementing it, please let me know.


    DavidE
    Customers
    DavidE
    Post Count:106

    --
    24 Jul 2010 01:03 AM
    I am working on putting an xMod module into a profile tab too. I am experiencing the same scenario - the xMod list template displays fine but if you select to view the details or edit the Detail or Edit view doesn't show. It works fine on the xMod module page (outside of AS).

    My current workaround is to provide a link in the list template that points to an xMod module page for editing. If I get it figured out, I will post.

    On Will Sugg's site, it seems they are able to view details from the xMod listing template in the media tab.

    Dave


    DavidE
    Customers
    DavidE
    Post Count:106

    --
    24 Jul 2010 01:06 AM
    I have the same scenario - the xMod listing view shows fine in the Profile tab but when you select Edit or Details it won't display.

    My current workaround is to provide a link to a xMod page for the user to edit records. If I get it figured out, I will post.

    It looks like Planet Maine may have it figured out on the media tab.

    Thanks,
    Dave


    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    24 Jul 2010 10:49 AM
    Hi David - note I am still on AS 1.1. Not sure that would matter.


    TotalGolf
    Customers
    TotalGolf
    Post Count:223

    --
    30 Jul 2010 12:24 AM
    I was hoping that xMod v2.6 with the AJAX functionality would fix the issue, but it is causing different errors.


    Daniel Comp
    Customers
    Daniel Comp
    Post Count:80

    --
    24 Nov 2010 12:45 AM
    What are the 'loadmethod' options (0,1,2) supposed to do?
    loadmethod=0
    loadmethod=1
    loadmethod=2


    the Enterprising Cycle™: decades of wisdom reduced to invaluable hours
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > XMOD PRO inside new tab
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy