|
#1
|
|||
|
|||
|
BUG IN PAGED ARCHIVE Addon: Extra AMP; entity
Hi,
In the PAGED_ARCHIVE addon, one of the reasons the CATEGORY drop down list fails is due to an extra AND invalid &AMP entity in the code. Here is the offending snip Code:
$browse_select .= "<option value='index.php?x=browse&amp;amp;category=$id&amp;pagenum=1'>$name (" .$count .")</option>";
} // end if pagenum!=""
else {
// use the original browse category menu
$browse_select .= "<option value='index.php?x=browse&amp;amp;category=$id'>$name (" .$count .")</option>";};
Cheers
__________________
----------------- Cheers, Dennis Blog -> http://www.oreo-speaks.com Photoblog -> http://www.oreo-speaks.com/photoblog |
|
#2
|
||||
|
||||
|
i remember before i removed the ;amp; that the code still bizzarely worked in some browsers but not all.
perhaps it was IE - i can't remember now! |
|
#3
|
||||
|
||||
|
aand also in lines 363 and 365
I corrected these in CVS version too.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#4
|
||||
|
||||
|
it was bug in IE also. I corrected this in CVS version on sourceforge.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#5
|
|||
|
|||
|
I've just posted an image in june 2005, ie in the future, and the month drop-box displays it :lol:
|
|
#6
|
||||
|
||||
|
counts it ?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#8
|
||||
|
||||
|
i think the CVS is corrected. I corrected it before it is not a new issue here.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#9
|
|||
|
|||
|
Quote:
BTW, what's CVS? a new version?
|
|
#10
|
||||
|
||||
|
CVS version is the under development version of PP in sourceforge. there is no release there untill now but the daily updates and changes are added there in a multi-developer environment.
BTW, is this addon works for you now with this bug fixes or not?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
| Post Reply |
| Thread Tools | |
|
|