Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Nightly Build 1.0.5NB6 posted (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Nightly Build 1.0.5NB6 posted
#54405
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
subfighter wrote:
thanks for pointing that out
no probs
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54414
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
@subfighter

Took out the prior version bugs to make this thread less confusing fro new guys...

Thanks for letting us know!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2008/07/23 07:15 By fxstein.
 
 
The administrator has disabled public write access.  
#54415
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
Now that we have cleared up that version mishap, it seems like the amount of bugs is coming down significatnly - at least related to the config migration into the database.

I'd like to see a coupel more thumbs up or problem listings. I will also take a look at tracker, as there are a couple issues listed there, plus the SEO metatags solution that has been posted.

Sounds like we could be moving to RC1 soon.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#54428
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
well damn... i did not have my coffee yet when i installed the old version by mistake..

anyways i been testing out the nb6 on joomla 1.5x adding stuff deleting stuff.. videos, attachments and it seems pretty solid..

thanks for the hard work you guys are doing.. as you have done more work in the last 3 weeks then i seen in a years on FB.. haaaaaa..

i keep testing a post anything i find.

also the Plugins(mambots) work great.
subfighter (User)
Jiu Jitsu Techniques Online
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Subfighter estrada_rick@hotmail.com Location: Oceanside, California Birthdate: 1971-05-13
Logged Logged
 
Database Version: 5.0.51a-community
Database Collation: utf8_general_ci
PHP Version: 5.2.5
Web Server: Apache/2.0.63 (Unix)
Joomla! Version: Joomla! 1.5.7
 
The administrator has disabled public write access.  
#54432
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
fxstein there is a problem with the width of forum with default_ex theme and with threaded view button, I think this has been issued before. Look at the screenshot, it is more relevant than any explanation. I use joomla 1.5.3 and sh404sef but I guess has nothing to do with that.


google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54434
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
Another problem, i'm trying to move a topic from one category to another but it don't wotk. it says "successfully moved" but the topic is not moved, look at the screenshot. I'm using joomla 1.5.3 and sh404sef, default_ex theme

google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/23 13:12 By google44.
 
The administrator has disabled public write access.  
#54435
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
Another problem, i don't know if it is a sh404sef problem or fireboard problem but when I choose to navigate to other board category and hit "Go" a 404 page appears, see screenshot.

google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54436
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
google44 wrote:
Another problem, i'm trying to move a topic from one category to another but it don't wotk. it says "successfully moved" but the topic is not moved, look at the screenshot. I'm using joomla 1.5.3 and sh404sef, default_ex theme


Can confirm

Code:

<form action="http://sitename.com/" method="post">

Same problem in J1.5 ,
Code:

http://sitename.com/
should be
Code:

http://sitename.com/index.php
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/23 14:24 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#54438
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
google44 wrote:
Another problem, i don't know if it is a sh404sef problem or fireboard problem but when I choose to navigate to other board category and hit "Go" a 404 page appears, see screenshot.


Can confirm
In page source:
Code:

<form id = "jumpto" name = "jumpto" method = "get" target = "_self" action = "index.php" onsubmit = "if(document.jumpto.catid.value &lt; 2){return false;}">


The relative url problem on J1.5 , instead of index.php should be
Code:

http://www.sitename.com/index.php
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/23 14:25 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#54455
Re:Nightly Build 1.0.5NB6 posted 4 Months ago  
google44 wrote:
fxstein there is a problem with the width of forum with default_ex theme and with threaded view button, I think this has been issued before. Look at the screenshot, it is more relevant than any explanation. I use joomla 1.5.3 and sh404sef but I guess has nothing to do with that.

This does not happen on my board. However, when I switch to the Gray theme, there are NO icons.

google44 wrote:
Another problem, i'm trying to move a topic from one category to another but it don't wotk. it says "successfully moved" but the topic is not moved, look at the screenshot. I'm using joomla 1.5.3 and sh404sef, default_ex theme

I tried this on my board, and moved a thread successfully. However, the thread does not show up in the overall forum view. I moved the thread to another forum that doesn't have any other threads in it, so it should show up in the forum main view. it doesn't. If I click on the forum I mvoed it to, it does show up in there.

However, once I moved it back, the MOVED: placeholder DID show up.

google44 wrote:
Another problem, i don't know if it is a sh404sef problem or fireboard problem but when I choose to navigate to other board category and hit "Go" a 404 page appears, see screenshot.

This doesn't appear to be a problem on my board.

I've disabled sh404sef on my board a while back. Not sure if that's the issue or if it's related to 1.5 since I'm running 1.0.15.

On another note, my reading did find a user reported bug and a fix. Not sure if it's already been fixed in the alphas? www.bestofjoomla.com/component/option,co...w/id,46921/catid,73/
JDuc (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178490440 Gender: Female DucatiJan bandit098@hotmail.com DucatiJan Location: Little Elm, Texas Birthdate: 1981-06-16
Logged Logged
 
Last Edit: 2008/07/23 19:07 By JDuc.
 
Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
Database Version: MySQL 5.0.45
Database Collation: UTF-8 Unicode CI
PHP Version: 5.2.2
Web Server: Apache
 
The administrator has disabled public write access.  
Go to top