Hi everyone, I know that the plugin has been out of support for a long time, but even today I can’t find any valid alternatives to what it allows me to do.
My question is relatively simple: Is there a valid alternative or some fork that allows you to have the same services, but updated to be compatible with php 8.x?
Or is there somewhere, some project that carries out this plug in?
Thank you
]]>Many old folks are puzzled by error “undefined xxx” after fixing ereg
to preg_match
for PHP7. such as this and this.
Those posts are now closed and no longer accept reply. So new post here.
The fix is to “delete cache”. as easy as one click. ??
Enjoy!
]]>In our server logs I find:
Undefined index: page in
/data/sites/web/domainname/subsites/domainname.com/wp-content/plugi
ns/azindex/az-index-admin.php on line 68
Is there a way to solve this?
]]>Hi Everyone,
Has anyone encountered being unable to exclude pages from their AZ-Plugin?
I work for a local gov entity and we have several pages under an “employee login” only section. Recently added another and now we can’t exclude it from the AZ list like we did all the others (if I add its ID to the “Include/exclude posts with these ids” and hit save changes, it just erases my entry and acts like nothing happened).
Thoughts? Fixes? Help?
]]>In Debug mode I get many az-index notices as for instance:
Notice: Undefined index: action in /home/deb48514/domains/magoster.nl/public_html/wp/wp-content/plugins/azindex/az-index-admin.php on line 1321.
It is about this part in az-index-admin.php:
function az_request() {
az_trace(‘fn:az_request’);
$this->action = $_GET[‘action’]; <== line 1321
if (empty($this->action)) {
if (empty($_POST[‘cancel’])) {
$this->action = $_POST[‘action’];
} else {
$this->action = ‘cancel’;
}
}
Other notices are: Undefined variable, Undefined property. They appear for every blog-title in the list.
Now without debug-mode the page functions well, so there seems to be no problem. Nevertheless an other plugin (Better Google XML) might not restart because of this. How can these notices be fixed?
Cheers
Rudolph Smits, Netherlands
Plugin has fully broken now. Love to see an alternative to this if anyone knows of one. Can’t fine one that made such a clean and basic A-Z Index.
]]>Hello,
It used to display four columns, but it now only shows three.
The plugin is set to four columns.
Can anyone help me figure out what’s going on?
Thanks in advance.
My website is currently in maintenance mode.
Yes the fourth column is present, but not being used.
How can I arrange Index like this:
]]>Fatal error: Call to undefined function mb_strtoupper() in /public_html/wp-content/plugins/azindex/az-index-cache.php on line 863 errors are on every single index page
a real pity, because i think this is the best index plugin that exists for wordpress
Not sure how i’m going to handle making an index of all my posts now
]]>hi!
This plugin is great – been looking for something lie this for a week now. However, I Need 8 columns. Took a look in the php, but couldn’t see anything obvious to calculate the columns. Can anyone point towards this is done?
Thanks!
]]>Nice plugin but i have a problem with accent
é, è, ?, ? are not classed in the good place.
In french é, è = e
and ?, ? = o
and the plugin put this lettre in the bottom
Exemple:
Fenêtre sur cour (1954) – 7.5/10
Festen (1998) – 8/10
Frissons de l’angoisse (Les) (1975) – 6/10
From Paris with Love (2010) – 3.5/10
Fée (La) (2011) – 8.5/10
The last line normally go to the first – fée = fee
Have you an idéal to change juste this 4 caracters?
Thx a lot
I use wp plugin Az index for alphabetical catalog and want to add post thumbnails. For this I need correct thumbnail function for thumb image link. In the developer sample it works with custom field and looks as:
$thumb = get_post_custom_values(‘Thumb’, $item[‘id’]);
In my code I want to use theme’s thumbnail function:
$thumb = get_the_post_thumbnail;
Tried different variants, no result. Displays broken image.
Can somebody help me please? What is mistake?
]]>Hi,
I don’t know why I have a gap on display when I set many columns. I display index with image and title but it’s not correctly aligned.
In fact, it is well aligned on the first line but the more lines there are, the more gap increase, only on the first column.
Any idea ?
Thanks
]]>I am currently running a responsive theme. Is there any way to get an AZIndex to flow into multiple columsn in a theme, or make a 3 column AZIndex itself to be responsive.
If I use 3 columns, they crash on top of each other in an cellphone view.
]]>The “ignore character” option is nice, but doesn’t work for words… only individual characters. Well, I figured out a nice, clean, simple solution to having the sort function ignore the word “The” properly.
Add the following to your theme’s functions.php:
add_filter('azindex_item', 'ignore_prefix');
function ignore_prefix($item) {
$item['sort-head'] = str_replace('The ', '', $item['sort-head']);
return $item;
}
You will need to refresh the index cache before it sorts the headings properly, but otherwise that’s it. I’m sure it wouldn’t be hard to add the ability to ignore “A” and “An” if that’s a need… but for me I only need “the”. Just be sure to have that space after the word you are calling so that it only removes them as full words and not in the middle of a word (e.g. ‘Theme’ being sorted as ‘me.’)
Because “sort-head” affects the sort key and not the displayed string, there is no visible penalty if it removes “the” in other places. The output doesn’t have any words removed… only the code underneath.
You can see a working example here: https://concART.net/artists
]]>I′am using a Multisite installation of WordPress and after installing the Plugin AZIndex i get the following Message.
AZINDEX_PLUGIN_ERROR: 101 – The required AZIndex database table – wp_2_az_indexes – does not exist. Please deactivate then re-activate the AZIndex plugin to correct the problem.
Any Ideas?
Thanks in advance…
]]>Like the title is stating, is there anyway to alter the plugin and display the sub-categories of a specific category instead of the posts?
]]>Hi,
When using the description for the AZ index, it ends up in front of the post title, not below as it should be.
What should I edit to display it correctly?
]]>I am trying to fix my headings in the AZindex plugin. Look here:
https://soaringcafe.com/index-by-category/#char_41
And you will see that the Category Heading, Articles, shows up at the end of the first entry rather than on a line by itself above the list of links to posts in the Articles category.
Anyone know how to fix this?
Thanks
]]>The error is shown when I try to access the AZindex management page.
Warning: Missing argument 2 for az_request::set_vars_from_table(), called in /home/user****/public_html/wp-content/plugins/azindex/az-index-admin.php on line 1422 and defined in /home/user****/public_html/wp-content/plugins/azindex/az-index-admin.php on line 1434
And if I put any value into category inclusion field and press save, no result is found, I mean include/exclude don’t work for me.
Caching is disabled and no caching plugin is installed in my wordpress installation.
Need help.
]]>I want to display list of post in category page using AZindex. So I’ve created a category template. Now I need help to display posts list by category there. For instance, when I’ll go to domain.com/category/health, the page should display only post list from health category using azindex. Is it possible? I need your help.
]]>great plugin but doesn t suppot custom post types, anyone have a fix for that?
]]>hi all,
i would like to show not only the title of the posts in the index. i would like to show the whole preview like i currently get it from using the wordpress “search” including the CSS. In my case this is the Title, Thumbnail image, excerpts etc.
How can this be achieved?
Regards,
BK78
I want to update to the latest version of WP, but I don’t know if this plugin is compatible. My site is heavily dependent on the indexing, and I’d like to know if I need to get another option before updating.
Does anyone know if AZIndex works with WP 3.3.1?
]]>Hello, I’ve set a custom text/HTML widget with the azindex shortcode, but there I’m trying to show only the alphabetical links without the index.
So I’ve put an additional checkbox to the admin panel to show “alpha-links-only”, and check against it when running az_format_index() accordingly.
But I still can’t manage to save the new option into the DB plugin settings. Can you help me?
I see that azindex only works with normal posts.
Is there a way to make it work with custom post/taxonomy?
Thanks
]]>I used AZIndex + W3 Total Cache with no problems for quite some time now, but since recent update of wordpress to 3.2 the page with AZIndex in it generates 500 Internal Server Error from time to time (not always), when the W3 Total Cache is turned on.
If I remove AZIndex short code from the page, the page works, as well as any other page on the blog. If I deactivate W3 Total Cache it works as well…
But I really need to figure out how to make these 2 to work together…
Did anybody have similar issue?
]]>i was wondering what the html/php code would look like in order to display a single post’s/listing’s tag after the class “head”?
]]>The order is not correct when grouping. Subheading, in my case “Author” is repeated 50 times!!!! See the example bellow:
S
SubheadingHeading
Subheading
Subheading
Subheading
Subheading
Subheading
Subheading
Subheading
Subheading
Subheading
Any uppgrading?
]]>Currently AZindex sorts the index well, unless the 2nd caracter of a word has a non-alpha char, like an accent, example it does :
Aaaa
Abbb
Aeeee
Affff
Aggg
Aààààà
Aééééé
The words with accents go at the end of the list. You expect the accents the be removed before sorting.
My hack :
// line 1606 of file az-index-cache.php
$sorthead = Unaccent($sorthead);
Put this function in functions.php :
function Unaccent($string)
{
return preg_replace('~&([a-z]{1,2})(acute|cedil|circ|grave|lig|orn|ring|slash|th|tilde|uml);~i', '$1', htmlentities($string, ENT_QUOTES, 'UTF-8'));
}
Then, the sorting is fine :
Aaaa
Aààààà
Abbb
Aeeee
Aééééé
Affff
Aggg