Download latest jCore Server and/or Client releases.
Browse third party modules or submit your own.
Help needed? Ask questions and get help asap.
Username: Password: Forget your password?

Status update for 0.5 release and Win $50

Fri, 22 Jan 2010 11:04:38 GMT by pijulius, 577 views

A lot has been done since the last release but still long way till the new 0.5 version but some of the new features already include API like system, Searchable Modules, Members Only option for Photo gallery and Shopping also Digital Goods for shopping (Download Store system). Read more to view the detailed list of upcoming features and win a Google AdWords promotional code worth of $50.

Read moreComments (6)

jCore 0.4 Released!

Sun, 13 Dec 2009 14:22:56 GMT by pijulius, 1135 views

Includes CCBill checkout, table prefixes to be able to use same db for multiple sites, block caching for sites under heavy load, picture watermarking and more.

Read moreComments (6)
View All

Content Codes

Sun, 26 Jul 2009 09:24:51 BST by pijulius, 1693 views

These codes can be used to access different codes from the system in your post and other places that have a Content. For e.g. you could display a block right here, or show the current server time and so on. There are two ways to call codes, the ones are dynamic codes/script that first will run and then display the result, these codes are always entered like this {script}arguments{/script} , the other way is to display defined values, for e.g. current time and date and so on. These variables can be accessed like this %VARIABLE% . All Global Settings constants/defnitions can also be accessed this way.

These are some of the variables you can use, but these variables (definitions) can always be extended by modules:

  • %NOW% = 2010-03-10 10:57:39
  • %NOW_DATE% = 2010-03-10
  • %NOW_YEAR% = 2010
  • %NOW_MONTH% = 03
  • %NOW_DAY% = 10
  • %PAGE_TITLE% = jCore - the Webmaster's Multisite CMS
  • %SITE_URL_PATH% =
  • %JCORE_VERSION% = 0.4
  • %META_TITLE% = jCore - the Webmaster's Multisite CMS
  • %META_KEYWORDS% = jcore, cms, content management system, php, mysql, lamp, web cms, multi site cms, php multisite cms, open source cms
  • %META_DESCRIPTION% = jCore is the web Content Management System build especially for webmasters to easily maintenance multiple websites (multi site cms)
  • %WEBMASTER_EMAIL% = webmaster @ domain.com
  • %PAGE_TIMEZONE% = Europe/London
  • %PAGE_CHARSET% = utf-8
  • %PAGE_404_ERROR_TEXT% = Will display address not found error text.

The followings are some of the script codes implemented in the core system but these also can be extended by modules easily:

With content codes you should be able to achive any kind of combination to display a content. You can use content codes in Posts, Blocks (Content field), Photo Gallery (Description field), File Sharing (Description field) and any other modules that have content codes implementation.

Comments (0)