logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$8
Backend-Pages with Frontend-Themes (Again!)

My question from here did not give me a proper suggestion, so i might start over again and hope for a good call from you!

I looked around a little bit and i was wondering if this theory could work in practice:

Want i basically wanted to do was to have the post-new.php and the user-edit.php pages surrounded by my themes header, sidebar and footer.

But when i f.e. change this:

<?php
include('admin-footer.php');
?>


into this:
<?php
include('THEMES_URL/footer.php');
?>


i get a lot of call to undefined functions.

How can this work?

This question has been answered.

phil wars | 05/30/10 at 7:14am Edit


(4) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    05/30/10
    7:30am
    Milan Petrovic says:

    You can't do that, or anything similar. Admin side is very different from front end, and you can't just mix them. There is no plugin that can help you, or theme that already has that implemented, because it can't be done.

    The only way to do it is to write it from scratch, and code everything needed from back end into front end, and that is very, very complicated to do. TDO MiniForms plugin can be used to add new post into front end, but it's very limited compared to real back end and implements only some of the post features.

    • 05/30/10 8:16am

      phil wars says:

      speaking of TDOMF... I already tried to use it.

      But i can't access the Form Hacker. I did not want to show my users this ugly form.

      But when there is no other way to get the profile-editor in the frontend (i dont get cyc to run) i must noch use TDOMF. I'd like to have either both or none in the frontend.

    • 05/30/10 8:25am

      Milan Petrovic says:

      Trust me, without some serious recoding and major changes there is no way to bring back end panels into front end. Best way to do this is to write custom plugin that will get what features you need into front end, but that will be big task to do, and will never be close to what back end panel does.

  • avatar
    Last edited:
    05/30/10
    9:54am
    Bill Hunt says:

    The other route that you were going down is far more doable than this one, I'm afraid. Short of tearing the whole admin template system apart and redoing it, you can't reuse the fronted components on the backend - wordpress is just too single-mindedly built for that, not modular at all.

    The suggestions made in the other thread were actually pretty good. What you're asking for is something that requires a *very* significant change to the base behavior, so getting familiar with the intimacies of plugins & templates is a must. No offense, but if that other stuff was over your head, you might need to hire someone to do it for you - and that's a lot more than $8 worth of work. ;)

    • 05/30/10 12:34pm

      phil wars says:

      i understand. normally it should not be a problem to get s.th. like customize your community to run, but i simply can not work it out. seems to be bad luck...

  • avatar
    Last edited:
    06/05/10
    8:24am
    Oleg Butuzov says:

    as i understand you want something like this?

    attachment image View Attachment

    • 05/31/10 1:58pm

      phil wars says:

      yes but with my header, sidebar and footer

    • 05/31/10 4:32pm

      Oleg Butuzov says:

      check this theme http://is.gd/cxiQ9 (you can grab code from there). that's is screenshots from.

  • avatar
    Last edited:
    05/31/10
    7:51am
    Daniel Wiener says:

    Here is a tutorial on how to customize the backend of Wordpress. It should get you started.

    http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/

This question has expired.





Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.