[Release] PServerCMS a Website for your PServer

02/03/2018 18:34 KoKsPfLaNzE#301
Quote:
Originally Posted by $Shevo0o View Post
Hey Olli,
Do you have a trigger to make Unique rank working ?
no, each db has specials so you need smth for your db
02/03/2018 22:23 KoKsPfLaNzE#302
Quote:
Originally Posted by MrXEON View Post
hope to add guide video
there is a windows guide with gifs and text, thats like a video, also a script for centos which do 90% of that
02/05/2018 23:18 TrashBag#303
Quote:
Originally Posted by KoKsPfLaNzE View Post
no, each db has specials so you need smth for your db
I have a Program to do that I can release it if you like or u can add it to your Guide and I Suggest 2nd way it's really light and smooth
02/16/2018 04:14 TrashBag#304
[Only registered and activated users can see links. Click Here To Register...]
02/16/2018 16:28 KoKsPfLaNzE#305
Quote:
Originally Posted by TrashBag View Post
[Only registered and activated users can see links. Click Here To Register...]
yes?
02/16/2018 20:27 TrashBag#306
Quote:
Originally Posted by KoKsPfLaNzE View Post
yes?
he says abandoned for some reason is that okay?
02/16/2018 20:47 KoKsPfLaNzE#307
Quote:
Originally Posted by TrashBag View Post
he says abandoned for some reason is that okay?
did you use min php7?

its no big problem, im one of the maintainer of this package, there is atm no big problem, and its alreay changed, just need to release newer version of the data-grid
02/16/2018 22:26 TrashBag#308
Quote:
Originally Posted by KoKsPfLaNzE View Post
did you use min php7?

its no big problem, im one of the maintainer of this package, there is atm no big problem, and its alreay changed, just need to release newer version of the data-grid
YES I'm using your latest files and I wanted to set PayPal on and i saw this so I had to ask you
04/04/2018 09:28 TrashBag#309
I was trying to add an icon next to username at login.PHP but whatever I try the site stop working
example
[Only registered and activated users can see links. Click Here To Register...]
04/04/2018 17:52 KoKsPfLaNzE#310
Quote:
Originally Posted by TrashBag View Post
I was trying to add an icon next to username at login.PHP but whatever I try the site stop working
example
[Only registered and activated users can see links. Click Here To Register...]
please post some lines and the class name, so see what you edit, just login.php doesnt help
04/04/2018 22:59 TrashBag#311
so I want the icon before the placeholder so I tried that icon nothing happens
then I tried to add the full code the one in purple the site went off
$this->add([
'name' => 'username',
'options' => [
'label' => 'Username',
],
'attributes' => [
'<i class="fa fa-user"></i>'
'icon' => 'fa fa-user',
'placeholder' => 'Username',
'class' => 'form-control',
'type' => 'text'
],
]);
04/05/2018 17:14 KoKsPfLaNzE#312
Quote:
Originally Posted by TrashBag View Post
so I want the icon before the placeholder so I tried that icon nothing happens
then I tried to add the full code the one in purple the site went off
$this->add([
'name' => 'username',
'options' => [
'label' => 'Username',
],
'attributes' => [
'<i class="fa fa-user"></i>'
'icon' => 'fa fa-user',
'placeholder' => 'Username',
'class' => 'form-control',
'type' => 'text'
],
]);
that will not work

check [Only registered and activated users can see links. Click Here To Register...]

so the attributes list should looks like


PHP Code:
            'attributes' => [
                
'placeholder' => '&#xf075; Username',
                
'class' => 'form-control',
                
'type' => 'text'
            
], 
and dont miss the css changes like the example
04/05/2018 19:22 TrashBag#313
[Only registered and activated users can see links. Click Here To Register...]

'attributes' => [
'placeholder' => '&#xf075; Username',
'class' => 'form-control',
'type' => 'text'
],
04/05/2018 21:48 KoKsPfLaNzE#314
Quote:
Originally Posted by TrashBag View Post
[Only registered and activated users can see links. Click Here To Register...]

'attributes' => [
'placeholder' => '&#xf075; Username',
'class' => 'form-control',
'type' => 'text'
],
read the example...

you have to edit your css too
04/05/2018 22:26 TrashBag#315
Quote:
Originally Posted by KoKsPfLaNzE View Post
read the example...

you have to edit your css too
you said don't miss the CSS changes