As we are closing to the next RTM release of CS, I am presenting, a beta of the new version of the control, that works under Community Server v2.1 series. This release targets .NET Framework v1.1 only, but soon I will be releasing the control for .NET Framework v2.0 also. I need bug reports and suggestions in order to have it complete by the RTM time.
After the release of CS v2.1 RTM, that will be the only version supported. I must say there are new features in the control, in order to satisfy the requests I had. The installation is easier now, as expect of copying the provided files, one should only change CommunityServer.config file in order to get the editor working.
Some screenshots:
How to install:Inside the archive there are folders named with a CS Beta release number. In each folder there is a "Bin" folder, a "FreeTextBox3" folder and a "Themes folder". Copy them on the corresponding folders on community server web site root folder. All the files are not replacing any older ones, except the Skin-ContentSelectorModal.ascx in Themes/default/Skins folder.
There is also a CommunityServer.txt file. Copy the 2 lines inside the "editors" section in the "editors" section in CommunityServer.config.
That's It! You're done.
Advanced Installation:The new control can be further set-up using the control's properties:
You are welcome to feedback.
George J.
I just Installed your perfectly Editor.
It was so easy, just copy, paste, edit 2 Lines, and it was ready. Much easier as the other ones.
I wanted to thank you for your really useful Plugin!
But i Found a Bug in your Code-Window when you use Firefox. The Textbox is half-sized. Is it possible to correct it?
And is it possible change the code-Layout a bit ?
Like : http://devlounge.biz/forums/ShowThread.aspx?PostID=17#17 ?
Dennis Alexander:But i Found a Bug in your Code-Window when you use Firefox. The Textbox is half-sized. Is it possible to correct it?
Noted!
Dennis Alexander:And is it possible change the code-Layout a bit ? Like : http://devlounge.biz/forums/ShowThread.aspx?PostID=17#17 ?
Although, I registered in the site, I can not see the post... Can you post a url I can see?
Thanks for the register. Of cause, i noticed it was a locked forum .. sorry.
I reposted it inm Ankündigungen (Announcements)
http://devlounge.biz/forums/21/ShowThread.aspx#21
Cool George! I won't install the new version until this FTB Wrapper works...
I especially want the image-gallery ability of FTB itself (not the CS gallery), where people can upload images. A few questions though.
Thanks in advance
Dennis van der Stelt BloggingAbout.NET AdminOne Step Ahead : Class-A
I have made some changes; I have added the blockquote and taken out the gray background from the table.
Althought I have need to fully optimize the .NET Framework v2.0 version, I will come back with "something" about it, in a later release.
Dennis van der Stelt:I especially want the image-gallery ability of FTB itself (not the CS gallery), where people can upload images. A few questions though.
The new content manager can do that - allows a user to upload a photo in a gallery, if the users has the rights to...
Dennis van der Stelt:I currently give everyone a personal directory in which they're allowed to upload files. It's in \UserFiles\[UserName]\In the last version for CS 2.0, the startup directory is always \UserFiles\ and people have to browse to their own directory. They're only allowed to upload images there. I'd like the startup directory to be \UserFiles\[UserName]\Example : \UserFiles\Dennis van der Stelt\
I have not added any new functionality in this. I can define if there is a folder with the username to start with that folder, but I have to check for sure. Although till FreeTextBic v3.1.3, there where problems in working with different directory for the image gallery than the default "~/images".
Dennis van der Stelt:In CS 1.1 I had this working as well, but under \UserFiles\[blogname]\This had an advantage, because when a weblog had multiple admins (for example a weblog themed TechEd2005) they could all access and upload images into that directory. I'd really like this feature again, if that's possible. But I don't think I currently have access to the name of the blog in the Skin-TemplatedFTB.ascx.
I had send you the source code. I can do that again...
Dennis van der Stelt:The forums are turned off, but I presume visitors without a weblog could also choose the FTB Wrapper and automatically be able to upload images into the image-gallery. Of course I don't want that. So I can probably never turn on the forums. Or can I?
If a users has the right to upload a photo, has nothing to do with the forums working or not. It depends in the users has a directory, and if the user is a blog owner; this is what should happen from what you mention above...
George J. Capnias: Dennis Alexander:And is it possible change the code-Layout a bit ? Like : http://devlounge.biz/forums/ShowThread.aspx?PostID=17#17 ?I have made some changes; I have added the blockquote and taken out the gray background from the table.Althought I have need to fully optimize the .NET Framework v2.0 version, I will come back with "something" about it, in a later release. George J.
Thanks, I will have a look at it.
btw, it is possible to add this editor via ASP Code into a custom Page ?
Dennis Alexander:btw, it is possible to add this editor via ASP Code into a custom Page ?
Yes it is possible, if the page in running in Community Server. All you need is the following in the top of the page:
<%@ Register TagPrefix="FTBW" Namespace="Telligent.FreeTextBoxWraper" Assembly="Telligent.FreeTextBoxWraper" %>
And this is how you use the control:
<FTBW:FreeTextBoxEditor runat="server" id="Editor" />
George J. Capnias: Dennis Alexander:btw, it is possible to add this editor via ASP Code into a custom Page ? Yes it is possible, if the page in running in Community Server. All you need is the following in the top of the page:<%@ Register TagPrefix="FTBW" Namespace="Telligent.FreeTextBoxWraper" Assembly="Telligent.FreeTextBoxWraper" %>And this is how you use the control:<FTBW:FreeTextBoxEditor runat="server" id="Editor" /> George J.
Thanks George.
I was working now your your control. I noticed, that you can put files in your Thread. This wont work really. I selected an file, but it wont add it to my reply. Its a bit sad that you cant upload a file directly when you reply or make a new Thread. Is it possible to create a button which uploads a File into a Downloads-Section?
For example i made in my Downloads a new Group Called "Forum Files", and an Folder for "Dev-Projects". Is it possible to upload via your modified control into this Folder a File and display it in my Thread (or Link maybe) ?
I currently give everyone a personal directory in which they're allowed to upload files. It's in \UserFiles\[UserName]\
How did you do this ? I only know that this is possible in Gallery and Blogs ?!
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com