Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

AlmazBulliesofNCCurtisOdenShadowdareboangsestevdtc74422 +7 guests

[Solved] how to add complete webpage without side panel

how to add new full webpage without side panel and i want this page as home page

Comments

  • 422422
    Posts: 2,109

    use the custom pages plugin

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • Posts: 99

    yah im using it now.. but side panel zone is empty

    i want to use full size page

    or

    add side panel to custome page

  • hbfhbf
    Posts: 654 Accepted Answer 1 like

    this is a custom page with no side panel.

    http://www.homebrewforums.net/users

    is this the kind of layout you are looking for?

    if so, it's just a custom page with no render area for the side panel.

    It might be helpful if you posted a mockup of what you are trying to do...

  • Posts: 99

    wow. its really wonderful. how can i do this. i want use whole page without side panel

    @hbf what is this plugin member page

  • 422422
    Posts: 2,109

    @hbf good work mate.

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • hbfhbf
    Posts: 654

    @Chanux I wrote the member page on top of the custom pages plugin. I'll probably re-code it as a stand-alone plugin at some point, but I'm not ready to promise a date.

    To create a custom page, you really just need to install the custom pages plugin. To do all of the stuff that my member page is doing you need whos online, online user and custom pages, plus my users.php page.

    Try installing custom pages and create a simple html/php page.

  • hbfhbf
    Posts: 654

    @422 thanks. still working out some layout bug-a-boos, but it was a pretty quick project really.

  • Posts: 99

    i installed custom pages plugin. its working. but side panel area is empty

    1. can i add side panel to custom page (all side panel like discussion page side panel)

    2. how can i use whole page without side panel (like http://www.homebrewforums.net/users)

  • hbfhbf
    Posts: 654

    post the php that you are using for your custom page or post a link to the page. i'm thinking you probably just have an unnecessary DIV in there or something.

  • hbfhbf
    Posts: 654 1 like

    @Chanux i just realized that i had some css applied to get the full page look on the custom page... sorry about that.

    Add this to your custom page

    
    #dashboard_plugin_page #Content {
    width: 960px;
    }
    #dashboard_plugin_page #Panel {
    display: none;
    }
    

    you have to surround it with < style type="text/css"> & < /style> remove the spaces after the <'s

  • Posts: 303

    Hi guys,

    just incase you're interested i have a browse member plugin here

    http://www.goodoldmemories.com/2011/11/browse-members-plugin-for-vanillaforums-2-0-18/

    there's also a way to plug a side panel content to it as well.

    hope i'm not violating any T&C in posting this. sorry in advance.

    thanks.

  • Posts: 99

    @hbf i cant understand.. i jest installed custom page plugin.. :(

  • Posts: 99

    @hbf you are my............ i don't have words friend. i could fix this problem, using your wonderful concept. thanx again

  • hbfhbf
    Posts: 654

    @Aolee - I looked at your offering, it looks nice. I wrote mine in about 2 hours, so it's still in work. Mine works a little different too, check it out.

  • Posts: 303

    Thanks, yes I noticed it too that u were able to integrate the online user plugin in your member page. Thats a good concept ;)

Sign In or Register to comment.