Dan Harrison
Forum Replies Created
-
Just spotted this as being implemented. Thanks!
Dan
Hi Brandon
Will-do. I’ve got lots planned for WP Portfolio. I’m shortly ending a project, so I’ll be having more time available then.
Dan
Forum: Plugins
In reply to: Pagination Not Working on my WP SiteDitto, can’t get to the blog part to test it. Could you copy and paste the code relating to navigation please?
Dan
Forum: Plugins
In reply to: [Plugin: WordPress Portfolio Plugin (WP Portfolio)] Order Newest to Oldest?It’s on my to do list.
However, the last 10 comments/emails I’ve received about wp-portfolio have been ordering me what to do. None of them have said thanks… so not in a rush to add features.
Dan
Forum: Plugins
In reply to: Using WordPress Portfolio in WordPress 2.5 is work or not?Hello
You manage the portfilio using the menu in WP-Portfolio. See this screenshot:
https://www.runningawebsite.com/wp-content/uploads/2009/07/WP-Portfolio-Settings.png
Dan
I have responded to this via email, however, for everyone else’s benefit, this is what I said:
Working 100% as designed for me. if you want to hide the group information, you need to pass a space as the group template, not ‘false’. This is documented:
“$template_group – The HTML template to use for rendering a group description (using the template tags above). Specify false to use the group template stored in the settings. To hide the group description, specify a single space character for $template_group. (default is false, i.e. use template stored in settings.)”
Dan
Forum: Plugins
In reply to: [Plugin: WP Portfolio] Portfolio does not show upIf you take a look at the documentation, <!–ShowMyPortfolio–> no longer works as I changed that to [wp-portfolio] to allow me to add extra features in the future.
What’s your blog URL? I’ll take a look.
Dan
Forum: Plugins
In reply to: [Plugin: WP Portfolio] Portfolio does not show upWhat exactly have you tried? I need to know what you’re doing so that I can help out.
Dan
There are no issues with the thumbnails in the free account. I haven’t heard from you about your issues, so I have not been able to help you.
It sounds like your key for ShrinkTheWeb might be wrong, or that your cache directory might be set wrong.
If you need help, you just need to ask.
Dan
Not currently, but it is a planned feature. I am currently very busy with my day job, so I am looking for donations to add requested features to speed things up.
Dan
Forum: Plugins
In reply to: [Plugin: WP Portfolio] Cache settingsOrdering is something I’m looking to add in the next release, which will be basic number ordering. Perm cache is also on my list of things to add in the next release.
I understand about paging. Send me a proposal of how it could be implemented, and I’ll consider it.
Dan
I’m sorry, I don’t have any time to debug it in any depth for at least a momth.
It appears you have extremely strict rules on your server, which is causing the issue. Opening files is a critical part of the plugin, without that functionality, the plugin cannot work.
Sorry,
DanForum: Plugins
In reply to: [Plugin: WordPress Portfolio Plugin (WP Portfolio)] 2 column displaySet the width of each website, and then float each left. Google “2 column layouts”.
Dan
Forum: Plugins
In reply to: [Plugin: WordPress Portfolio Plugin (WP Portfolio)] 2 column displayHi Vladeta
If you use CSS and floats using the Layout Settings, you could achieve a 2 column layout.
Dan
That’s a new bit of code I added to handle permission problems people were having. Try changing that line from:
chmod($actualThumbPath, 0777);
@chmod($actualThumbPath, 0777);
That should hide the error. Please let me know to say if it does.
Dan