98 comments found.
Hi how can I have slider on frontpage like you have here http://www.slickphp.com/ Can you update files with this version? Or send me the files?
SlickPHP Starter Kit does not come with any build in slider, If you want to integrated the slider then you can used any jquery slider plugins to slide your content. I think this link will help you to make a slider. https://www.jssor.com
Thanks Zafar
hi sorry for my english I bought your script and in the file it misses the database. thank you
Hello, You don’t need database script, SlickPHP already include installer.
Hi I just purchased this and having issues
1. I can’t add gallery to front page 2. I want to add some images to front page with some description under them 3. I want to add FAQ page and add that to navigation 4. I want to add some sort of dividers on front end 5. Page layout on mobile device is all messed up on my website and need help.
Can you please help.?
Thank you
And I just noticed when modifying page it does not save just goes back to how it was
Hello, There is no built in gallery & FAQ system, You need to add the logic for those component. You will get all information in Dev guide how to extend the SlickPHP.
Thanks
Thanks for reply
I have few more questions 1. When modifying the page it does not save just goes back to how it was 2. Where are the codes for sliders for images and sliders for text? 3. I want template to look something like this https://images.template.net/wp-content/uploads/2014/06/Paris.jpgBlue on top with image blue bar kn bottom of the footer and big black footer under that
As well as images in the middle as seen in the image above.
Can you please help me ?
Thank you
Hi I have some question about your SlickPHP Starter Kit please?
1. I wouldlike to know if it’s easy to customize it I want to make colours girly like pink and so on
2. Is it easy to add gallery to frontend as your demo dies not have it
3. If I need help will you help me ?
Thank you
After installed all worked fine but 1 minute later I have this: Fatal error: PHP Startup: No such handler: DBA_DEFAULT but when I update the site with “F5” it worked. The newest issue is: all css does not work. (The site is not online/released, only on localhost.) Please give me a hint. Thanks.
css now work fine.
Hello after update this i have a error on media popup
Loading: Slick Filemanager
Url [ http://domain.com/filemanager?type=1&field_id= ] load fail.
how to fix this?
Please give me the details on this email address muntow2000@gmail.com
Presale question, is included example functional plugin, or can you provide me with such a plugin to have idea how things work?
I’ve describe every thing on Dev guide here is sample example <?php namespace Plugins\Test;
class Base extends \Plugin { }
/* Initialize the plugin /
public function _load() {
$slick = \Base::instance();
$plugNav = array(
'label' => "Slider Setting",
'name' => 'slider',
'url' => '',
'class' => '',
'icon' => 'fa fa-newspaper-o',
'order' => 99,
'items' => array(
array(
'label'=>'Plugins Menu 1',
'url'=>'',
'icon'=>'fa fa-file-code-o'
),
array(
'label'=>'Plugins Menu 2',
'url'=>'',
'icon'=>'fa fa-book'
)
)
);
\Helper\AdminMenu::instance()->setAdminMenu($plugNav);
}
/ Check if plugin is installed
- @return bool */
public function _installed() {
return true;
}
Only thing what I asking for is zip file with something I can upload somewhere and it will work, If you can provide me with such a file Im going to purchase right now.
need to see file structure and stuff…
Hello,
SlickPHP gives you the option Do-It-Yourself Directory Structures. You may either use our default structure or organize your own. app |______controller | |_____admin | | |______category | | |______comment | | |______gallery | | |______page | | |______post | | |______settings | | |______user | |_____member | |_____web |_____helper |_____lang |_____model |_____plugins |_____routes |_____view assets config storage themes vendor
Thanks Zafar
so you can provide me with example plugin?
Hello, At this moment i’m not provide any sample plugins. but I’ve dev guide on the package.
Thanks
then can not buy it, thanks.
presales – i have my own frontend custom mvc and want to use that for front end, how do i use your backend and my mvc at the same time?
You need to convert you front-end to SlickPHP front-end. Please read our Dev Guide hopefully you will get you answer. Thanks Zafar
Hallo, I’m from Indonesia, I’ve bought your product … But I am confused to create a new template. What steps are being taken to create a new template? Thank You . . .
Hello, Copy the existing default theme and then change the theme name from styles.css header to your theme name.
Thanks Zafar
How to integrate / install the payment plugin … Sorry I just learned programming. Thank you
Please read the development document carefully.
Hi,
I’ve recently purchased this app (so far i like it) but would like to ask you about plugin development.
Could you please provide an example of this:
addHook($hook, callable $action);
Additionally which are the supported values for ”$hook”?
Thanks a lot for your support.
Diego.
Hooks allow your plugin to extend core SlickPHP functionality while avoiding conflicts. Hooks are callback functions that are called automatically when certain events happen, such as an post being saved or a text block being rendered. Your callback function will be passed an object or value which it can then manipulate and return to the core.
<?php // ... public function _load() { $this->_hook(“view.parse”, function($str) { return str_replace(“asdf”, “jkl;”, $str); }); }
Thanks a Lot for your Fast Reply.
I’m building a plugin with its own routes and controllers and everything was ok.
The problem that i found has to do with calling “views” that are inside the folder of the plugin (example /plugins/myplugin/myview).
Can you provide an example of calling a view that is stored inside of the plugin’s folder?
Thanks once again.
I’m moving out from WordPress because of the speed of your app. I’m amazed. Hope that more people jump in and discover your app.
Hello, Thank you for your interest.
1. First create a view folder on your plugin directory 2. call plugin view like this $this->_render(“myplugin/view/index.html”);
Thanks Zafar
Password must be at least 10 characters
how to solve this issue
Hello itkorai, Please find the registration file on that location “app\controller\web\registration.php” goto line number 76 change the validation rule lengthMin 6 to 10 for password.
Thanks Zafar
ok got it! can we add a feature like user can be able to add new article? if for freelancer how much will you charge?
how to remove blog slug from list?
Please remove line 21 to 27 from themes\default\share\post_item.html.
If you need customization please send mail with requirement on this email info@slickphp.com
Thanks Zafar
Message sent please respond thank you!
its been 2 days didnt recived any email reply from you!
When user is register with facebook is apart user table in sql of make user register in the same table sql where normal register ?
And for facebook what for info get ex email pass avatar ?
Have cookie session ?
Is easy to integrate in existing website ?
Regards
Yes social and general user register in the same table. At this moment we are not get any extra info from social media if you want you have the option. Yes we used cookies session you will get more info here https://fatfreeframework.com/3.6/quick-reference#COOKIE,GET,POST,REQUEST,SESSION,FILES,SERVER,ENV
We have development document if you want to extend then it will very easy to extend.
Hello, I’ve buy Slickphp but he doesn’t work. I can’t install the script. “storage/data/dbtype/database.sql” doesn’t exist.
Hello, You don’t need database.sql. At this moment SlickPHP have a installer just browse SlickPHP folder then setup page will popup. Thnaks Zafar
Hi, i have buy your script and it is a very good script. I have no problems with install, it runs pretty. Very good Work!!
I have some questions:
1. I have create a new lang File -> de.ini Where i can activate it ? In Backend settings i can not found under dropdown.
2. In your code you have code sections for change User Profil Picture ( Avatar/Gravatar).
But in backend is no option for this setting for Admin. Can you add this next Update ?
Thanks for the positive feedback, I appreciate your encouragement.
You need to add flowing line on language Dropdown
<option value=”de” {{ empty(POST)?@siteLanguage "de" ?'selected':'' : @@POST.siteLanguage “de” ? ‘selected’ : ’’ }}>German </option>
If you have no problem send me the de.ini file i will add it on next update. It will help others user.
Hopefully we will add your recommendation
Please don’t forget to rate us!
Thanks Zafar
Hello muntow2000,
Please reply to my E-Mail.
“I have read the manual. No error occurred during installation. Unfortunately, the admin still does not work. I can not find any online admin folder. What’s the mistake?”
The file is the right one for me “codecanyon-11756043-slickphp-starter-kit.zip” with 7.08MB ?
I send you a mail, send me the feedback ASAP then i take necessary action for you problem. Thanks Zafar
hello sir just purchased the script,
good script, i have one question, how can i add a custom private page where users can only see after login, please a complete guide would be appreciated,
2. can you create a page of author profile?
hello sir just purchased the script,
good script, i have one question, how can i add a custom private page where users can only see after login, please a complete guide would be appreciated,
2. can you create a page of author profile?
I already mention everything on Dev Guide you will get it from documentation folder.
Thanks Zafar
Just purchased the script, is there any feature of adding the user profile page?
I want to purchase but need to know if is possible to add a Page that only logged in users can see?
Hello, Technically it’s possible because SlickPHP have a member area, when you develop a page only for member then it only view able for the member but you need PHP knowledge for this type of page.
BTW if you want to create from admin then it’s not possible at this moment.
Thanks
ok thanks for the info, if is possible via php is great, I can do it 
I will purchase now, if you can tell me how I could do this, like what files I should look up and a little example I will do it, I know php so will be easy 
You will get everything on Dev Guide.
Hello, I installed SlickPHP StarterKit. However, after the installation, Backend is not found. I’m getting a 404. Can you help?
Please read the document carefully. If SlickPHP install properly then try this link domain/backend/login