
TEXTCUBE 1.5 RC1 has been released. For the schedules and the updates visit Milestone.
+ CAUTION
About Upgrade
Textcube1.5 may look similar to TatterTools1.1 but much of changes have been made internally with DB structures, functions, and codes. This would mean once you upgrade to Textcube you cannot downgrade back to TatterTools 1.x.
About Template Feature
Users can set a template of any posts that would change its layouts or even looks to a certain format. Choosing a template is as simple as choosing an option from the post information setting.
Template import and export feature will be added in later versions.
About skin customization
Several tags have been added in Textcube1.5
- metapage Part
Now users can add their own meta information page which can be specialized as prologue, introduction and more.
*<s_meta> : meta page area
*<s_metapage> : actual meta page loop
Example
<s_meta>
<div class="metapage">
<s_metapage></s_metapage>
</div>
</s_meta>
- 404 error page
Finally users can customize 404 error page. Anything between <s_page_error> and </s_page_error> will be shown as 404 error page.
- Customize Title bar
A title of a page can be customized; Be free from '::' mark.
Examle
<title>[##_title_##] <s_page_title> :: [##_page_post_title_##]</s_page_title></title>
- Trackback Search Result
These [##_tblist_conform_##], [##_tblist_count_##], <s_tblist>, <s_tblist_rep>, [##_tblist_rep_regdate_##], [##_tblist_rep_link_##], [##_tblist_rep_subject_##], ##_tblist_rep_body_##] are used for the trackback search result page.
Example
<s_tblist>
<div class="searchTblist">
<h3>Trackback for '[##_tblist_conform_##]' - [##_tblist_count_##]</h3>
<ol>
<s_tblist_rep>
<li>
<span class="date">[##_tblist_rep_regdate_##]</span>
<span class="name"><a href="[##_tblist_rep_link_##]">[##_tblist_rep_subject_##]</a></span>
<div class="contents">[##_tblist_rep_body_##]</div>
</li>
</s_tblist_rep>
</ol>
</div>
</s_tblist>
About Plugin creation and usage
In order to use 1.1 plugins please change these calls misc::getUserSetting / misc::setUserSetting to misc::getBlogSetting / misc::setBlogSetting and don’t forget to indicate the latest version of the tool in index.xml
<textcube>1.5</textcube>
Please note that ‘$owner’ is no longer supported. $owner must be used through getBlogId() which refers to blog id.
FEEDBACK
As much as we need feedbacks for Textcube1.5, we appreciate your interests and your sincere support. Please use the
bug report forum for the bugs/sources feedbacks and email to dev_at_tattersite.com for any source changes and development along with any access permission to the sandbox.
LOCALLIZATION
We will update 'po' the localization file when the language resources are stabilized around beta 2 or beta 3.
It has been updated since beta2. If any user would like to participate in finishing the po file, please edit XX-XX.php file where XX refers to the country code.
DOWNLOAD
Please
download and enjoy
이 글의 관련글(트랙백) 주소 : Cannot send a trackbact to this post.