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
bug report on mod_fblatest (1 viewing) (1) Guest
TOPIC: bug report on mod_fblatest
#19301
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
Thats right, you dont need to delete or add any further codes

as i said:

$fbcookie = $_COOKIE['fboard_settings'];

becomes

//$fbcookie = $_COOKIE['fboard_settings'];

and

if ($fbcookie['prevvisit'])
$prevvisit = $fbcookie['prevvisit'];

becomes

//if ($fbcookie['prevvisit'])
//$prevvisit = $fbcookie['prevvisit'];

apos
apos (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19302
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
what you are basically doing here is forbidding to the module to use cookies.

my little programming skills tell me that the only thing that gets affected by doing this is is the way your site downloads the latests posts from FB.

WITH the cookies ENABLED your browser stores the latests posts and does not need to download them each time you access the page unless there is a new post which in this case it only downloads the new post and simply adds it to the previous ones.

Since the text posts are not heavy data, its ok to download them each time.
HOWEVER this is not the most efficient solution.

apos
apos (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19319
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
i think this will solve even the new post error:-?
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
#19324
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
hi tech stuff dude works and even resolves the problem with the new post.... it dosn't show anymore new post to old posts
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
Go to top