Open Source Yii CMS - GXC CMS
#102
Posted 19 April 2012 - 08:39 AM
project/common/storages/LocalStorage.php
line 53:
$filename=str_repeat(" ","-",$filename)
=>
$filename=str_replace(" ","-",$filename)
#104
Posted 21 April 2012 - 06:10 PM
#106
Posted 22 April 2012 - 02:24 AM
mr80, on 21 April 2012 - 10:34 PM, said:
Can you post a screenshot for your question?
i mean:
i create a item of menu (a link) of type: 'link to a term page'.
after finished. i found it link to home page,note a list content of terml
Attached File(s)
-
Update Menu.jpeg (26.6K)
Number of downloads: 66
#107
Posted 22 April 2012 - 02:48 AM
Function for render Menu Link
Line 106
function buildLink($item)
You can implement to make Link to Term page work.
#108
Posted 22 April 2012 - 03:03 AM
mr80, on 22 April 2012 - 02:48 AM, said:
Function for render Menu Link
Line 106
function buildLink($item)
You can implement to make Link to Term page work.
Thank you very much. i very like this cms. i will study and use it.
for my best regards
#110
Posted 23 April 2012 - 10:27 PM
#112
Posted 12 May 2012 - 12:29 PM
#113
Posted 13 May 2012 - 04:03 AM
In Backend, Menu zone, you can add page to a menu item.
#114
Posted 13 May 2012 - 05:43 AM
Then i assigned my page to this new menu item (there is no selectlist to select newly created pages
Then i created a menu block but i can't see it in the frontend
#115
Posted 21 May 2012 - 01:05 PM
index.php?app=forums&module=forums§ion=findpost&pid=138766'>
Samir Hajiyev, on 15 February 2012 - 02:56 AM, said:
There is a problem with installation.
When i try to install CMS, (backend/index.php?r=beinstall/run)
i get this error:
1146 Table 'gxc_cms.gxc_auth_assignment' doesn't exist.
Please, fix it.
I will wait new updates and Sorry for my English
you can skip this step (beinstall/run) and follow the instructions below
Step 1: import db to phpmyadmin (..common\data\data.sql)
2: Replace some default attributes in table gxc_user: (default admin/123456)
password (function md5) 123456sdad12313ssgdpahcxrwwqas (123456.USER_SALT)
salt : sdad12313ssgdpahcxrwwqas
3: Replace some default attributes in gxc_settings (option)
Done. Go back and login!!!
#116
Posted 21 May 2012 - 03:08 PM
why you had not made it more static but simple to use (like PHPNuke or Nuked Klan) ?
What is a "term" and what is a "taxonomy" ?
"menus" and "pages" are not enough ?
#117
Posted 21 May 2012 - 09:35 PM
Term and taxonomy - you can learn about them on Google. It's really simple and easy to use.
"menus" and "pages" are not enough ? - I don't understand what you mean here. Please describe it
#118
Posted 22 May 2012 - 11:41 PM
I know someone asked earlier what Term and taxonomy is, but upon using Google, I was still unsure what they are. Could someone briefly explain and/or point me to site that has information about it so I understand better?
[edit] ************
For anyone also new to these words (term and taxonomy) here is the definitions as I understand them.
term - is a category for which content can be a member of. For example, a posting called "Amazon's NON-charitable side" could be placed in a term (category) called "Corporate News"
taxonomy - is a grouping of 1 or more terms (categories). For our example of the term "Corporate News" could be placed in the taxonomy "News".
So, these two words really just represent a way to categorize content. So, building of the example, we could have a structure like this:
News
--Corporate News
---- Amazon's NON-charitable side [article]
---- Some other article
--Economic News
---- Where did our money go?
anyway, hope that helps anyone that may have the same questions that I did. Supposedly, these words are used in WordPress, but I have not really used that CMS to be familiar.
[end edit] ********
Second question is: Is it possible to install any other YII-based module into this CMS for use? Would it be fairly easy? For example, I'd really like to implement a site-wide search... Is this possible?
Final question: When YII 2 is released, will this project have to be completely rewritten in order to support the new framework?
Thanks for any help, and I really like this project thus far! Keep up the great work!
-Ryn
#120
Posted 25 May 2012 - 09:47 AM
I use some modules in the cms: rights, translate,... in my cms. So it is possible to use yii-based module.
For yii 2.0, i will do my best to rewrite it. ^^

Help















