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:Additional Info icons with Community Builder (1 viewing) (1) Guest
Go to bottom Favoured: 25
TOPIC: Re:Additional Info icons with Community Builder
#55212
Re:Additional Info icons with Community Builder 3 Months, 2 Weeks ago  
I did that and got this error message:

[code:1]Parse error: syntax error, unexpected T_STRING in /home/.mariah/coffeedaze/coffeedaze.com/components/com_fireboard/template/default/view.php on line 534[/code:1]

Line 534 is:

[code:1]$database->setQuery("SELECT * FROM #__comprofiler where user_id='$fmessage->userid'"«»);[/code:1]
coffeedaze (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/05 00:38 By coffeedaze.
 
The administrator has disabled public write access.  
#55213
Re:Additional Info icons with Community Builder 3 Months, 2 Weeks ago  
$database->setQuery("SELECT * FROM #__comprofiler where user_id='$fmessage->userid'"«»);

The bug above ,is a bug in the code

try

Code:

$database->setQuery("SELECT * FROM #__comprofiler where user_id='$fmessage->userid');
blakey87 (User)
Senior Boarder
Posts: 124
graphgraph
User Offline Click here to see the profile of this user
blakey87_1@hotmail.com
Logged Logged
 
Last Edit: 2008/08/05 00:45 By blakey87.
 
 
The administrator has disabled public write access.  
#55215
Re:Additional Info icons with Community Builder 3 Months, 2 Weeks ago  
Thanks, I just figured that out.

Ok, so I was able to get everything set up according to the instructions. It's working without any errors and the profile fields are showing up fine in the FireBoard backend and the CB profile when editing.

The only problem I have now is that when I enter the information into the profile it saves fine but doesn't actually change the info in the forum. Something is not taking place but I don't know what it is since there is no error.
coffeedaze (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#55562
Re:Additional Info icons with Community Builder 3 Months, 2 Weeks ago  
Why isn't the first page of this topic showing? It's a plain blank screen for me.

can’t open the page “www.bestofjoomla.com/component/option,co...w/id,21793/catid,58/”. The error was: “unknown error” (CFURLErrorDomain:302)
CarolKn (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57360
Re:Additional Info icons with Community Builder 2 Months, 3 Weeks ago  
The code on the first page for view.php looks like it's messed up, so remember the altered file can still bve downloaded from: www.staticsm.com/images/procedures/FireboardCBExtraInfoMod.zip

If you're having problems with getting your view.php to work, try the one in this zip file.
indianajosh (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/01 04:33 By indianajosh.
 
The administrator has disabled public write access.  
#57795
Re:Additional Info icons with Community Builder 2 Months, 2 Weeks ago  
Is anyone working on this for 1.0.5?
indianajosh (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57796
Re:Additional Info icons with Community Builder 2 Months, 2 Weeks ago  
Why would they be? They're still ironing out 1.0.5.
grinchy (User)
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.  
#58339
Re:Additional Info icons with Community Builder 2 Months, 1 Week ago  
I have a question about Section 3, modifying the code in view.php

When I do this, it screws up my entire forum and in my apache error logs, I get the following error

PHP Fatal error: Cannot use object of type fb_Config as array in /var/www/html/components/com_fireboard/templates/default/view.php on line 478

So you know, I am using PHP 5 and the latest fireboard 1.0.5 RC1. Does this code not work with the newest fireboard? I had it working great on 1.0.4 on the same server.

Has anyone got this working with 1.0.5 RC1? probably not since it's so new. Most likely I am wasting my time trying.
emstalk (User)
Junior Boarder
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58383
Re:Additional Info icons with Community Builder 2 Months, 1 Week ago  
FB loads the configuration from database and this, I think, is the problem
...And the variables have changed.
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/09/14 12:15 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#59283
Re:Additional Info icons with Community Builder 1 Month, 3 Weeks ago  
Aren't there any good programmers here, that can modify the code for working with database variables?

Or isn't there any possibility to get Fireboard 1.0.5 back to use the config.php?

I would be very pleased about this, because now, after installing Community Builder, my users cannot modify there fields anymore.
schmatzler (User)
Schmatzler.de!
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 444438969 Gender: Male schmatzler Schmatzler.de schmatzler schmatzler schmatzler@googlemail.com Location: Germany Birthdate: 1989-09-11
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top