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!
[Fixed] Where is the link to announcement? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [Fixed] Where is the link to announcement?
#7802
Re:Where is the link to announcement? 1 Year, 6 Months ago  
freakshowtm wrote:
i thought it was my fault that the announcement doesn't work..

it was the code all along..

still waiting patiently for the fix..


Can you try to install fresh fireboard 1.0.1 beta than test please.

Because I tested several times it was working good. I couldn't find any problem.
greatpixels (Admin)
BoJ Team
Moderator
Posts: 460
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
The administrator has disabled public write access.  
#7803
Re:Where is the link to announcement? 1 Year, 6 Months ago  
Line 228 announcement.php


<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=doadd'; ?>" method = "post" name = "addform">


instead of

<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=add'; ?>" method = "post" name = "addform">


Seems to work.

Post edited by: downunder, at: 2007/05/23 05:05
downunder (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#7814
Re:Where is the link to announcement? 1 Year, 6 Months ago  
downunder wrote:
Line 228 announcement.php


<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=doadd'; ?>" method = "post" name = "addform">


instead of

<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=add'; ?>" method = "post" name = "addform">


Seems to work.<br><br>Post edited by: downunder, at: 2007/05/23 05:05


i tried this fix but this error pops up "The page isn't redirecting properly"..

i'll try the SVN fix again..

if it doesn't work for me, then i'll try a fresh install..

Post edited by: freakshowtm, at: 2007/05/23 05:58
freakshowtm (User)
FB Quality & Testing Team
I am a LOSER
Senior Boarder
Posts: 139
graphgraph
User Offline Click here to see the profile of this user
Gender: Male nluvandhate Location: Philippines Birthdate: 1983-11-07
Logged Logged
 
..having a Brain doesn\'t mean you know how to use one..
 
The administrator has disabled public write access.  
#7815
Re:Where is the link to announcement? 1 Year, 6 Months ago  
its working fine now..

i used the SVN fixes..
freakshowtm (User)
FB Quality & Testing Team
I am a LOSER
Senior Boarder
Posts: 139
graphgraph
User Offline Click here to see the profile of this user
Gender: Male nluvandhate Location: Philippines Birthdate: 1983-11-07
Logged Logged
 
..having a Brain doesn\'t mean you know how to use one..
 
The administrator has disabled public write access.  
#7820
Re:Where is the link to announcement? 1 Year, 6 Months ago  
I don't understand. I did the same thing and it works using the SVN files. But I thought I had the latest SVN file before. Obviously the god of PHP is not smiling

Well my advice is to not use my suggestion above. Seems to generate too many problems.
downunder (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/05/23 23:26 By downunder.
 
The administrator has disabled public write access.  
#7863
Re:Where is the link to announcement? 1 Year, 6 Months ago  
downunder wrote:
Line 228 announcement.php
<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=doadd'; ?>" method = "post" name = "addform">
instead of
<form action = "<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=announcement&do=add'; ?>" method = "post" name = "addform">
Seems to work.<br><br>Post edited by: downunder, at: 2007/05/23 05:05


Oppps... It caused unlimited looping and created 20 blank announcement entries in the database

Downloaded SVN, but still cannot save.
mikeho1980 (User)
Junior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
Logged Logged
 
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
 
The administrator has disabled public write access.  
#7914
Re:Where is the link to announcement? 1 Year, 6 Months ago  
I have managed to get this to install wiht the revised codes, and can save my announcements. I have two there that are set to "published" but it only shows the one... is this correct or should they both show?

Cheers
azenis (User)
Junior Boarder
Posts: 55
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Nige
 
The administrator has disabled public write access.  
#8053
Re:Where is the link to announcement? 1 Year, 6 Months ago  
i also have the same problem with looping..

you can't delete the empty announcements..

this error pops up "The page isn't redirecting properly"..
freakshowtm (User)
FB Quality & Testing Team
I am a LOSER
Senior Boarder
Posts: 139
graphgraph
User Offline Click here to see the profile of this user
Gender: Male nluvandhate Location: Philippines Birthdate: 1983-11-07
Logged Logged
 
..having a Brain doesn\'t mean you know how to use one..
 
The administrator has disabled public write access.  
#8096
Re:Where is the link to announcement? 1 Year, 6 Months ago  
Works ok now!

Just another problem:

In Profilebox it still shows "_ANN_ANNOUNCEMENT" and seems to be "untranslated" in English.PHP, but it is!

Cleaned the cache etc. - does not work. Still shows the PHP-definition instead of the translation !?
dvbshop (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#8469
Re:Where is the link to announcement? 1 Year, 6 Months ago  
Fixed. Can you check please.

replace com_fireboard/template/default/plugin/announcement/announcement.php
File Attachment:
File Name: announcement.zip
File Size: 3496
greatpixels (Admin)
BoJ Team
Moderator
Posts: 460
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
The administrator has disabled public write access.  
Go to top