21
Rhomal
Re: CBB Team calling for members
  • 2005/5/24 15:48

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

phppp wrote:

@Rhomal, thanks for reminding me. I remembered that I started a XOOPS karma project at dev.xoops.org and invited you as project coordinator. Did not know that Predator also had discussed with you
I did not find my karma project right now. However it is with no doubt that we still need the karma system, and you : )


Ahh yes so you did as well. My bad. :)

But in a nutshell, ill post the system I put togeather from my ideas and feedback here to open up the discussion.

22
JulioNC
Re: CBB Team calling for members
  • 2005/5/24 20:05

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


phppp!
Translating Spanish CBB.
by my account.

http://www.esxoops.com

23
fdj
Re: CBB Team calling for members
  • 2005/5/24 23:55

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


@phppp

don't you think it would be usefull to open a board for the newbb project ? here it's a little confused between the news and different topics.

I made several changes on cbb 1.3 and would like to share my experience with other users but I don't know where. I've few ideas on how to speed the display of the forum. I noticed that cbb could be much more faster with a hard "cleaning" of templates. That what i've done on my test site and now the board is nearly as fast as newbb1.


sorry for my poor english

thx

24
jdseymour
Re: CBB Team calling for members

Well needless to say, I have not had too much free time available. I will, by using the latest version, keep up with the new features.

As soon as I get some time I will be adding to the Newbb/CBB tutorial section of my site. The upgrade, category creation and forum creation tutorials still apply to this version.

I would like to help in anyway I can, but do not at this time have the time to be a full time team member. But if anything in particular is needed please do not hesitate to email me phppp.

Good luck in your great project. CBB keeps getting better and better.

25
phppp
Re: CBB Team calling for members
  • 2005/5/30 18:33

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Dear all,

I am going to send out my first confirmation email. However, the email will only reach guys who have sent me email.

I wish all people having interest in CBB would be a support member. And I hope peolple, who would like to be a regular member of CBB but no receive my confirmation email, contact me via email ASAP.

Thank you
D.J.

26
phppp
Re: CBB Team calling for members
  • 2005/6/2 11:43

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


A quick fix for "inactive members can post"

newbb/post.php

around line #88
if(!is_object($xoopsUser)){
        
$uname = !isset($_POST['uname']) ? '' trim($_POST['uname']);
        
$pass = !isset($_POST['pass']) ? '' trim($_POST['pass']);
        
$member_handler =& xoops_gethandler('member');
        
$user =& $member_handler->loginUser(addslashes($myts->stripSlashesGPC($uname)), addslashes($myts->stripSlashesGPC($pass)));
        if(
is_object($user) && $user->isActive()){
            if(!empty(
$_POST["login"])){
                
$user->setVar('last_login'time());
                if (!
$member_handler->insertUser($user)) {
                }
                
$_SESSION = array();
                
$_SESSION['xoopsUserId'] = $user->getVar('uid');
                
$_SESSION['xoopsUserGroups'] = $user->getGroups();
                if (
$xoopsConfig['use_mysession'] && $xoopsConfig['session_name'] != '') {
                    
setcookie($xoopsConfig['session_name'], session_id(), time()+(60 $xoopsConfig['session_expire']), '/',  ''0);
                }
                
$user_theme $user->getVar('theme');
                if (
in_array($user_theme$xoopsConfig['theme_set_allowed'])) {
                    
$_SESSION['xoopsUserTheme'] = $user_theme;
                }
            }
            
$xoopsUser =& $user;
        }
    }

    
$isadmin newbb_isAdmin($forum);



We will have a quick bugfix version including:
Quote:

1 bugfix for inactive user posting (Reported by Aries @ xoops.org.cn)
2 bugfix for deleting topic with poll (Reported by gropius @ xoops.org.cn)
3 change default value for displaying forum topic time duration (Reported by Zjerre @ xoops.org)


If you have any minor feature request or bug report, leave a message in this thread ASAP.

27
Rhomal
Re: CBB Team calling for members
  • 2005/6/2 18:08

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


I certainly would like to get on board and help develop (non-code wise) the RPG and karma system.

28
davidl2
Re: CBB Team calling for members
  • 2005/6/2 18:26

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


And I would like to assist where I can as well... although I am certainly not a programmer

29
phppp
Re: CBB Team calling for members
  • 2005/6/4 12:40

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Hi guys, I would like to invite davidl2 to be our coordinator so that he would help us establish the team soon.

davidl2, I would appreciate you if you are kind to accept it and begin to contact our friends that have interests in CBB Team.
Meanwhile, bug reports and feature requests should be collected also.

30
davidl2
Re: CBB Team calling for members
  • 2005/6/4 13:56

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


I'll do my best for you phppp.

If anyone can PM me who has expressed an interest in helping, then I can start to get a full run down of whos involved.

Cheers

David

Login

Who's Online

224 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits