Any more testing updates for Alpha 3?

This is a forum to discuss CB Connector v2.5. v2.5 is the first version of CB Connector compatabile with Joomla! 1.5

Moderator: geeffland

Re: Any more testing updates for Alpha 3?

Postby tho » Fri Jan 01, 2010 10:35 am

I'm using CB 1.2.1 and Jquery is ready to embed by default
components/com_comprofiler/js/jquery-1.3.2/jquery-1.3.2.min.js
Joola 1.5.15

I think you used json library: JSON.stringify and JSON.parse not interated in Jquery, So I embed that http://www.json.org/js.html
tho
New Forum Poster
 
Posts: 15
Joined: Tue Jan 06, 2009 10:52 am

Re: Any more testing updates for Alpha 3?

Postby geeffland » Sat Jan 02, 2010 3:48 pm

What browser are you using?

I are fairly sure Chrome and Firefox have JSON natively embedded... not sure about other browsers
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: Any more testing updates for Alpha 3?

Postby geeffland » Mon Jan 04, 2010 9:20 pm

I will include json2.js from json.org since it appears to not cause issues with browsers that have JSON native and it makes the older browsers work as well.

Will be in next release. (also will be disabling the errorlogger until it is deemed needed again and in that case I will debug it further to work better with php5, etc.
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: Any more testing updates for Alpha 3?

Postby geeffland » Mon Jan 04, 2010 9:28 pm

geeffland wrote:
dv031 wrote:ps : I still need some time for the dutch translation.


Hows the Dutch translation coming?


dv031, Any Update?
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: Any more testing updates for Alpha 3?

Postby tho » Wed Jan 06, 2010 9:22 am

mod cbc querry Last Post not show Forum name:
open plug_phpbb3.php
find
Code: Select all
function _getLastPosts


change
Code: Select all
         if ($author_name == '') {
            $forum_idx = $result->forum;
            $sql = "SELECT username FROM ".$this->table_users()." WHERE user_id='".$author_idx."'";
            $author = getDBresult($sql, $ForumDatabase);
         } else {
            $author = $author_name;
         }

to
Code: Select all
         $forum_idx = $result->forum;
         if ($author_name == '') {
            $sql = "SELECT username FROM ".$this->table_users()." WHERE user_id='".$author_idx."'";
            $author = getDBresult($sql, $ForumDatabase);
         } else {
            $author = $author_name;
         }
tho
New Forum Poster
 
Posts: 15
Joined: Tue Jan 06, 2009 10:52 am

Re: Any more testing updates for Alpha 3?

Postby geeffland » Wed Jan 06, 2010 4:20 pm

Good find Tho.

I have fixed that file and checked the other plugin files. The only difference between your fix and mine was that I moved the forum_idx line to after the If statement just before the call to get the forum name for grouping it with the sql call... purely cosmetic...

Again great find!
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: Any more testing updates for Alpha 3?

Postby tho » Mon May 03, 2010 3:54 am

What are the other changes in beta 1 with Alpha 3?
tho
New Forum Poster
 
Posts: 15
Joined: Tue Jan 06, 2009 10:52 am

Re: Any more testing updates for Alpha 3?

Postby geeffland » Mon May 03, 2010 1:06 pm

It has been a little while since Beta 1 was released so I don't remember off the top of my head. I will have to dig in to remember the fixes in Beta 1. I have been side tracked by another major project I am working on so CBC has got little attention as of late. I will attempt to do a diff this week and post back what changes were in Beta 1 versus Alpha 3.
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Previous

Return to CB Connector v2.5

Who is online

Users browsing this forum: No registered users and 1 guest

cron