Not signed in (Sign In)

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorissy
    • CommentTimeFeb 4th 2007 edited
     permalink
    I have a custom php app as the main site, I don't want to use subdomains and I want subscribers to be able to create a blog with their account to my directory.
    How do I make this happen? .htaccess redirects?
    This is what I'm looking for.
    http://www.eyelashpros.com (main site)
    http://www.eyelashpros.com/blogs/username/ (can I rename lyceum folder?)

    So when users go to my domain the see the main directory and when they click on their blog to take them to "/blogs/username/"

    This is my first time playing with Lyceum and for what I've seen so far, I'm really liking it, it was an easy install.

    Any help is appreciate it.

    Keep up the good work.
    • CommentAuthorjohn
    • CommentTimeFeb 4th 2007
     permalink
    Look at the documentation in /src/lyceum/private.php. Let us know if you have any questions after reading that.
    • CommentAuthorissy
    • CommentTimeFeb 6th 2007
     permalink
    John,
    That worked!!, that's exactly what I needed.

    Thanks a lot.

    Now I'd like to display latest blogs, most active blogs on main page of totally separate custom php platform, do I need to create a page using

    <?php
    require('private.php');
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');

    ?>

    then place that in an iFrame? What would be the best way to go about it?

    thank you.
    • CommentAuthorjohn
    • CommentTimeFeb 6th 2007
     permalink
    look at /src/lyceum/portal.php for some inspiration
    • CommentAuthorissy
    • CommentTimeFeb 10th 2007
     permalink
    I will give a try

    Thanks
    • CommentAuthorjohn
    • CommentTimeFeb 27th 2007
     permalink
    issy-- how's it going?