Dan Ball Customers Post Count:582

 |
| 25 Jan 2010 08:00 AM |
|
Was something changed in the Welcome Center for 1.3? Since upgrading, all of my Welcome Center icons have reverted back to text, regardless of where/how they are displayed. |
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 10:16 AM |
|
Does anyone have the login/logout buttons displaying properly in the welcome center in 1.3?
|
|
|
|
|
Will Morgenweck Forum Admin Active Modules Staff Post Count:6414

 |
| 26 Jan 2010 10:30 AM |
|
what login/logout buttons? |
|
Will Morgenweck Active Modules
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 10:39 AM |
|
I had the Active Theme working on my sites previously, which had nice graphical "Login" and "Sign Up" buttons in the Welcome Center. Now I have "LoginSign UP" displayed there instead in regular text.
|
|
|
|
|
Jason Peterson Customers Post Count:482

 |
| 26 Jan 2010 11:10 AM |
|
did you view the page source and see where the images are located on the server and then check that folder to see if it exists and contains the right images, or if it is css which I guess it probably is check the stylesheet to see where the image is and check to see if the image is there on the server in correct location?
|
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 12:08 PM |
|
Default theme, haven't checked traced back the AS css styles yet, wanted to see if anyone else has it working before I start digging.
|
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 08:18 PM |
|
Started tracing back the CSS styles, but I'm lost... It is using the aspillleft and aspillsep styles, but I cannot locate those anywhere. I found a welcome center template (it uses completely different styles), but that doesn't seem to work as a skin object.
|
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 09:36 PM |
|
Well, I've done complete searches and the aspill* styles do not exist in AS 1.3.4, so it looks like I need to revise my welcome center. I see the pill-left and pill-right images are still included in the images directory, but it looks like they are only used by the .astabstrip style. |
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 10:16 PM |
|
It looks like the code in the WelcomeCenter.ascx file is the code I need for the skin object, but it gives me a general exception when I use it. Cannot create an object of type 'System.Int32' from its string representation '[AS:SOCIALUSER:USERID]' for the 'ProfileUserId' property.
|
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 26 Jan 2010 10:36 PM |
|
Hmmmmmm.... It works as a custom view, but then I notice that it is also a pre-defined view... My head is now spinning around in circles... *sigh*
|
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 27 Jan 2010 09:12 AM |
|
The Welcome Center does appear to work quite nicely as a standard view now, but not as a skin object. So, I'll work in that direction instead, using an AS module instance for the Welcome Center and customizing the skins to contain a UserPane. It might be a good idea to post that the old Welcome Center skin object code no longer works with AS 1.3.x. Actually, it does "work", it just has no formatting anymore.
|
|
|
|
|
Jason Peterson Customers Post Count:482

 |
| 29 Jan 2010 09:11 AM |
|
Hi Dan, This is the base template of the welcome center code we are using, I am not really sure what is not working for you so just posting this. I think it is good to start from scratch with the new as theme, the new theming system is easier to work with since the css and html is higher quality/simpler, there is some added complication of how you will work with the new module.css that is always going to be overwritten on upgrade so just need to create a little system so you know what's what. Welcome [AS:CONTROL:PROFILELINK] | [RESX:AccountVerifyRequired] | Some tags are empty because we are using a combination of the AS control and regular server scriptsfor visibility of certain other elements for unauthenticated users, however I believe if you just took out all the contents of the 3 tag sets (authenticated, anon, etc.) you would get the default welcome center, then you can modify from there. Sorry if I totally misunderstood the problem you are having. |
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 29 Jan 2010 04:38 PM |
|
Wow, that does look a lot simpler, I'll give that a try this weekend and see how well it works. Thanks for the help! |
|
|
|
|
Dan Ball Customers Post Count:582

 |
| 29 Jan 2010 11:17 PM |
|
Hmmmmmm, pasted as-is causes the tokens to display as text in the skin (which I had anticipated). I assume there must be some sort of div-type wrapper around these tokens... Wrapping it in a {active:socialwelcome} wrapper causes the skin to crash completely, so that is not the right one. Can you post a snippet from your .ascx code? That is what I really need to see how to do, there doesn't seem to be any documentation on skin objects (with 1.3).
|
|
|
|
|
Will Morgenweck Forum Admin Active Modules Staff Post Count:6414

 |
| 31 Jan 2010 03:02 PM |
|
You can still use it as skin object, but start with the code from desktopmodules/activesocial/config/templates/other/welcomecenter.ascx instead. |
|
Will Morgenweck Active Modules
|
|
|
Dan Ball Customers Post Count:582

 |
| 31 Jan 2010 05:31 PM |
|
Tried that, as mentioned above it causes a general exception error. |
|
|
|
|
Will Morgenweck Forum Admin Active Modules Staff Post Count:6414

 |
| 31 Jan 2010 06:27 PM |
|
Then this is your best option I guess... The Welcome Center does appear to work quite nicely as a standard view now, but not as a skin object. So, I'll work in that direction instead, using an AS module instance for the Welcome Center and customizing the skins to contain a UserPane. |
|
Will Morgenweck Active Modules
|
|
|
Smart-Thinker Customers Post Count:523

 |
| 04 Feb 2010 10:12 PM |
|
Posted By Dan Ball on 26 Jan 2010 10:16 PM
It looks like the code in the WelcomeCenter.ascx file is the code I need for the skin object, but it gives me a general exception when I use it. Cannot create an object of type 'System.Int32' from its string representation '[AS:SOCIALUSER:USERID]' for the 'ProfileUserId' property.
Hi Dan, This error is probably from viewing a page when logged in as Host. I got the same error (Host has no Profile record and hence no ProfileUserID). The problem is in the profile pic where it uses ProfileUserID. Try hardcoding this to a known UserID to see if it is this. I don't know how to get around the problem of viewing it when logged in as Host... |
|
thanks Rodney Joyce PokerDIY.com - Connecting Poker Players |
|
|
Dan Ball Customers Post Count:582

 |
| 04 Feb 2010 11:11 PM |
|
Hmmmmmmmm, I'll have to double-check that. I rarely use a host account, but it is possible I got that error during one of those rare times I did use one. I'm 99% sure I tested it while not even logged in also.
|
|
|
|
|
Steven Webster Active Modules Staff Post Count:1276

 |
| 04 Feb 2010 11:45 PM |
|
I'm using the skin object with no issues....mine is customized but based on the file Will referenced. |
|
Steven Webster Active Solutions |
|
|