-
Hello, I am using the InviteUser.aspx form inside of /themes/myTheme/User/InviteUser.aspx. I tried inviting several of my email addresses and I haven't received anything. There are no errors in the CS event log, nor the server event viewer. Where should I start in order to troubleshoot? Thanks
-
As an admin, lets say I want to post a blog with an 'AuthorName' that is not myself. I don't see any way to do this out of the box. Is there? Thanks
-
I am listing videos in a media gallery – but I want the videos to have thumbnails. Since all the videos I'm uploading are from YouTube or Vimeo – i just display the 'view' property, and just reduce the size to a thumbnail and set the LinkTo="View". For a YouTube video this works great – I get a thumbnail and when I click the thumnail it takes me to the video in my media gallery. However, for a Vimeo video – a click plays the video ina small thumnbail window 🙁 Any ideas on how
-
How can I add my own styles to the HTML editor window? For example if you hit reply on this post – on the top right there is a style selector. I want to be able to add my own. I can't even style the HTML edit box with <span class="" tags- it just renders as plain text when I view it. Thanks for any assitance
-
Is there a way to show the preview thumbnail for say an uploaded video? If I embed a youtube video, I see a thumbnail which contains a snapshot from the video. Possible in CS?
-
I'm pretty much a beginner, but you can use something like this: <CSControl:ConditionalContent ID="Conditional1" runat="server"> <ContentConditions> <CSControl:Conditions runat="server" Operator="Not" > <CSControl:UserPropertyValueComparison runat="server" UseAccessingUser="true" ComparisonProperty="IsAnonymous" Operator="IsSetOrTrue" /></CSControl:Conditions> </ContentConditions>
-
Is there a way to add styles for the user to select from in the HTML editor? Like in this edit box I only have a few style options – how would I add some? Thanks
-
I use a product called AdBlock plus, if I don't rememeber to turn it off I encounter a lot of blocked behavior/Javascript. Just thought I'd add in case your issue is related to something like that.
-
Thanks guys! I'm going to give it a try shortly. I'm currently trying to sort out some issues with an ActivityMesageList I have inside of an update panel. The delete button on the activity message list is acting kind of funky – it's like I have to click it twice before the mesage is deleted and updatepanel updates it.
-
Is there any way to put a pager inside an UpdatePanel so the page doesn't have to reload? I am trying to put a FriendshipList inside an UpdatePanel, but the whole page is refreshing and I'm totally lost. Any help appreciated. Thanks