arr0w
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Hide private ID in url on loadWhen the “Use Cookie” setting is turned on: I login on domain.com/login (where the pdb_login is located) – Then redirected to domain.com/record/?pid=C0F1Y (where the pdb_record is located).
The correct record is showed.
If I go back to domain.com/login I’m immediately redirected back to domain.com/record/?pid=C0F1YThe function works as explained in the settings, but doesn’t remove the pid…
Forum: Plugins
In reply to: [Participants Database] Hide private ID in url on loadThe “Use Cookie” setting only “disables” the login page – I want to hide or remove the ?pid= in the url of the page. If the private ID is stored in a cookie, then it should be possible to just hide the pid on load.
- This reply was modified 9 years, 9 months ago by arr0w.
Forum: Plugins
In reply to: [Participants Database] Transform the record table to single tablesCould you help me?
Forum: Plugins
In reply to: [Participants Database] Transform the record table to single tablesMy bad – It’s the <?php $this->field->print_label() ?> that’s causing the problems.
This field should only be displayed when the title is present.Forum: Plugins
In reply to: [Participants Database] Transform the record table to single tablesForum: Plugins
In reply to: [Participants Database] Transform the record table to single tablesWell, it kinda worked.
As you can see in this image, there is a lot of empty space above each checkbox – Some of it is caused by the margin (the orange part) and the rest is the size of the div. How do I remove the unused space?
Also: How do I change the button to inherit the style from my current theme (like this)