Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Nightly Build 1.0.5NB7 posted (1 viewing) (1) Guest
TOPIC: Nightly Build 1.0.5NB7 posted
#55086
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
No, it's from an old build I believe is NB4... my internet connection is working like crap for the past 3 weeks, and on an old message, belive before NB6, you stated that issue should have to wait, and haven't seen any post saying otherwise, so assumed nobody had time to look at the issue....

I will try NB7 (if my internet doesn't time me out ¬¬) to see if it's still happening and let you know.
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
#55088
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
johnnydement wrote:
No, it's from an old build I believe is NB4... my internet connection is working like crap for the past 3 weeks, and on an old message, belive before NB6, you stated that issue should have to wait, and haven't seen any post saying otherwise, so assumed nobody had time to look at the issue....

I will try NB7 (if my internet doesn't time me out ¬¬) to see if it's still happening and let you know.


Yep - should be working without any issues on NB7.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55120
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
fxstein wrote:
johnnydement wrote:
No, it's from an old build I believe is NB4... my internet connection is working like crap for the past 3 weeks, and on an old message, belive before NB6, you stated that issue should have to wait, and haven't seen any post saying otherwise, so assumed nobody had time to look at the issue....

I will try NB7 (if my internet doesn't time me out ¬¬) to see if it's still happening and let you know.


Yep - should be working without any issues on NB7.


Seems it hates me cause not... j1.5.2, php5, apache server in siteground. No external SEO/SEF addon activated, just normal joomla SEF options. No cache

Installed NB7 and went smiley management.

First you can notice is no smiley appearing, just hte text file names

Test 1: Edit smiley... same as always, nothing appearing on url dropdown box

Test 2: Delete multiple smileys, selected 1,2 and 3, just 3rd been deleted.

Edit: After checking ranks and seeing they don't appear either, decided to give a try to language, as my site is in spanish... after installing language file for 1.04, they appeared

But the problem with deletions is still there... no big issue thought

Whould like to do a petition thought, that may be cool to be able to see in FB 2, as I don't know if it'¡s easy to do in fb 1.0.5 for the small use it has.

People write smileys in different ways.
Code:

;) ;-), XD xD, lol rofl :) ...
and all of them mean the same, currently to have an smiley for each, we have to create a smiley assocciation for each... would be possible to just be able to select all the combinations we want to use for any smiley on same edit smiley? like a coma separated (althought couldn't be a normal character as most of them are used for smnileys, maybe a combination {other} or whatever)
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
#55121
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
Hi, I'd like to propose the following cosmetic fix, been bugging me for a while

Code:


--- profilebox.php 2008-08-02 01:33:58.000000000 +0100
+++ profilebox_fix.php 2008-08-03 23:35:55.859375000 +0100
@@ -129,7 +129,7 @@
                 <br />
 
                 <a href = "<?php echo $jr_latestpost ; ?>"><?php
-    echo _PROFILEBOX_SHOW_LATEST_POSTS; ?> </a> | <?php echo $jr_profilelink; ?> |  <a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a> &nbsp;
+    echo _PROFILEBOX_SHOW_LATEST_POSTS; ?> </a> | <?php echo $jr_profilelink; ?> | <a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a>
 <?php
 $user_fields = @explode(',', $fbConfig->annmodid);

kmilos (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
#55124
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
kmilos wrote:
Hi, I'd like to propose the following cosmetic fix, been bugging me for a while

Code:


--- profilebox.php 2008-08-02 01:33:58.000000000 +0100
+++ profilebox_fix.php 2008-08-03 23:35:55.859375000 +0100
@@ -129,7 +129,7 @@
                 <br />
 
                 <a href = "<?php echo $jr_latestpost ; ?>"><?php
-    echo _PROFILEBOX_SHOW_LATEST_POSTS; ?> </a> | <?php echo $jr_profilelink; ?> |  <a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a> &nbsp;
+    echo _PROFILEBOX_SHOW_LATEST_POSTS; ?> </a> | <?php echo $jr_profilelink; ?> | <a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a>
 <?php
 $user_fields = @explode(',', $fbConfig->annmodid);



Done thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55125
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
Defaul_Ex on my just installed NB7, j1.5.2, skin JA Corona



Also, would it be possible to add the 'Spooiler tag' hack that runs around the BoJ forums? Is pretty important bbcode tag, and counting we're updating at least once a week, it's a pain to mod it everytime...
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
Last Edit: 2008/08/04 04:57 By johnnydement. Reason: Image to big for attach
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
#55127
Re:Nightly Build 1.0.5NB7 posted 5 Months, 1 Week ago  
The page size issues have been fixed but after the NB7. It will go out with the next build.

Need to look into the spoiler tag thingy...
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55134
Re:Nightly Build 1.0.5NB7 posted 5 Months ago  
you should test with j 1.5.5
Stasys (User)
Junior Boarder
Posts: 82
graphgraph
User Offline Click here to see the profile of this user
LithuanianJoomla.com
Logged Logged
 
 
 
#55136
Re:Nightly Build 1.0.5NB7 posted 5 Months ago  
johnnydement wrote:


Also, would it be possible to add the 'Spooiler tag' hack that runs around the BoJ forums? Is pretty important bbcode tag, and counting we're updating at least once a week, it's a pain to mod it everytime...


Somebody's gonna owe me big time...

1.) Finally got to add the missing [hide] tag
2.) Took me 2h to come up with a nice [spoiler] tag
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
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/08/04 13:11 By fxstein.
 
 
 
#55141
Re:Nightly Build 1.0.5NB7 posted 5 Months ago  
Stasys wrote:
you should test with j 1.5.5

Sounds like somebody is volunteering...
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
Go to top