Search found 7 matches

by pellefjant
Fri Feb 06, 2009 3:17 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: How do i redirect the login page?
Replies: 0
Views: 3418

How do i redirect the login page?

Hi again...

How do i redirect the default login function to a different page than the built-in login page when i enter the wrong password for example?
by pellefjant
Fri Feb 06, 2009 2:30 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: [SOLVED]Cannot login through own login page!
Replies: 0
Views: 3607

[SOLVED]Cannot login through own login page!

Hi Im trying to incorporate phpbb into a larger site and i have done a start page with a login form to the forums. The form looks like this: <form method="post" action="./ucp.php?mode=login"> <dl> <dd class="anv_namn"><label for="anv_namn">Användarnamn:</label...
by pellefjant
Thu Feb 05, 2009 5:15 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19541

Re: Including mods in styles

Where should i put the php script ?
by pellefjant
Thu Feb 05, 2009 4:29 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19541

Re: Including mods in styles

i've tried this code in a style template:
<!-- INCLUDEPHP test.php -->

But it doesn't seam to work... it gives me no error either.
by pellefjant
Thu Feb 05, 2009 4:15 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19541

Re: Including mods in styles

By module i mean a user defined ucp module(MOD)
by pellefjant
Thu Feb 05, 2009 10:47 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19541

Re: Including mods in styles

*push*
by pellefjant
Thu Feb 05, 2009 12:16 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19541

Including mods in styles

Hi.

Can i include a module in a style?
Like including html templates with the <!-- INCLUDE page.html --> tag, can i type something like <!-- INCLUDE module --> or can i somehow redirect to a module page