Re: Extensions by Reines
Greg wrote:Gay you stole my easy extension for sigs
Did he realy stole it?
...no
Unfortunately no one can be told what FluxBB is - you have to see it for yourself.
You are not logged in. Please login or register.
FluxBB.org Forums » Extensions » Extensions by Reines
Greg wrote:Gay you stole my easy extension for sigs
Did he realy stole it?
...no
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
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.
I am running beta version 2 ![]()
RIP 2008-2008
Reborn in 2010
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.
- The Administrators group is not hyperlinked and not colored in "Moderated by".
Why would you give admins moderator permissions? They override them.
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)
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!
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.
Notice in register.php:
Notice: Undefined variable: lang_captcha in /.../.../.../.../domains/a......n.pp.ru/register.php(492) : eval()'d code on line 14Why?
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
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. ![]()
Screw the chavs and God save the Queen!
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).
Coloured Users for SVN 1.3beta ? incoming ? ![]()
Last edited by achos (2008-06-07 18:07:32)
Coloured Users for SVN 1.3beta ? incoming ?
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.
hi reines, first of all, i love the group extension
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?
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.
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.
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 ![]()
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.
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.
Added a favicon extension to allow adding a favicon to your forum.
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.
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 ?
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 ?
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 ?
thanks
Perfect! I like all the extensions of yours. ~~
行者无涯,能者无疆,知行合一。![]()
FluxBB.cn
FluxBB.org Forums » Extensions » Extensions by Reines
Powered by FluxBB