176

(18 replies, posted in Programming)

Incredible work. its really promising project.

177

(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

(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

(58 replies, posted in PunBB 1.3 extensions)

never mind, found it.

180

(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.

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

(24 replies, posted in PunBB 1.3 extensions)

any news on this.

183

(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

(10 replies, posted in PunBB 1.3 extensions)

Here: http://punbb.informer.com/downloads.php (Check for Brodcast Email)

http://punbb.informer.com/download/plug … _Email.zip

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.

xat.com has the best chat.

187

(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)

188

(19 replies, posted in PunBB 1.3 discussion)

lol no comment

189

(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

(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.

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

(16 replies, posted in PunBB 1.3 additions)

RogueFoxx wrote:

What is difficult about reading anything with this style?  Incredibly easy to read and very easy on the eyes as well imho.

same

193

(35 replies, posted in PunBB 1.3 additions)

mmm ok thanks alot for your help.

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

(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

(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

(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 hmm lol

198

(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

(35 replies, posted in PunBB 1.3 additions)

i have my forum http://sports2all.com/community/

so what should i change to.

200

(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?