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] 'Unsubscribe' button shows 'Subscribe' (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: [Fixed] 'Unsubscribe' button shows 'Subscribe'
#8148
[Fixed] 'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
The tooltip for the 'unsubscribe' button is showing 'subscribe' (and had me going around in circles for a while. I guess this line in english.php needs a little tweaking.

DEFINE('_VIEW_UNSUBSCRIBETXT', 'Subcribe';

Didn't want to post this directly in the SF bug tracker without 'discuss and confirm' it first.
manyfeathers (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/05/26 00:19 By greatpixels. Reason: FIXED
 
The administrator has disabled public write access.  
#8151
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
I can/have verified this. Manyfeathers, can you post a link to this in the official bug thread please?
whouse (Moderator)
FB Support Team
Moderator
Posts: 648
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Please mark all resolved threads as SOLVED.
If you start a thread and the original topic is resolved, please edit the subject title of the original thread with SOLVED: at the beginning please.
 
The administrator has disabled public write access.  
#8157
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
Done, ID 5358
manyfeathers (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.  
#8193
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
Both of them:

DEFINE('_VIEW_UNFAVORITETXT', 'Favorite';
DEFINE('_VIEW_UNSUBSCRIBETXT', 'Subcribe'; (Typo, should be Subscribe)

should be

DEFINE('_VIEW_UNFAVORITETXT', 'Unfavorite';
DEFINE('_VIEW_UNSUBSCRIBETXT', 'Unsubscribe';
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
 
Last Edit: 2007/05/24 12:22 By mikeho1980.
 
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.  
#8199
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
OK, added this one to the existing bugreport.
manyfeathers (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.  
#8265
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
One more missed string found

DEFINE('_STAT_USER_INFO', 'User Info:';
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.  
#8460
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
Fixed on SVN Thanks...
greatpixels (Admin)
BoJ Team
Moderator
Posts: 456
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.  
#8528
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 4 Months ago  
Missin two entries in 1.0.1 beta language file

DEFINE('_GEN_GOTOBOTTOM','Go to Bottom';
DEFINE('_GEN_GOTOTOP','Go to Top';
zvaranka (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
--------------
Zoltan VARANKA
 
The administrator has disabled public write access.  
#12316
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 3 Months ago  
mikeho1980 wrote:
One more missed string found

DEFINE('_STAT_USER_INFO', 'User Info:';


I really can not find this line in the english.php on 1.0.1 beta.
seem21cs (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#15044
Re:'Unsubscribe' button shows 'Subscribe' 1 Year, 2 Months ago  
seem21cs wrote:
mikeho1980 wrote:
One more missed string found

DEFINE('_STAT_USER_INFO', 'User Info:';


I really can not find this line in the english.php on 1.0.1 beta.


what is meant that:

[code:1]DEFINE('_STAT_USER_INFO', 'User Info:');
DEFINE('_GEN_GOTOBOTTOM','Go to Bottom');
DEFINE('_GEN_GOTOTOP','Go to Top');
[/code:1]

add that anywhere in your language file since its not there.

- g
guilliam (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top