Search found 3 matches

by shaythong
Sat Nov 24, 2007 5:55 am
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117175

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 ...
by shaythong
Sun Nov 12, 2006 9:05 pm
Forum: Installing EasyMOD
Topic: Installing With Another Theme
Replies: 1
Views: 2837

Installing With Another Theme

Hi, I have an edited DAJ_Glass but I don't want the users to see the subSilver installed/used so Is there a way that easyMOD installs with the new theme? Like my templates/DAJ_Glass but the install will do that, and ALSO installing mods will redirect that subsilver edits to DAJ_Glass and I can edit ...
by shaythong
Thu Jul 20, 2006 11:48 pm
Forum: Installing EasyMOD
Topic: Uninstall?
Replies: 1
Views: 2661

Uninstall?

Hi, i aciddently installed it wrong, because i forgot to CHMOD one folder but for some reason it let me through, 0.3.0 of easymod, and i want to uninstall the hole thing, and have sql commands to remove it, queory, so i could reinstall it. IS there a techical way that i would have access to that?