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!
Numinu Template Released (1 viewing) (1) Guest
Go to bottom Favoured: 28
TOPIC: Numinu Template Released
#33373
Re:Numinu Template Released 10 Months, 1 Week ago  
Oh, sorry I just checked and I was on v1.0.1

Anyways, I've just tried upgrading to v1.0.3 and when I do the SQL query, I get this:
Error
SQL query:

/* Alter table in Second database */ ALTER TABLE `jos_fb_categories` ADD COLUMN `headerdesc` TEXT NOT NULL AFTER `description` ,
ADD COLUMN `class_sfx` VARCHAR( 20 ) NOT NULL AFTER `headerdesc` ,
ADD COLUMN `id_last_msg` INT( 10 ) NOT NULL DEFAULT '0' AFTER `class_sfx` ,
ADD COLUMN `numTopics` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `id_last_msg` ,
ADD COLUMN `numPosts` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `numTopics` ,
ADD COLUMN `time_last_msg` INT( 11 ) NULL AFTER `numPosts` ,
ADD KEY `msg_id` ( `id_last_msg` ) ,
COMMENT = '';


MySQL said:

#1060 - Duplicate column name 'id_last_msg'
graemie (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#33378
Re:Numinu Template Released 10 Months, 1 Week ago  
Check the stickies in the Upgrading forums. They have at least 2 threads there that deal with the upgrading process and any errors you may encounter.
grumblemarc (User)
Platinum Boarder
Posts: 3557
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The topic has been locked.  
#33389
Re:Numinu Template Released 10 Months, 1 Week ago  
graemie wrote:
Oh, sorry I just checked and I was on v1.0.1

Anyways, I've just tried upgrading to v1.0.3 and when I do the SQL query, I get this:
Error
SQL query:

/* Alter table in Second database */ ALTER TABLE `jos_fb_categories` ADD COLUMN `headerdesc` TEXT NOT NULL AFTER `description` ,
ADD COLUMN `class_sfx` VARCHAR( 20 ) NOT NULL AFTER `headerdesc` ,
ADD COLUMN `id_last_msg` INT( 10 ) NOT NULL DEFAULT '0' AFTER `class_sfx` ,
ADD COLUMN `numTopics` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `id_last_msg` ,
ADD COLUMN `numPosts` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `numTopics` ,
ADD COLUMN `time_last_msg` INT( 11 ) NULL AFTER `numPosts` ,
ADD KEY `msg_id` ( `id_last_msg` ) ,
COMMENT = '';


MySQL said:

#1060 - Duplicate column name 'id_last_msg'


Easy fix. If the column is already there, just skip it and run the rest. That will do the trick.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1170
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.  
#33391
Re:Numinu Template Released 10 Months, 1 Week ago  
Looks great, but there seems to be something wrong in the markup of the table in the list of posts. You have the same problem on this site but it doesn't screw up the rest of your layout. (e.g. www.bestofjoomla.com/component/option,co...ew/id,33218/catid,8/)

It's the following: table id=fbviews; that opens after: "Finish: DISCUSS"

And it's closing tag at the end of the code at around: "Finish: Message Module Positions"

Also it seems to take a bit more than 100% of the width that's available to it. I placed it in a div but it pushes my other divs out.

Hope you can find some fixes for this.

BTW: I use fb 1.03

- Daniel
joomberz (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/12/05 15:24 By joomberz.
 
The topic has been locked.  
#33393
Re:Numinu Template Released 10 Months, 1 Week ago  
fxstein wrote:

Easy fix. If the column is already there, just skip it and run the rest. That will do the trick.[/quote]

Thanks fxstein...

Unfortunately I did try that and kept getting errors (more duplicates plus others as well), so I'm deleting the whole installation and trying again. It's a pain because I have to first convert to Fireboard 1.0.1 from SMF and then do this other upgrade, which hasn't been playing nice.

Anyway, I think maybe I should take this topic elsewhere as I don't want to hijack the Numinu thread...

Cheers,
g.
graemie (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#33400
Re:Numinu Template Released 10 Months, 1 Week ago  
PG, thanks for replying about the column issue..

You are welcome to go take a look
ablegamers.com/component/option,com_fireboard/Itemid,606/

this is the "main" page, if you click one of the topics you will see that the right column is now UNDER the post...

ablegamers.com/component/option,com_fire...view/id,101/catid,7/

On a side note, as far as I have seen this theme takes Fireboard to a whole new level. Great job!
Ioo (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#33426
Re:Numinu Template Released 10 Months, 1 Week ago  
The theme is amazing - I absolutely love it. I do understand that the user profiles are disabled, but now im curious how my users can change their profiles? update avatars? Currently there is no link at all for this.

Also is there a way to have it set to "category view" by default?
zvon (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#33434
Re:Numinu Template Released 10 Months, 1 Week ago  
Second issue that I am not sure how to fix is the VCARD... there is no avatar, it is simi-transparent and very poorly formated...

So issue one, right column is all pushed below the content. Second issue, Vcard.

ablegamers.com/component/option,com_fire...view/id,101/catid,7/
Ioo (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#33436
Re:Numinu Template Released 10 Months, 1 Week ago  
Ioo wrote:
PG, thanks for replying about the column issue..

You are welcome to go take a look
ablegamers.com/component/option,com_fireboard/Itemid,606/

this is the "main" page, if you click one of the topics you will see that the right column is now UNDER the post...

ablegamers.com/component/option,com_fire...view/id,101/catid,7/

On a side note, as far as I have seen this theme takes Fireboard to a whole new level. Great job!


Very nice site! Great integration of many components and great design!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1170
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.  
#33448
Re:Numinu Template Released 10 Months, 1 Week ago  
Thanks!
Ioo (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
Go to top