tim254
Forum Replies Created
-
Forum: Reviews
In reply to: [Blocksy] Blocksy is Truly Awesome!Yes @reelism, I’ve used GeneratePress and actually own a lifetime license, but only because I want to support the developer. I don’t use it because it’s missing some basic features that I want like “related posts,” which takes one click to add in Blocksy. Yes, you can use a plugin to do that in GeneratePress (Tom makes one), but it would take awhile to make it look perfect. What I really like about Blocksy is that it eliminates the use of most plugins and in my opinion, it’s so much easier to use and has a ton of features built-in.
Forum: Plugins
In reply to: images in your post keep them in your site layout once clickedI’m looking for something similar to this that also uploads the images into custom folders. I haven’t seen any decent plug-ins that match Movable Type’s standard image gallery feature. Anyone have any suggestions?
Forum: Plugins
In reply to: Popularity Contest not working in 2.0.2???It didn’t work for me either, but the tweaked version did for me.
https://www.thunderguy.com/semicolon/2005/09/22/popularity-contest-for-pages/
Forum: Plugins
In reply to: Plugin to Show Total Posts in Parent Category?Would anyone be interested in creating a plugin for this feature?
Forum: Fixing WordPress
In reply to: IIS and PHP.ini trick disables ThumbnailsAfter hours of playing with this I figured out the solution, I’m using this in my PHP.INI file:
cgi.fix_pathinfo = 1
cgi.force_redirect = 0
register_globals = On
extension_dir = “./”
extension=php_gd2.dllThis not only fixes permalinks, but fixed my thumbnail creation AND my ability to run other PHP scripts.
Forum: Fixing WordPress
In reply to: enable comments on old posts?Forum: Fixing WordPress
In reply to: Easy Permalinks in IISI saw an interesting article on a blog about this and was wondering if anyone tried this:
Hey everyone. So after wrestling with this for a long time (Window XP sp2, IIS 5.1, PHP latest, WP 2.0, MySql 5) I started digging to figure out why my permlinks weren’t working (after following all your good instructions).
I ran into this msft article: https://www.microsoft.com/technet/security/tools/urlscan.mspx
I installed the newer version of urlscan, and turned on the following line in the ini file:
AllowDotInPath=1 ; if 1, allow dots that are not file extensions(the ini file is in : D:\WINDOWS\system32\inetsrv\urlscan on my machine)
Then refreshing works (be sure to re-install urlscan and restart iis or reboot in order to get it to see the new ini info).
I hope that helps those who are still stuck with windows + iis & permalinks.
Last post on this blog:
https://blog.taragana.com/index.php/archive/wordpress-tip-on-permalink-options/Forum: Plugins
In reply to: Exhibit plugin update questionThanks IanD. IanD sent me Exibit 1.1d with only this change:
In the file “exhibit10.php”, around line 130, you should find this line:
$this->tableexhibit = $table_prefix . $this->exhibit_db_table;
I replaced this line with this:
$this->tableexhibit = “wp_exhibit”;
This help me get started. I just needed to fix two other errors (found information on the web):
exif_read_data exhibit eror
=============================
You can fix the exhibit_full.php page by removing the line exhibit_exif_info(‘IFD0.Model’) from it. This would normally display the camera model used to take the picture. Passing no parameter to this function would display a list of all available entries for that photo. I will have to add a check for this extension in the next release of Exhibit so that it doesn’t create errors if you don’t have the extension.exhibit10p.php on line 650 Error
=================================
The lines in exhibit10p.php that use numeric_index() should be calling exhibit_numeric_index() instead. If you make the change, it should work.Forum: Plugins
In reply to: Exhibit plugin update questionI made the changes in the posts you mentioned, but I’m getting an error:
Warning: array_filter(): The second argument, ‘Array’, should be a valid callback in c:\hosting\website\wp-includes\capabilities.php on line 152
Warning: Invalid argument supplied for foreach() in c:\hosting\website\wp-includes\capabilities.php on line 156
You do not have sufficient permissions to access this page.Any ideas what could be causing this?
Forum: Fixing WordPress
In reply to: Creating Images Linked to Pages AutomaticallyI have WordPress 2.0 up and running now, but can’t get Exhibit working. Are there any image plugins that will do what I want (see above)? Or is there a way to do this directly in WordPress via Custom fields?
Forum: Fixing WordPress
In reply to: Creating Images Linked to Pages AutomaticallyExhibit also looks pretty cool.
Forum: Fixing WordPress
In reply to: Creating Images Linked to Pages AutomaticallyThanks. I think WP Photos is closer to what I want. I don’t really need a photo gallery app, just something simple to use that creates a page with an image on it when you click the thumbnail.