View Full Version : Archive view problem - Spans templates (updated first post)
smlgphotos
06-13-2005, 05:26 PM
Hi everyone,
I'm still unable to determine why the "All" and category views for my archive page (http://www.smlg.ca/index.php?x=browse&pagenum=1) isn't working. I implemented the fix found here (http://www.pixelpost.org/forum/viewtopic.php?t=1024&highlight=pagecounter) (thanks to gqshenfor the tip).. but otherwise, I haven't edited the page (knowingly..). The monthly views seem to work just fine.
Help please!
UPDATE (posted after reply received:
I tried switching templates to one of the default templates and the problem remains. I've left one of the default templates on if someone wouldn't mind having a look. I've also reuploaded the default paged_archive.php file.
Connie
06-13-2005, 06:49 PM
I am not sure which Addon you use in the moment, but the links are really wrong:
1) http://www.smlg.ca/index.php?x=browse&archivedate=&pagenum=1
archivedate is empty
2) an URL should not have spaces in itself, like here:
index.php?x=browse&archivedate=2005-05&monthname=May, 2005&pagenum=1
but it is working...
3) the doctype should not be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
should be
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
because you get CSS-errors (wrong version)
4)
* Line: 40 Kontext : #central a img
Einlese-Fehler - opacity=70)
* Line : 44 Kontext : #central a:hover img
Einlese-Fehler - opacity=99)
this filter is wrong in CSS, but I do not know how it should be correct because I *never* write something which is not standard, but proprietary (IE)
I think that are not the reasons for the missing archive functionality, but as well some hints to get a working HTML and CSS
smlgphotos
06-13-2005, 07:06 PM
Yikes. I think I might just pick a new template to use (using visualex right now)... For the most part, I didn't understand a single thing you wrote. :-)
I haven't added any new Addon's.. Other than the visualex template, I think I have a pretty stock install.
Thanks!
I am not sure which Addon you use in the moment, but the links are really wrong:
1) http://www.smlg.ca/index.php?x=browse&archivedate=&pagenum=1
archivedate is empty
2) an URL should not have spaces in itself, like here:
index.php?x=browse&amp;archivedate=2005-05&amp;monthname=May, 2005&amp;pagenum=1
but it is working...
3) the doctype should not be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
should be
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
because you get CSS-errors (wrong version)
4)
* Line: 40 Kontext : #central a img
Einlese-Fehler - opacity=70)
* Line : 44 Kontext : #central a:hover img
Einlese-Fehler - opacity=99)
this filter is wrong in CSS, but I do not know how it should be correct because I *never* write something which is not standard, but proprietary (IE)
I think that are not the reasons for the missing archive functionality, but as well some hints to get a working HTML and CSS
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.