SharePoint Solutions Software Community Support
Welcome to the SharePoint Solutions Software support forums.
Here you can research answers to your questions, or request support for SharePoint Solutions software products. Our forums are grouped by software product, with two additional groups for free software and general discussion.
To create a topic or reply to an existing topic, sign-up or login.
Browse by Tags
-
The Q4 2008 release of ExCM will expose the OnDenied and OnApproved approval events.
-
Yes, you need to enable the 'List and Libraries' anonymous access level for your the site which hosts the reset and registration pages (typically your root site). Check out the Enable Anonymous Access section of the Setup a site with ExCM help page. (Setup a site with ExCM) http://help.sharepointsolutions...
-
The default login page is '/_layouts/login.aspx'. I'd start by making this page your default login page. This file resides in the layouts directory and is not subject to the same anonymous configuration requirements of a login page uploaded to your site with SharePoint Designer or by the...
-
Unfortunately the resource 'loginPageTitleInTitleArea' is not an ExCM resource. It appears some other resource file is missing in your solution. I'm guess this error is occuring on the login page. Can yo confirm this assumption? I don't believe the out-of-the-box login page uses 'loginPageTitleInTitleArea'...
-
If you can successfully add users then everything is likely setup correctly. Typically, you should get an error message on the login page (provided by SharePoint). If you don't get an error message after logging in it is typically caused by one of two issues. On some occasions when configuring FBA...
-
When debugging a SharePoint issue it is usually helpful to turn off SharePoint's friendly error message feature... (Turn off SharePoint's friendly error message) http://help.sharepointsolutions.com/products/Excm/webframe.html?Troubleshooting_General.html I'm guessing your probably have a...
-
Theoretically this could be achieved by creating two custom actions in SharePoint. The first custom action would hide the existing Manage Users menu item from the Site Actions menu. The second would could add an Invite User menu item to the Site Actions menu item. (SharePoint Custom Actions http://software...
-
The syntax is {ProfileProperty[PropertyName]}. The Title profile attribute can be references as {ProfilePropertyTitle}. Here are a couple samples... {ProfilePropertyFullName} {ProfilePropertyTitle} {ProfilePropertyCompany} {ProfilePropertyAddress1} {ProfilePropertyAddress2} {ProfilePropertyCity} {ProfilePropertyState...
-
Here are the complete installation steps for SharePoint FBA and ExCM... (Configuring a dual zone SharePoint site with FBA) http://help.sharepointsolutions.com/products/excm/webframe.html FBA installation on a SharePoint environment is not an easy task for any user. If you are having issues you can always...
-
You can change the message for new sites by editing the delcore.resx file found in the SharePoint 12 Hive at '12\Resources\delcore.resx'. However, there is no simple way to edit all of the sub-site html messages through the UI. Certainly this would be a simple programming tasks but would require...