Daniel Bozo
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Permalink not pointing to users sublogThank you!
Daniel
At first look, your webserver’s configuration is wrong. Zhe wp-content directory need write pesmission. Our cache want to write into file.
If you can’t vhange your webservers settings try to turn off the cache (set to 0 the cache time)Daniel
I’ll try to find a better solution for that problem
Forum: Plugins
In reply to: [Diamond MultiSite Widgets] [Plugin: Diamond MultiSite Widgets] subdomainsHi,
The main problem is that: this plugin is designed to be a widget. The content cached into an option field. If the content is too large than it is overflow and WP can’t unserialize that.
The workaround is that you should turn off the cache.
But there is a bug in the code and you can’t turn off that. ?? I fixed the bud, but I did’nt want to commit without larger improvement. But now I haven’t any time to develope it.
I guess I commit the fix soon.Daniel
If anyone can give me an ftp access to the widgets folder in your porject, I’ll try to find the problem!
Daniel
Is it in the theme file or in a text widget?
Hi,
Thank you the tips!
I’ll try to implement them.Daniel
Forum: Plugins
In reply to: [Diamond MultiSite Widgets] [Plugin: Diamond MultiSite Widgets] Recent PostsAre these blogs flagged private?
Hi,
Please send to me your e-mail address.
I’ll send you a modified plugin and please try it!Daniel
nahummadrid:
Unfortunately this version is a half solution for the ‘order by post count.’
Now I’m selecting the blogs and after sort it with code. So I’m not selecting with the good order expression. I didn’t want to write a subquery for that, but I will!Daniel
When you got this error?
When ypu list the posts? comments? bloglist? all of them?Hi,
Try the ‘/’ before ‘]’.
<?php echo do_shortcode(‘[diamond-bloglist format=”{title} – {description}” /]’); ?>Daniel
OMG!
Tomorrow I’ll fix this!
uhh, yes, sorry!
I’ve committed the fix! I hope it will work fine!Daniel
Fixed