• Hi hi – is there a way to link to a specific entry, for viewing or editing?

    Looking at the source, I’m trying to add something like this to my URL to make it work:

    ?mode=view&view_id=327

    That doesn’t quite work – am I missing a shortcode I can use, or is there somewhere I could change $_POST to $_REQUEST so this might work?

    Thanks!

    Katie

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    Yes. But that would mean editing rye plugin files.

    But maybe I can add a setting that allows you to enable GET request.

    I’ll get back to you.

    Would love to see that additional setting!

    Plugin Author fried_eggz

    (@fried_eggz)

    I have implemented this but I wont be able to upload until tomorrow. If you need it now you can edit the file class-sticky-list.php and insert this on line 794:

    $_POST = array_merge($_POST, $_GET);

    When you update the plugin this will then be replaced with a setting.

    Thread Starter Katie Benedetto Jones

    (@ktbug237)

    Zomg thank you so much!!! ?? This *makes* the whole plugin for me (I am using it to implement my own project management system / link to specific clients + projects entered in via form).

    Thank you!!

    Plugin Author fried_eggz

    (@fried_eggz)

    No problem! Ill update this thread tomorrow when the new version is available.

    Also, if you like this plugin, please consider writing a short review.

    Thank you

    Thread Starter Katie Benedetto Jones

    (@ktbug237)

    Will do! ??

    Plugin Author fried_eggz

    (@fried_eggz)

    New version (1.5.1) has been pushed. Check it out!

    Thread Starter Katie Benedetto Jones

    (@ktbug237)

    Woo, yay! ?? Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Link to specific entry?’ is closed to new replies.