GetSimple Support Forum
PROBLEM Custom Permalink Structure - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: PROBLEM Custom Permalink Structure (/showthread.php?tid=6787)



Custom Permalink Structure - notabene - 2014-09-30

Hello everyone,

In Settings->general settings Custom Permalink Structure field is disabled. I cannot edit it.

Please help.


RE: Custom Permalink Structure - shawn_a - 2014-10-01

What browser?
Use another browser, perhaps.

What happens when you click in it and type?


RE: Custom Permalink Structure - notabene - 2014-10-01

(2014-10-01, 00:50:21)shawn_a Wrote: What browser?
Use another browser, perhaps.

What happens when you click in it and type?
No, its not browser. I tried just in case firefox and chrome and on different computers.
The field is just as usual disabled field with grayed out pattern:
%parent%/%slug%/
and i cant change it.

I have another getsimple website(though with lesser version of getsimple) and everything is ok there.


RE: Custom Permalink Structure - Carlos - 2014-10-01

It's not disabled, it's showing the default value.
You have to type (not edit) your custom structure there (if you want to change it, of course)


RE: Custom Permalink Structure - shawn_a - 2014-10-01

Its called a placeholder, it disappears when you type in the field.


RE: Custom Permalink Structure - notabene - 2014-10-01

I didnt think about placeholder thing Smile
Thanks, that was it Smile


RE: Custom Permalink Structure - shawn_a - 2014-10-30

The confusion is because chrome ( and maybe other browsers ) do not hide the placeholder on input focus, which is odd.

I will override this.


RE: Custom Permalink Structure - moped - 2014-10-30

(2014-10-30, 03:17:32)shawn_a Wrote: The confusion is because chrome ( and maybe other browsers ) do not hide the placeholder on input focus, which is odd.
Because of this behaviour I added the jQuery Placeholder Plugin to my contact form.
I didn't want to use <legend> or a headline or something to make it look slim.
You can find one here.
All you have to do is add this line
Code:
<script type="text/javascript" src="'.$SITEURL.'path_to/js/jquery.placeholder.js"></script>
and add the css class like
Code:
.placeholder {
    color: #888 !important;
}
.placeholderFocus {
    color: #555;
}

Just a thought. You can even override it. Wink


RE: Custom Permalink Structure - shawn_a - 2014-10-30

https://github.com/GetSimpleCMS/GetSimpleCMS/issues/945
I wont be using a js solution