bcbccouk
Forum Replies Created
-
Forum: Plugins
In reply to: fotobook for Pages photosForum: Plugins
In reply to: [Plugin: Fotobook] Modification For Fan Page and Group PhotosSorry, I changed my site a bit and haven’t redirected the old links.
https://tintinnabuleur.bcbc.co.uk/2010/02/15/more-fotobook-changes/
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] 3.3.3.4 BrokenThis happened to me on a wpmu install. I upgraded the plugin from the dashboard of a user blog. When I tried to get to the root blog the error came up. The fix above works fine to get things working again across all blogs.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Great little plugin, worked first time.bearded, what version of IE are you claiming post-ticker doesn’t work in. As far as Im aware it works with 6, 7 and 8. The one case Im aware of where it failed in IE was someone who had a third party IE plungin that messed with javascripts.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Post-ticker – Seems to not workingHi, I’ve not implemented this yet, although the instructions here may help.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Cannot save updates on “Post Ticker” settings pageIs this occurring with all the settings? It seems a little odd that this would happen. Checking to see that the wp_options table of your wordpress database contains options with the “ticker_” prefix in their name. If they are not be sure to deactivate and reactivate the plugin.
Forum: Fixing WordPress
In reply to: post-ticker speedVersion 1.3 allows this.
Forum: Plugins
In reply to: Post-Ticker not working on IEHi, what versions of IE seem to be the problem? I’ve not been able to recreate your errors, I was fairly sure it did work in IE7 and the beta versions of IE8, I can’t say much about earlier versions.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] fatal errorThis is a known issue and is caused by an incorrect version of php. The plugin requires php5. I thought I had eliminated this bug by disabling the php5 features for php4 users but obviously somehow it has crept back in. Are you sure you have downloaded the latest version? Try redownloading the latest version.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Problem with linksSend an email to [email protected] and I’ll see what I can do. What theme are you using?
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Problem with linksAre the title, post excerpt and url all of just the post you are displaying? Does this happen when you’re viewing any post? Finally, as previously asked, where in your theme did you put the
<?php insert_ticker(); ?>
code? Please post a link to your site if possible.It’s not possible to get comments at the moment, maybe I’ll add this in a future version; thank you for the suggestion.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Problem with linksPresumably all the titles given in the ticker are also the title of your post 120? Yes? Where in your theme did you put the
<?php insert_ticker(); ?>
code? I have tried to replicate your problem but cannot.Forum: Plugins
In reply to: [Plugin: Post-Ticker] Post-ticker – Seems to not workingMonika, go to https://www.bcbc.co.uk to see the site that I developed the plugin for.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Great little plugin, worked first time.Thanks for your kind comments, and suggestions to other users about how to style the ticker. I hope to add options to the admin interface to handle styling. Credit should really go to mioplanet.com for their free javascript library.
Forum: Plugins
In reply to: [Plugin: Post-Ticker] Post-ticker – Seems to not workingSorry to break your design. I’m new to this plugin game. I’ve only tested the plugin in wordpress 2.6 and on my site, where is seems to work fine in IE and FF. It shouldn’t be a javascript issue I would have thought, probably just a styling one. Can you post a link to the broken page? If you manage to make it work, please tell me what you did and I’ll modify the plugin accordingly.
One thing I noticed, there maybe a semicolon missing ie
<?php insert_ticker() ?>
should be<?php insert_ticker(); ?>