issue 8
(Plugin causes pages to not show) commented on by stu.wilson76
- just reinstalled wordpress 2.7 and tested it. again the 404 error apears after
setting up the plugin.
I noticed that the problem only kicked in when I "added" a sort field in the WP
Smart Sort admin. I have also noticed that when you remove the sort firld, the error
still stays until you disable the plugin.
urgent help is needed
just reinstalled wordpress 2.7 and tested it. again the 404 error apears after
setting up the plugin.
I noticed that the problem only kicked in when I "added" a sort field in the WP
Smart Sort admin. I have also noticed that when you remove the sort firld, the error
still stays until you disable the plugin.
urgent help is needed
Feb 16, 2009
issue 8
(Plugin causes pages to not show) reported by stu.wilson76
- What steps will reproduce the problem?
1. Activating the plugin
2.
3.
What is the expected output? What do you see instead?
I expect to see my pages, i see Not Found, Error 404 instead
What version of the product are you using? On what operating system?
Im using version 2.0.2 of the plugin and using wordpress 2.7.1
Please provide any additional information below.
What steps will reproduce the problem?
1. Activating the plugin
2.
3.
What is the expected output? What do you see instead?
I expect to see my pages, i see Not Found, Error 404 instead
What version of the product are you using? On what operating system?
Im using version 2.0.2 of the plugin and using wordpress 2.7.1
Please provide any additional information below.
Jan 09, 2009
issue 6
(Changing option produces 404) reported by darrent71
- What steps will reproduce the problem?
1. Not sure!
What is the expected output? What do you see instead?
When I select a different drop down option a 404 page is produced
What version of the product are you using? On what operating system?
2.7
Please provide any additional information below.
What steps will reproduce the problem?
1. Not sure!
What is the expected output? What do you see instead?
When I select a different drop down option a 404 page is produced
What version of the product are you using? On what operating system?
2.7
Please provide any additional information below.
Jan 01, 2009
issue 4
(Error when using template snippet for drop down box) commented on by goo...@octaviosa.com
- Your server probably is using PHP5 but this script still uses PHP4. To solve this
error open wp-smart-sort.php and replace all
$this-> for self::
Your server probably is using PHP5 but this script still uses PHP4. To solve this
error open wp-smart-sort.php and replace all
$this-> for self::
Older
Dec 20, 2008
r4
(Tagging Version 2.0.3
) committed by dyasonhat
- Tagging Version 2.0.3
issue 5
(< and ' characters wrong in suggested template code) reported by spiritpower
- c
--
‹?php if (class_exists(’WP_Smart_Sort’)) {
$wpss = new WP_Smart_Sort();
if (method_exists($wpss,’placesort’)) {
WP_Smart_Sort::placesort();
}
} ?›
--
should the be normal < and straight single quotes?
c
--
‹?php if (class_exists(’WP_Smart_Sort’)) {
$wpss = new WP_Smart_Sort();
if (method_exists($wpss,’placesort’)) {
WP_Smart_Sort::placesort();
}
} ?›
--
should the be normal < and straight single quotes?
Dec 13, 2008
issue 4
(Error when using template snippet for drop down box) reported by spiritpower
- Inserted this code in category template:
<?php if (class_exists(’WP_Smart_Sort’)) {
$wpss = new WP_Smart_Sort();
if (method_exists($wpss,’placesort’)) {
WP_Smart_Sort::placesort();
}
} ?>
receive the following error:
Fatal error: Using $this when not in object context in
/home/launchpa/public_html/clean/s/wp-content/plugins/wp-smart-sort/wp-smart-sort.php
on line 137
Inserted this code in category template:
<?php if (class_exists(’WP_Smart_Sort’)) {
$wpss = new WP_Smart_Sort();
if (method_exists($wpss,’placesort’)) {
WP_Smart_Sort::placesort();
}
} ?>
receive the following error:
Fatal error: Using $this when not in object context in
/home/launchpa/public_html/clean/s/wp-content/plugins/wp-smart-sort/wp-smart-sort.php
on line 137
Dec 13, 2008
issue 3
(request: multiple drop down boxes.) reported by spiritpower
- My blog has multiple categories, with posts from each category associated
with a different set of customfields.
It would be great to define alternate dropdown boxes, each with a different
set of fields to be used for a sort. These fields can be associated in the
admin, or else in the PHP insert snippet. Each alternate dropdown can be
called upon by way of the the template insert code.
My blog has multiple categories, with posts from each category associated
with a different set of customfields.
It would be great to define alternate dropdown boxes, each with a different
set of fields to be used for a sort. These fields can be associated in the
admin, or else in the PHP insert snippet. Each alternate dropdown can be
called upon by way of the the template insert code.
Dec 13, 2008
issue 2
(Jump-to box doesn't work in Google Chrome latest) reported by spiritpower
- What is the expected output? What do you see instead?
The page doesn't change at all in Google Chrome after selecting a field in
the drop-down box.
What version of the product are you using? On what operating system?
latest WP, Latest Chrom
Please provide any additional information below.
What is the expected output? What do you see instead?
The page doesn't change at all in Google Chrome after selecting a field in
the drop-down box.
What version of the product are you using? On what operating system?
latest WP, Latest Chrom
Please provide any additional information below.
Dec 11, 2008
r2
(Add WP Smart Sort v 2.0) committed by dyasonhat
- Add WP Smart Sort v 2.0