rb-cohen
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin's Last Updated Date didn't change on Plugin Directory after updateDitto.
Forum: Plugins
In reply to: [Plugin: RB Internal Links] Insert link button not workingJust released a new version that should fix this problem. Please download v2.0.7 from https://www.ads-software.com/extend/plugins/rb-internal-links/
If you need help with the plugin, you may be able to get hold of me quicker at https://www.blograndom.com/links/forum too.
Hope this helps!
Forum: Plugins
In reply to: [Plugin: RB Internal Links] Insert link button not workingHey Guys,
Sorry to hear you’ve been experiencing problems! Do any of you have any experience with the Firebug plugin for Firefox? Or the Javascript error console? Either would be handy in finding out whats going on.
That or get in touch via the plugin site (blograndom.com) and give me publisher access to one of your test blogs that it doesn’t work on and I’ll do my best to figure it out asap.
Unfortunately its working for me on 2.8.3!
Forum: Everything else WordPress
In reply to: Shortcode self closing bug?Both the documentation and inline documentation mention self closing, I assumed this was a feature of the wordpress shortcode setup?
My suggested fix is to stop the shortcode regex being too greedy. I still see this as an issue, even if using the documented self closing ‘/’ is not the answer. Perhaps we can just make the regex stop looking if it finds another opening tag instead?
I agree that a particular shortcode should stick to one form or another, but in testing I found that
[test id="1"][/test]
would not work, and so had to use[test id="1"]
if I wanted no content. Perhaps another bug? Or is this correct behavior?Forum: Everything else WordPress
In reply to: Link own postsTry the RB Internal Links plugin. (Sorry for the shameless link).
It lets you link to your own posts and pages using shortcode like this:
[intlink id=”post-slug”]link text[/intlink].Plus there is a wysiwyg plugin to help to find the posts you wish to link to. Hope it helps.
Forum: Plugins
In reply to: [Plugin: RB Internal Links] wysiwyg button does not appearCould you let me know what plugins you have installed? There may be a conflict I don’t know about.
Theres also an active post over on the plugins forums about this that might be worth checking out if this thread doesn’t get updated.
Forum: Plugins
In reply to: v2.5 method for adding icon to tinymceWow, its in the documentation already – cool!
Does anybody else have trouble with the tinymce.js file cache? I’ve tried changing the mce version number but I still have issues with my plugin changes not taking effect in the tinymce.js file.
Forum: Your WordPress
In reply to: Crits and inspiration…Some padding in the boxes at the bottom of the page possibly?
Forum: Plugins
In reply to: Internal linksA bit of shameless promotion but I think my plugin does something very similar but doesn’t insert the actual url, just the ID of the post, the permalink is generated by wordpress on display.
Its called RB Internal Links, comments and improvements welcome.
Forum: Requests and Feedback
In reply to: Comment HighligtingWould something like
class="<?php if(the_author() == comment_author()) echo 'authorpost'; ?>"
work? It should do if you include the comments within the post loop. I couldn’t find a comment_author_ID function so this compares username.
Forum: Themes and Templates
In reply to: How to ad Google analytics codeI doubt the theme would be using these function calls.
Have you checked that the code is appearing on your site by looking at the bottom of the document when viewing the source?
Do you have caching of any kind enabled?
Forum: Fixing WordPress
In reply to: Why is only my latest post showing up on my blog homepage?This setting should be under Options -> Reading, where it says “Show at most x pages”. Make sure this isn’t set at 1.
Otherwise its probably controlled in the template file. Have you installed a new theme?