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
(Solved) Karma Graph Not Displayed (1 viewing) (1) Guest
TOPIC: (Solved) Karma Graph Not Displayed
#21001
(Solved) Karma Graph Not Displayed 1 Year, 4 Months ago  


there is an extra text of "GRAPH" that is displayed on the left of each post. The graph appears when there is karma and i believe displays fine. But there is just that extra word Graph to be removed.

This is also seen in individual profiles.
skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 23:35 By skyxliner.
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
 
#21060
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
same problem
druckgott (User)
Junior Boarder
Posts: 63
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#21078
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
Tired recount boar statistics?
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#21100
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
yes i've tried recount, would you happen to know which file the left module is displayed in?
skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
 
#21102
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
You need to be more specific. What do you mean "left module"?
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#21106
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
the left module where the "graph" is being displayed.

the file that displays "avatar, username, postcount, ect" on the left of each person's post.

sorry for the confusion
skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 22:56 By skyxliner.
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
 
#21109
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
Look in forum.css and message.php for "msgview-left" and you will be in the right area.
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#21119
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
i narrowed it down to

[code:1]
if ($useGraph) {
$myGraph->BarGraphHoriz();
}[/code:1]

i can't figure out what and how the "graph" text could be showing. it's as if, if there is no karma to display, then the word "graph" is being displayed. it looks like it's looking into a mysql query but i'm not sure where $myGraph is located....



more info:
on the bestofjoomla board..

there is links to http://www.bestofjoomla.com/components/com_fireboard/template/dorona_brown/images/english/graph/col9m.png

i don't have this "english/graph" folder... is the graph folder suppose to be included?
skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 23:24 By skyxliner.
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
 
#21124
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
I do not know PHP, so I really can't help you there, sorry.
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#21128
Re:Karma Graph Not Displayed 1 Year, 4 Months ago  
found the problem, so if druckgott needs help try giving this a shot

my ftp was uploading files in ascii and the png files were all corrupted...
so i just tried replacing all the png files. no coding mistakes sorry.

specifically in /components/com_fireboard/template/default/images/english/graph/

my own mistakes.
skyxliner (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 23:36 By skyxliner.
 
Running Joomla 1.0.13 with Fireboard 1.0.3
 
 
Go to top