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?
I can't add, view topic or posts (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: I can't add, view topic or posts
#48642
I can't add, view topic or posts 5 Months ago  
On top of forum message _PROBLEM_CREATING_PROFILE joomla 1.5.2 FB 1.0.4
wojtas (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.  
#49212
Re:I can't add, view topic or posts 4 Months, 2 Weeks ago  
I am also getting this Meassage. Also there is no option available to add new Post/Thread.

Although I have installed fireboard with a fresh Joomla 1.5 installation and Its working fine.
But not working with existing Joomla 1.5 installation.



Any Suggestions................................................Please................
rakeshrawatg (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49213
Re:I can't add, view topic or posts 4 Months, 2 Weeks ago  
Its not working with JoomFish 2.0. When I enable "Joomfish - Abstraction Layer" plugin
the Post New Topic/Thread option got hide and FireBoard Stops working.

Is there any Solutoins ....... Please
rakeshrawatg (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49220
Re:I can't add, view topic or posts 4 Months, 2 Weeks ago  
I have added following return statement in \plugins\system\jfdatabase\jfdatabase_inherit.php
file's loadObject( &$object, $translate=true, $language=null ) function :

return $object;

and its Working Now!!
rakeshrawatg (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#50872
Re:I can't add, view topic or posts 3 Months, 2 Weeks ago  
WOW!
Thanks a lot!

You helped me with that, because i had the same issue!
andryx (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.  
#50979
Re:I can't add, view topic or posts 3 Months, 2 Weeks ago  
Sorry for a simple question, but can you tell me EXACTLY what lines go where in the jfdatabase_inherit.php file (maybe cut/paste a few lines before, the code, and after lines)?
Thanks.
waynemcc (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.  
#52030
Re:I can't add, view topic or posts 2 Months, 3 Weeks ago  
here it is:

in the file \plugins\system\jfdatabase\jfdatabase_inherit.php

go to the line 563 and just after the } and before the other } paste and save this code:

return $object;

the function will looks like this:

function loadObject( &$object, $translate=true, $language=null )

{
if (!is_null($object) && is_object($object)){
$res = parent::loadObject($translate, $language);
foreach (get_object_vars($res) as $key=>$val) {
$object->$key = $val;
}
}
else {
$object = parent::loadObject($translate, $language);
}
return $object;
}

SO IT WILL WORK!!!!!!!!!!!!
azhhael (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop