Incredible work. its really promising project.
177 2009-08-20 11:16
Re: [Extension] OpenID 1.1.0 (58 replies, posted in PunBB 1.3 extensions)
welll i just added OpenID Enabled in your extension like this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE extension SYSTEM "ext-1.0.dtd">
<extension engine="1.0">
<id>navlinks_openid</id>
<title>Navlinks OpenId 1.0</title>
<version>0.1.0</version>
<description>Add OpenID logo to Navlinks</description>
<author>KeyDog</author>
<minversion>1.3.0</minversion>
<maxtestedon>1.3.4</maxtestedon>
<hooks>
<hook id="fn_generate_navlinks_end"><![CDATA[
global $base_url;
$links['navdl'] = '<li id="navdl"'.((FORUM_PAGE == 'dl') ? ' class="isactive"' : '').'><a href="http://en.wikipedia.org/wiki/OpenID" title="OpenID"><img src="'.$ext_info['path'].'/img/openid-mini-logo.jpg" alt="OpenID Enabled" /></a>OpenID Enabled</li>';
]]></hook>
</hooks>
</extension>
Notice the line: "OpenID Enabled" /></a>OpenID Enabled</li>';
But the icon didnt looked good in my site so i uninstalled the extension.
178 2009-08-20 11:08
Re: [Alpha] PunEdit (wysiwyg) v0.0.1a (24 replies, posted in PunBB 1.3 extensions)
oh man, at least release the current developed one. may be some one can follow up, not sure if any one would do. but oh well.
179 2009-08-19 07:34
Re: [Extension] OpenID 1.1.0 (58 replies, posted in PunBB 1.3 extensions)
never mind, found it.
180 2009-08-19 07:13
Re: [Extension] OpenID 1.1.0 (58 replies, posted in PunBB 1.3 extensions)
hey keydog, thanks for the icon. but i want to add "Open Id" Text after the icon. can u tell me how to do it. thanks again.
181 2009-08-19 07:08
Re: [Request] Digg button at the first Post of the Topic at Top Right (3 replies, posted in PunBB 1.3 extensions)
mmm any one can do this one, http://digg.com/tools/integrate seems easy,
and it only needs one line css code which could be
<div style="float: right; margin-right: 3px; margin-bottom:0px;">{button}</div>
now all it needs is to make an extension, which i dont know how to do it. it will be very usefull to every one if any one can do it.
182 2009-08-19 07:06
Re: [Alpha] PunEdit (wysiwyg) v0.0.1a (24 replies, posted in PunBB 1.3 extensions)
any news on this.
183 2009-08-13 10:57
Re: [Extension] OpenID 1.1.0 (58 replies, posted in PunBB 1.3 extensions)
Incredible extension, Thanks alot.
Are all the bugs fixed now, should i install it now or its still in beta.
184 2009-08-13 10:53
Re: Mailing (10 replies, posted in PunBB 1.3 extensions)
Here: http://punbb.informer.com/downloads.php (Check for Brodcast Email)
185 2009-07-11 00:16
Re: [Style Release] SilverLight 1.1 (Black, Sliver Professional Looking) (9 replies, posted in PunBB 1.3 additions)
well u have to change ur style by going to your profile.
search in this forums on how to apply the new style to all users. i am sure i asked about it.
186 2009-07-04 20:33
Re: Chat instructions a noob can understand? (6 replies, posted in General discussion)
xat.com has the best chat.
187 2009-06-22 21:52
Re: www forum vs simply forum (4 replies, posted in General discussion)
yep using any one of them is good for SEO
and also the (www) url are some times load slow when the server has problems (at least that happens with me)
189 2009-06-09 15:28
Re: IP restrictions (11 replies, posted in Feature requests)
mmm ok, so there is no way possible to detect who has multiple.
and will that method can detect the people who have static ip.
190 2009-06-09 12:08
Re: IP restrictions (11 replies, posted in Feature requests)
mmm i was looking for ip user detection thing, to see if one user have mutiple accounts. i mean some people make 10 accounts.
191 2009-06-09 12:01
Re: [Style Release] SilverLight 1.1 (Black, Sliver Professional Looking) (9 replies, posted in PunBB 1.3 additions)
mmm to change colour of background, mmm wait let me check first lol.
found it
you need to edit the SilverLight_cs.css file
try this line
body {
background: #fff;
color: #333;
}
change the fff to the colour u want. But after saving changes, you need to click Ctrl+F5 to Complete Refresh the site. you will see effects then.
192 2009-06-08 09:25
Re: [beta release] Informer style (16 replies, posted in PunBB 1.3 additions)
What is difficult about reading anything with this style? Incredibly easy to read and very easy on the eyes as well imho.
same
193 2009-06-07 14:53
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
mmm ok thanks alot for your help.
194 2009-06-05 19:43
Re: Is Anti Spam Bot mod needed for 1.3? (12 replies, posted in PunBB 1.3 extensions)
mmm donno about the stuff you wrote, but in my 1.3 forums i didnt had any spam registrations etc when i didnt installed the captcha, but i installed it any way later.
195 2009-06-05 19:40
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
LoL i got 2 new kinds of error
This one in the Widget place:
Fatal error: Cannot redeclare validate_username() (previously declared in /home/supermag/public_html/wp-includes/registration.php:49) in /home/supermag/public_html/community/include/functions.php on line 864
And This one at the pages:
Fatal error: Call to a member function escape() on a non-object in /home/supermag/public_html/community/include/functions.php on line 1350
LoL again.
196 2009-06-05 12:49
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
what u r talking about, here is my Current Login.php
<?php
// Define the path to the forum root
define('FORUM_ROOT', '../../community/');
require FORUM_ROOT.'include/common.php';
function my_login_form() {
global $forum_url;
// Where will we go after login?
$forum_page['redirect_url'] = 'http://sports2all.com/community/';
$forum_page['form_action'] = forum_link($forum_url['login']);
$forum_page['hidden_fields'] = array(
'form_sent' => '<input type="hidden" name="form_sent" value="1" />',
'redirect_url' => '<input type="hidden" name="redirect_url" value="'.forum_htmlencode($forum_page['redirect_url']).'" />',
'csrf_token' => '<input type="hidden" name="csrf_token" value="'.generate_form_token($forum_page['form_action']).'" />'
);
?>
<form method="post" action="<?php echo $forum_page['form_action'] ?>">
<?php echo implode("\n\t\t", $forum_page['hidden_fields'])."\n" ?>
Username:
<input type="text" id="fld1" name="req_username" value="" />
<br />
Password:
<input type="password" id="fld2" name="req_password" value="" />
<br />
<input type="checkbox" id="fld3" name="save_pass" value="1" />
<label for="fld3">Log me in automatically each time I visit.</label>
<br />
<input type="submit" name="login" value="Login" />
</form>
<?
}
my_login_form();
even after i modified the
define('FORUM_ROOT', $_SERVER['DOCUMENT_ROOT'].'/community/');
but still get this error:
Warning: include(../../sitetools/pages/login.php) [function.include]: failed to open stream: No such file or directory in /home/supermag/public_html/wp-content/plugins/php-code-widget/execphp.php(37) : eval()'d code on line 2
But i still dont know if this is correct Include:
<?php
include '../sitetools/pages/login.php';
?>
And i didnt messed with the plugin file. just edited that login and a widget.
http://sports2all.com//wp-content/plugi … xecphp.php
197 2009-06-05 11:25
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
lol i though double .. means the first directory
but i still get this error:
Warning: include(../../sitetools/pages/login.php) [function.include]: failed to open stream: No such file or directory in /home/supermag/public_html/wp-content/plugins/php-code-widget/execphp.php(37) : eval()'d code on line 2
Ok
If the file is here: http://sports2all.com/sitetools/pages/login.php
Forums are here: http://sports2all.com/community/
And the Wordpress plugin that executes php in widgets is here: http://sports2all.com//wp-content/plugi … xecphp.php
how should i do the include code, i tried both ../sitetools/pages/login.php and ../../sitetools/pages/login.php but its still showing the above error.
mmm
198 2009-06-05 07:44
Re: [beta release] Informer style (16 replies, posted in PunBB 1.3 additions)
by the link he hosted, i think he means make http://punbb.informer.com/trac/attachme … /web20.png one lol.
199 2009-06-04 16:06
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
i have my forum http://sports2all.com/community/
so what should i change to.
200 2009-06-04 10:45
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
http://sports2all.com/sitetools/pages/login.php
<?php
// Define the path to the forum root
define('FORUM_ROOT', '../community/');
require FORUM_ROOT.'include/common.php';
function my_login_form() {
global $forum_url;
// Where will we go after login?
$forum_page['redirect_url'] = 'http://sports2all.com/community/';
$forum_page['form_action'] = forum_link($forum_url['login']);
$forum_page['hidden_fields'] = array(
'form_sent' => '<input type="hidden" name="form_sent" value="1" />',
'redirect_url' => '<input type="hidden" name="redirect_url" value="'.forum_htmlencode($forum_page['redirect_url']).'" />',
'csrf_token' => '<input type="hidden" name="csrf_token" value="'.generate_form_token($forum_page['form_action']).'" />'
);
?>
<form method="post" action="<?php echo $forum_page['form_action'] ?>">
<?php echo implode("\n\t\t", $forum_page['hidden_fields'])."\n" ?>
Username:
<input type="text" id="fld1" name="req_username" value="" />
<br />
Password:
<input type="password" id="fld2" name="req_password" value="" />
<br />
<input type="checkbox" id="fld3" name="save_pass" value="1" />
<label for="fld3">Log me in automatically each time I visit.</label>
<br />
<input type="submit" name="login" value="Login" />
</form>
<?
}
my_login_form();
And it code place:
<?php
include '../sitetools/pages/login.php';
?>
is there any thing wrong with what i did?