Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

How do I change the main ”index”? (7 posts)

Started 1 year, 10 months ago by: PH (porsche)

  • Profile picture of PH (porsche) PH (porsche) said 1 year, 10 months ago:

    Hello All,

    My buddy press installation is on my ‘root’ folder http://domain.com/

    I would like my main page to be something else like “index2.php”

    I saw a forum “how-to” post here before but I cant find it.

    Any help would be greatly appreciated.

  • Profile picture of PH (porsche) PH (porsche) said 1 year, 10 months ago:

    Im not digging the default theme and I want to just add a splash page with links … how can I do this.
    im on wp3.0 upgraded from wpMU 2.9.2 and Im on the latest BP

  • Profile picture of techguy techguy said 1 year, 10 months ago:

    @porscheheritage
    I’d suggest using a child theme: http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/ You’ll just want to override the index.php and you can make it look however you want.

  • Profile picture of PH (porsche) PH (porsche) said 1 year, 10 months ago:

    I would rather have the MAIN site direct to a different page? Anyone have ideas how to do this? HTACCESS ?

  • Profile picture of PH (porsche) PH (porsche) said 1 year, 10 months ago:

    any ideas from anyone? searching the docs hasnt yielded anything!

  • Profile picture of techguy techguy said 1 year, 10 months ago:

    When you override the index.php you can remove ALL of the BP/WP code and make it look like whatever you want. Otherwise, you can use the bp_core_redirect (I think that’s the function) that could redirect the main page to a different page.

  • Profile picture of PH (porsche) PH (porsche) said 1 year, 10 months ago:

    @techguy

    gotcha! let me fiddle with it!