• Resolved frihauge

    (@frihauge)


    Hi

    I need to let the user upload new slides and edit slides and screens.
    Is there anyway to put the modules userinterface on the front on the themplate instead.?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Menno Luitjes

    (@mennolui)

    Hey @frihauge, no sorry, the WordPress admin screens (such as the Foyer Slides / Channels / Displays admin screens) are really built to be admin screens. There is no easy way to make them appear and work on the front-end of a website.

    Can you explain your use case? Why is it important your users work on slides and displays on the front-end of the website?

    You could maybe strip down the WordPress admin for your users so, for their role / login, the admin will only show Foyer admin screens and nothing else. But they would still be working within the admin.

    Best!

    Thread Starter frihauge

    (@frihauge)

    Hi Menno

    The reason is that we have sereval kiosk pc’s. where we some other thing to configure, and all this configuration is done via wpdatatables plugin from the front end. I only need to insert some new slides on a predefined screen and channel.
    Are all the configuration done from database. Or there any way I can make some configuration from front end?
    Br
    Esben

    Plugin Author Menno Luitjes

    (@mennolui)

    Hey Esben, Foyer is built using three custom post types: foyer_slide, foyer_channel, foyer_display. All stored in the existing WordPress database tables. If you browse the Foyer plugin code you can see it is easy to write some code that saves an existing slide to an existing channel. Letting a user edit a new slide, and then save that slide to the database is a different thing though! A slide has so many options and combinations of slide formats and slide backgrounds.. That slide admin interface would have to be rewritten for front-end use.

    Thread Starter frihauge

    (@frihauge)

    OK Thanks
    I found a solution the
    WP Frontend Admin Plugin can do the trick for me
    Thnak you very much

    Plugin Author Menno Luitjes

    (@mennolui)

    Thanks for the hint @frihauge, might be interesting for other Foyer users.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Edit screen from user’ is closed to new replies.