Re: Extensions by Reines

Hemen wrote:
Greg wrote:

Gay you stole my easy extension for sigs sad

Did he realy stole it?

...no

Re: Extensions by Reines

When i install the Coloured Users extension it stays in topics: Notice: Undefined index: g_title in C:\hosted\pokenorway\forum\viewtopic.php(474) : eval()'d code on line 58
Please fix it.

RIP 2008-2008

Reborn in 2010

Re: Extensions by Reines

Hemen wrote:

When i install the Coloured Users extension it stays in topics: Notice: Undefined index: g_title in C:\hosted\pokenorway\forum\viewtopic.php(474) : eval()'d code on line 58
Please fix it.

What version of FluxBB 1.3 are you running? It requires at least 131 to work, 196 to work properly. This means you need to use the SVN, the beta release on the downloads page will not work.

Re: Extensions by Reines

I am running beta version 2 tongue

RIP 2008-2008

Reborn in 2010

55

Re: Extensions by Reines

Coloured Users:
- The Administrators group is not hyperlinked and not colored in "Moderated by".
- If possible, in the search results displayed as posts, to color the username.

Thanks.

Re: Extensions by Reines

qubertman wrote:

- The Administrators group is not hyperlinked and not colored in "Moderated by".

Why would you give admins moderator permissions? They override them.

qubertman wrote:

If possible, in the search results displayed as posts, to color the username.

I'll look into it.

Last edited by Reines (2008-05-24 16:01:24)

Re: Extensions by Reines

Reines wrote:
qubertman wrote:

- The Administrators group is not hyperlinked and not colored in "Moderated by".

Why would you give admins moderator permissions? They override them.

I think I can see what he means. Not that they are moderators, obviously, but the fact that technically they are capable of moderating, so should they be shown as such in the list?

Last edited by MattF (2008-05-24 16:20:24)

Screw the chavs and God save the Queen!

Re: Extensions by Reines

MattF wrote:
Reines wrote:
qubertman wrote:

- The Administrators group is not hyperlinked and not colored in "Moderated by".

Why would you give admins moderator permissions? They override them.

I think I can see what he means. Not that they are moderators, obviously, but the fact that technically they are capable of moderating, so should they be shown as such in the list?

I will fix it to colour them, it just seems odd to me that anyone would bother assigning which boards an admin is allowed to moderate, when it gets totally ignored anyway.

Re: Extensions by Reines

Notice in register.php:

Notice: Undefined variable: lang_captcha in /.../.../.../.../domains/a......n.pp.ru/register.php(492) : eval()'d code on line 14

Why?

Re: Extensions by Reines

Online today isn't a users that have last visit shorter than 24 hours. (i'm not sure that is correct sentence, but i think you understand me ;] )

It also displays users which were for example in yesterday evening. Today != last 24 hours.

Look into online today mod for PunBB 1.2 , it has:

$date = getdate(time());
$todaystamp = mktime(0,0,0, $date['mon'], $date['mday'], $date['year']);
$result = $db->query("SELECT username, id, last_visit from ".$db->prefix."users WHERE last_visit >= '".$todaystamp."' ORDER by last_visit DESC")

I think you should also use timestamp for today

Last edited by daris (2008-05-30 13:32:36)

Sorry for my English ;p
Polish FluxBB support

Re: Extensions by Reines

Reines wrote:

I will fix it to colour them, it just seems odd to me that anyone would bother assigning which boards an admin is allowed to moderate, when it gets totally ignored anyway.

I don't think assigning was the intent, just showing the admins in that list? too, due to their automatic inclusion. At least that's how I interpreted the O.P's post. smile

Screw the chavs and God save the Queen!

Re: Extensions by Reines

daris wrote:

Online today isn't a users that have last visit shorter than 24 hours. (i'm not sure that is correct sentence, but i think you understand me ;] )

It also displays users which were for example in yesterday evening. Today != last 24 hours.

Look into online today mod for PunBB 1.2 , it has:

$date = getdate(time());
$todaystamp = mktime(0,0,0, $date['mon'], $date['mday'], $date['year']);
$result = $db->query("SELECT username, id, last_visit from ".$db->prefix."users WHERE last_visit >= '".$todaystamp."' ORDER by last_visit DESC")

I think you should also use timestamp for today

Maybe Online Today was a bad choice of name for it, but my intention was to show users online in the past 24 hours, not specifically the same day (how you define the same day also depends a lot on timezones so would result in a different online today list for different users, which would be odd).

Re: Extensions by Reines

Coloured Users for SVN 1.3beta ? incoming ? smile

Last edited by achos (2008-06-07 18:07:32)

Re: Extensions by Reines

achos wrote:

Coloured Users for SVN 1.3beta ? incoming ? smile

Once beta 3 is released I will update all of these (well the ones that need updating), seems a bit silly to do it right atm though since beta 3 should be here any time now.

Re: Extensions by Reines

hi reines, first of all, i love the group extension smile thanks for that.

secondly, i noticed that the coloured user extension only changes the colour of the user in posts only, is it possible to change the user colour in the main forum itself and also in the userlist?

thirdly, i noticed Hemen posted earlier about an error he/she encountered, and you suggested using the latest SVN release. however i dont see that error now in topics, im using the beta2 download from the download page and not from the repository. however, i get this Notice: Undefined index: g_title in /usr/home/blah/domains/blah.org/public_html/blah/forum-fluxbb/userlist.php(250) : eval()'d code on line 8 in the userlist page. should i use the latest SVN release to fix this?

Re: Extensions by Reines

systemX wrote:

secondly, i noticed that the coloured user extension only changes the colour of the user in posts only, is it possible to change the user colour in the main forum itself and also in the userlist?

It changes colours in the userlist and on the online list on the main forum, but not on the "last post" column since that is not a link to their profile. It changes colours on the viewforum if you have the Show Author extension installed, but not otherwise since again that isn't a link to their profile.

systemX wrote:

thirdly, i noticed Hemen posted earlier about an error he/she encountered, and you suggested using the latest SVN release. however i dont see that error now in topics, im using the beta2 download from the download page and not from the repository. however, i get this Notice: Undefined index: g_title in /usr/home/blah/domains/blah.org/public_html/blah/forum-fluxbb/userlist.php(250) : eval()'d code on line 8 in the userlist page. should i use the latest SVN release to fix this?

That error is because I have combined a few hooks into one, which is not supported until some revision after beta2, updating to the latest SVN would fix this.
Note: Not all my extensions currently work properly though since Paul's markup changes, I will be posting fixed ones once beta3 comes out. I think the coloured users one should work fine with it, however.

Re: Extensions by Reines

i just updated the forum to the latest SVN version, what i mentioned about the user colours not showing on the main forum has been fixed, my bad.

there is still the same error on the userlist page after updating to the latest one, but it works still smile

i installed the show author extension, however it doesnt seem to be working with the latest SVN, does it work for you? i saw the screenshot you posted about that extension, and i didnt see mine exactly like yours, still the same by default.

Re: Extensions by Reines

I have updated the first post with a link to download all the extensions, fully updated for SVN 260 (currently the latest). If you find any problems please let me know.

Re: Extensions by Reines

Added a favicon extension to allow adding a favicon to your forum.

Re: Extensions by Reines

Added Currently Viewing.

Re: Extensions by Reines

Added Pips. Currently the values are hard coded in, which isn't ideal. I will probably add an admin page where you can edit these at some point.

Re: Extensions by Reines

Reines wrote:

Added Pips. Currently the values are hard coded in, which isn't ideal. I will probably add an admin page where you can edit these at some point.

http://www.jamierf.co.uk/files/projects/fluxbb/ site is down
can u upload pips on other site ?

Re: Extensions by Reines

achos wrote:
Reines wrote:

Added Pips. Currently the values are hard coded in, which isn't ideal. I will probably add an admin page where you can edit these at some point.

http://www.jamierf.co.uk/files/projects/fluxbb/ site is down
can u upload pips on other site ?

http://files.xnr.be/7096825478768466584 … 59667c.zip

Re: Extensions by Reines

Reines wrote:
achos wrote:
Reines wrote:

Added Pips. Currently the values are hard coded in, which isn't ideal. I will probably add an admin page where you can edit these at some point.

http://www.jamierf.co.uk/files/projects/fluxbb/ site is down
can u upload pips on other site ?

http://files.xnr.be/7096825478768466584 … 59667c.zip

thanks

Re: Extensions by Reines

Perfect! I like all the extensions of yours. ~~

行者无涯,能者无疆,知行合一。big_smile
FluxBB.cn