dnc
Well-Known Member
Здравейте,
Поредния глупав въпрос, но е неизбежно
Някой ще ми каже ли как да вляза и да редактирам текста, ето за какво става въпрос
Set your static pages
Each page you add is automatically created on your server. Easiest way to change and integrate content is to change the file itself.
и след това идва следното
Static page generic template content. You can edit this in _tpl/emerald/static folder. Fill in $page.content via smarty, or insert your custom code. - това ми е важно за да мога да си редактирам текста, но си нямам на идея как да вляза и къде да го търса това
- ето и линк към настройките от дивелопъра - https://simplejobscript.com/docs/customization-guide/
Ако това е на разбираем език за някой на мен не ми е
Website follows Model-View-Controller software architecture. Data is stored in the MySQL database, frontend is handled by the Smarty templating engine and PHP controllers connecting these two main components. In case you want to develop custom features specific for your job board, lets take a look at the project folder structure:
root folder – important files: website installer.php, main website router index.php and all the ajax-call php files
admin – admin controllers and templates located within same folder
blog – website blog related files
_cache – main settings, translations and SEO are stored here, so they can be accessed repeatedly without loading
_config – website configuration. The only file to edit is config.envs.php. Set up database connection, website language, register your plugins, change URLs
controllers – main functionality is in here. Index.php is delegating web requests to this folder. Here, frontend templates are being assigned.
_lib – all website classes, working with the database
_tools – website translations, cron jobs
_tpl – website templates. To create your custom theme, create a folder and change the main settings in admin. -
js – website assets and libraries. Admin support files.
plugins – additional functionality
uploads – website uploads – images, logos, invoices, cvs
Поредния глупав въпрос, но е неизбежно
Някой ще ми каже ли как да вляза и да редактирам текста, ето за какво става въпрос
Set your static pages
Each page you add is automatically created on your server. Easiest way to change and integrate content is to change the file itself.
и след това идва следното
Static page generic template content. You can edit this in _tpl/emerald/static folder. Fill in $page.content via smarty, or insert your custom code. - това ми е важно за да мога да си редактирам текста, но си нямам на идея как да вляза и къде да го търса това
Ако това е на разбираем език за някой на мен не ми е
Website follows Model-View-Controller software architecture. Data is stored in the MySQL database, frontend is handled by the Smarty templating engine and PHP controllers connecting these two main components. In case you want to develop custom features specific for your job board, lets take a look at the project folder structure:
root folder – important files: website installer.php, main website router index.php and all the ajax-call php files
admin – admin controllers and templates located within same folder
blog – website blog related files
_cache – main settings, translations and SEO are stored here, so they can be accessed repeatedly without loading
_config – website configuration. The only file to edit is config.envs.php. Set up database connection, website language, register your plugins, change URLs
controllers – main functionality is in here. Index.php is delegating web requests to this folder. Here, frontend templates are being assigned.
_lib – all website classes, working with the database
_tools – website translations, cron jobs
_tpl – website templates. To create your custom theme, create a folder and change the main settings in admin. -
js – website assets and libraries. Admin support files.
plugins – additional functionality
uploads – website uploads – images, logos, invoices, cvs