Search found 2 matches

by Skash
Fri Jun 20, 2008 10:35 am
Forum: [3.0/Olympus] New features discussion
Topic: "..new post has been made to this topic.." Option
Replies: 9
Views: 25439

Re: "..new post has been made to this topic.." Option

How about adding a mediawiki style to it where the user has a choice of continuing or edit their post to accommodate the changes.
by Skash
Mon Sep 17, 2007 11:16 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117132

Re: How to create login forphpbb3 on website

<?php
define('IN_PHPBB', true);
$phpbb_root_path = '/forum/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
if (!$user->data['is_registered']) {
echo '<div id="login">';
echo '<form method="post" action="'.$phpbb_root_path.'/ucp.php?mode=login" class="headerspace">';

echo ' <ul>';
echo ' <li ...