Samuel
-
Total Posts
:
11785
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
"Hidden" tag
Fri. Aug 1, '08 5:21 PM
( permalink)
Here is a custom PGDCode you can put into the control panel that allows you to hide some content in a message for whatever purpose you want: The PGDCode: Pattern: \[(hidden)\=(\w+) title=([^\]\<\>]+)\](.+?)\[\/\1\] Replace With: <div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA; width:50%;"> <a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;">$3</a> <div id="$2" style="display:none;"> $4 </div> </div> Purpose: Hide some content Example: [hidden=UniqueID_You_Choose title=Click Me]Content To hide[/hidden] Begin Tag: [hidden=ID title=ClickMe] End Tag: [/hidden] ECMAScript Compliant and Ignore Case checked. Note: The Replace With can be modified to fit your styling needs. Just remember to include the $2 (the UniqueID) , $3 (the link title to reveal the hidden content), and $4(the content that is hidden) symbols. Example: The following is a live example:
Click Here to see the example
ASPPlayground.NET Version 3 Readme NOTE: if you are upgrading your existingversion, please make sure you are using the Unicode version based on ASP(Version 2.4.5 Unicode) or the Unicode version based on ASP.NET (2.5.5 Unicode). This version is notcompatible with any other version because of the data format. ASPPlayground.NET Version 3 is a totally rewritten version that is based on theASP.NET 2.0 framework and the ASP.NET AJAX framework. This version supports .NETframework 2.0, 3.0, and 3.5. This new version of software has several new features and enhancements overthe 2.x version: - Integrated Spell Checker.
- New Skin & Theme feature allows user to change the entire user interface.
- AJAX enabled user action to improve user experience. Fewer full page reloads.
- Reward point system & Mark as answer - user can assign certain points to a question to reward the best answer. Different user groups get different reward points.
- Community moderation - users can now flag messages as inapproriate and automatically remove them without moderator intervention. Auto-ban offender for a period of time
- Integrated Captcha to protect the system from spam attacks.
- Forum Filter - users can now decide which forums to see on the user interface.
- Daily & Weekly Digest for forum and topic subscription.
- Totally improved Search Engine- producing more relevant and updated results
- Pinned message priority levels - moderators can now pin a message and assign priority
- Splitting / Joining threads
- DHTML popup instead of regular popup window which does not trigger popup blockers.
- Totally revamped Photo Gallery interface w/ AJAX to improve usability.
- DHTML menu to make UI less cluttered.
- Moderator Permissions - grant different permission for different moderators
- Custom PGDCode allows admins to define PGDCode in the admin control panel without having to touch the code.
- User Group Membership Expiration - Allows you to define length of group membership.
- Additional Group Based settings and permissions.
- Forum Management with Inheritance - making forum management a lot easier. Define setting and permission only once and sub forums automatically inherits parent's settings.
- Seamless integration with the ASP.NET Default SQL Membership Provider.
- Uses Forms Authentication - easier integration with external membership system (other than the Default SQL Membership Provider).
- Custom Stats with auto update.
- Database based error logger - detect intrusion and captures the offender's IP.
- Asynchronous emailing - prevent CPU threads from blocking the web server request.
- Software carefully designed to support the Medium Trust environment and the new IIS 7 Integrated Pipeline mode.
- There are many other new features & enhancements which we will list on the site later.
ASPPlayground.NET Version 3 is the combination of comprehensivefeatures, extreme performance, rock solid stability, and unsurpassed security.
<message edited by Samuel on Sat. Mar 27, '10 1:49 AM>
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|