Unrecognized tag ? Please Fix.
Sep 8, 2001, 9:53 AM
Veteran / Moderator (17366 posts)
Sep 8, 2001, 9:53 AM
Post #2 of 11
Views: 792
Where? When how? Is it the one in the emails? If so, it has already been reported
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Sep 8, 2001, 1:29 PM
Veteran (1311 posts)
Sep 8, 2001, 1:29 PM
Post #4 of 11
Views: 783
Reenee might mean the one in the forum. Probably because they parse things like [laugh] when markup is on, anything in the [] gets validated and if its not an actual thing, it gets unrecognized tag. It mostly affects things like $values[$db_something], but turning markup off can stop the unrecognized tag thing.
Lavon Russell
LookHard Mods
lavon@lh.links247.net
Lavon Russell
LookHard Mods
lavon@lh.links247.net
Sep 8, 2001, 1:38 PM
Veteran (19537 posts)
Sep 8, 2001, 1:38 PM
Post #5 of 11
Views: 782
Jason should just add some checks so that if the contents of the square bracket begins with $ or a digit then it doesn't get parsed as unknown. Pretty much all perl code using [] either begin with $ or a digit.
Eg..... $values[$var] or $array[1]
(especially related to Links2 etc...)
That way you cam leave markup on.
Eg..... $values[$var] or $array[1]
(especially related to Links2 etc...)
That way you cam leave markup on.
Sep 8, 2001, 11:33 PM
User (407 posts)
Sep 8, 2001, 11:33 PM
Post #11 of 11
Views: 752
Testing Testing
This post using Markup
if ($in{'id'}){
($in{$id} eq $values[$db_id]) or next LINE;
}
if ($in{'age'}){
($in{age} eq $values[$db_age]) or next LINE;
}
if ($in{'sex'}){
($in{$sex} eq $values[$db_sex]) or next LINE;
}
if ($in{'state'}){
($in{state} eq $values[$db_state]) or next LINE;
}
Yes it is, Thanks jagerman, paul, bmxer
This post using Markup
if ($in{'id'}){
($in{$id} eq $values[$db_id]) or next LINE;
}
if ($in{'age'}){
($in{age} eq $values[$db_age]) or next LINE;
}
if ($in{'sex'}){
($in{$sex} eq $values[$db_sex]) or next LINE;
}
if ($in{'state'}){
($in{state} eq $values[$db_state]) or next LINE;
}
Yes it is, Thanks jagerman, paul, bmxer

