Wizz.DK
Forum Replies Created
-
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"Spot on! I think the two problems might have been related, because I tried changing the linkToView() to link() yesterday, but that probably failed due to the column javascript.
Tried it now from a different ‘puter and everything works like a charm.Cheers John, thanks for all the help and have a lovely weekend. ??
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"Furthermore, when attempting to insert a PHP snippet into a column, the editor insists on updating the column name instead!
When reloading the editor page with the “Execute query” button, the snippet is removed and instead shows up in the column name.Trying to insert the following snippet, which I already have active and working in other columns.
if ($value == 0) { return "<input type='checkbox' name='$name' value='$value' disabled>"; } else { return "<input type='checkbox' name='$name' value='$value' disabled checked></input>"; }
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"Still no joy, same error after updating to 0.5.5. ??
Loading icon for a second, then message:
request rejected, mismatching security token (nonce value), try clicking again. If that fails try refreshing page (F5) and reentering data.The link to the view works when testing from within the dbview editor.
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"Great stuff!
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"I’m in no rush. It’s for a wargaming community database. So its just a hobby project. ??
Forum: Plugins
In reply to: [dbview] DBView::linkToView message: "request rejected"Cheers John.
Let me know if there’s anything I can do, or some info for clarification.
I did try both %d and %s btw.