-
Certain Things Open Website in Another Window
Yes it was something to do with https redirect or something
-
Certain Things Open Website in Another Window
So I think the issue is my ssl is for some reason doing it, and how do I disable mod_security?
-
-
-
Let members only see their own records
Thank you so much everyone!
-
Let members only see their own records
Where is this setting?
-
Let members only see their own records
So I have a database on my server that acts as an application and people can setup a record on it. How would I let them have permission to see their own records but not others.
-
Certain Things Open Website in Another Window
So I have this issue on my website where for some reason when I use certain actions it opens my website almost in like a mini window(you can see in the video) that will not close and doesn't actually work. For example when I try to move this database post to another category it wont let me. Another example is when I use the code feature in a comment, it does the same thing. 0290d72b64e5597f4c994407cea5a154.mp4
-
Sticky Navbar
How would I go about making the navigation bar on my website sticky/frozen.
-
Editing the Display of a Record
Perfect thank you!
-
-
Editing the Display of a Record
I ended up using this in the end thanks for the help. <b>{$label}</b> <p>{$value></p> But one more thing, sorry for all the trouble, how can I have the title and content display as a custom field because currently as you can see here it displays the value "Yes" at the very top for content and the title is only displayed as the title.
-
Editing the Display of a Record
Thank you this is what I needed, also I was messing with it and you can use this for a more simple version. <p>{$label}: {$value}</p> It auto inputs the field title for you 😄
-
Editing the Display of a Record
-
Editing the Display of a Record
So I set up a database where people can submit records and it acts as an application process, but my issue is the way its displaying the record. I'm pretty sure its in the database templates but does anyone have a template or could tell me how to make one that would display this in a better way for example something like this: https://gyazo.com/036360ab32e299f892d6058b96cf94ba Any help is greatly appreciated, thank you!