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?
Latest SVN - getting ready for 1.0.5 alpha (1 viewing) (1) Guest
Go to bottom Favoured: 6
TOPIC: Latest SVN - getting ready for 1.0.5 alpha
#53009
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
google44 wrote:
Hi fxstein, i currently check if follow-nofollow is really aplied ok in the forum. Why is nofollow a link to an article on my own site ? Is this intended ? I just put a link on my forum to a sample article on my own site but it appears that it's nofollow. I guess only external links should be nofollow. of course some more flexibility is needed here but in my opinion there is no need to nofollow an internal link.

Right no all posted links are nofollow. I would require some extra code to figure out if something is local or not. If anybody has time to create a solution for this I am happy to add it into the code line.

We could simply add a funtion to the fb_link class that holds that logic.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1012
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The topic has been locked.  
#53010
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
jerry wrote:
mcrollo wrote:
Hi,

if one will upgrade from 1.0.4 to 1.0.5 for example. Are the installed and by one modified fb templates preserved on webspace in place, or has one to backup and after upgrade reinstall all (10 to 15) previous installed fb templates?

Greets
Mc

just backup directories with templates before upgrade and then restore them. don't restore default and default_ex template (it's included in the fireboard)


Correct. All templates must be backed up and those folders must be re-installed. Joomla does not allow for a partial install/upgrade.

Just a friendly reminder: This is NOT for production sites.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1012
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/03 22:02 By fxstein.
 
 
The topic has been locked.  
#53027
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
fxstein wrote:

Correct. All templates must be backed up and those folders must be re-installed. Joomla does not allow for a partial install/upgrade.

Just a friendly reminder: This is NOT for production sites.


Okay, okay I realize, that it's only for non-production sites. On my site works Fireboard 1.0.4 with SVN#551, since January, I mean. On my local installation I do only some Fireboard template translation inside Fireboard SVN RC 1, and other German translation works If something is going wrong localy, it's easy setup again, in less time.

Greets
Mc
mcrollo (User)
Expert Boarder
Posts: 113
graphgraph
User Offline Click here to see the profile of this user
Gender: Male mcrollo_hi roland rockt es mcrollo Location: Germany Birthdate: 1963-02-03
Logged Logged
 
Last Edit: 2008/07/04 02:00 By mcrollo.
 
The topic has been locked.  
#53043
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
I would like to help with testing (upgrading my test site and testing new version), to speed up the process of 1.0.5 being released.

Let me know what I can do.
zuze (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#53044
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
zuze wrote:
I would like to help with testing (upgrading my test site and testing new version), to speed up the process of 1.0.5 being released.

Let me know what I can do.


bug reporting
racoon (User)
FB Core Team
Platinum Boarder
Posts: 345
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#53050
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
JerryLeeLewis wrote:
i am testing with Com-Builder 1.2rc2 seems to work well

One question about lastest Post block :

i want to shoe all answeres not only the first one

my Config :

Show Recent Posts Yes
Number of Recent Posts 10
Count Per Tab 10
Show Single Subject No
Show Reply Subject Yes

whats wrong it shows only the first not the answer


anyone has a tip
JerryLeeLewis (User)
Gold Boarder
Posts: 245
graphgraph
User Offline Click here to see the profile of this user
Gender: Male My 'Page jerryleelewis@live.de Birthdate: 1971-11-07
Logged Logged
 
The topic has been locked.  
#53061
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
Do you speak about the "Latest Posts"-block or about the "Recent Posts"-block?
racoon (User)
FB Core Team
Platinum Boarder
Posts: 345
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#53066
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
latest post at the buttom
JerryLeeLewis (User)
Gold Boarder
Posts: 245
graphgraph
User Offline Click here to see the profile of this user
Gender: Male My 'Page jerryleelewis@live.de Birthdate: 1971-11-07
Logged Logged
 
The topic has been locked.  
#53071
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
On Joomla 1.5.3 and com_fireboard_v1.0.5NB1_b148_2008-07-02 on local XAMP server.

When trying to Add Announcement you get a Hacking Attempt Error Page. To fix it

In The file

com_fireboard/template/default/plugin/announcement/announcement.php

Around Line 243

Code:


if ($do == "add") {
        if (!$editor) {
            die ("Hacking attempt");
            }



Change To..

Code:


if ($do == "add") {
        if (!$is_editor) {
            die ("Hacking attempt");
            }



I found this solution in the forum here some time ago. I did not get into the details of this and don't know the other effects but it surely fixes the Hacking Attempt problem.
RTNawaz (User)
M i n i o l a !
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
The topic has been locked.  
#53072
Re:Latest SVN - getting ready for 1.0.5 alpha 2 Months ago  
components/com_fireboard/template/ default_ex/latestx.php
Line: 141
Code:

<?php // TO-DO Lang ?>Discussions

jerry (User)
Expert Boarder
Posts: 85
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop