What does this plugin do?

The internal link plugin allows blog owners to easily link to posts and pages within their wordpress blog without having to enter the full URL. Use wiki style tags to define a link when writing a post the sites permalink structure is maintained. The wiki code can be inserted manually or by using the wysiwyg plugin.

Can I see it in action?

Below are some screenshots taken using the plugin. The first is an example of the wiki code in the editor and the last two are examples of the wysiwyg plugin.

RB Internal Links ExampleRB Internal Links WYSIWYG Plugin ExampleRB Internal Links WYSIWYG Plugin Example

Download

Latest version of RB Internal Links from the WP Repository

Installation

  1. Upload the “rb-internal-links” folder to your wp-content/plugins/ directory.
  2. Activate the plug-in
  3. Browse to Options > RB Internal Links to take a look at preferences
  4. Start internally linking

Usage

To manually link a page:
At the place you would like the link to appear write

<!`--{post id="post-slug" text="link text"--`>

OR

<!`--{post id="post-id" text="link text"--`>

removing the tick (`) that I had to put in to stop the example from parsing and exchanging post-slug or post-id for the post or page slug/id you would like to link to.

Note:

  • text is the text or html you would like to put within the anchor tag and should be ok with anything other than { or “
  • you can specify a class for the link using … class="my_class"
  • you can specify a target for the link using … target="_new"
  • you can put html in the text parameter, e.g. text=”<img src=’myimage.gif’ />”

Using the tinymce wysiwyg editor:

  • Make sure you’ve ticked “enable wysiwyg editor” on the plugin preferences page.
  • A new icon will appear on the wysiwyg toolbar, it looks like a page with a link over itClicking on the icon will pop-up a toolbox
  • Select the category the post you need is in or alternatively, choose pages for a list of pages
  • Click on the post or page you wish to link to
  • Fill in the optional properties for the link
  • Click “Insert Link”

119 Responses to “RB Internal Links Wordpress Plugin”

  1. Vanco Ordanoski Vanco Ordanoski Says:

    Thanks for the great plugin!
    Two things:
    - The meta tag for the popup window in tmce_plugin.php on line 29 should be changet to utf-8, in order to facilitate showing of unicode encoded post/page titles.
    - In the same file, on line 17, it is safer to return the article->ID instead of post_name, since you cannot guarantee that the slug will be non-unicode (in which case it is an ASCII encoded string, totally unreadable). Maybe this can be made an option - what to return, the id or the slug.

    Best regards, Vanco

  2. Cohen Cohen Says:

    Hey Vanco, some great suggestions that I’ll build in this evening. Thanks for your feedback.

  3. patricia patricia Says:

    great plugin!!!
    thanks

  4. patricia patricia Says:

    is possible this plugin works in mode code (instead of Visual Editor, )
    thanks

  5. Sascha Sascha Says:

    Hi there ;) Cool plugin, waited for something like that all the time ;)

    But I do have an issue with using the plugin in the wysiwyg editor. The icon does not appear. I downloaded the plugin, put the top folder and all its contents (including all subfolders etc pp)in the plugin folder of my wordpress installation and activated it. Then I checked whether all settings are ok, which they are.

    But the icon does not display.

    I am using WP 2.3.1. Any ideas?

  6. Sascha Sascha Says:

    Oh, and by the way, there still is a Thumbs.db in the image folder ;)

  7. Sascha Sascha Says:

    And one more thing ;)

    The URL in the plugin information does link to http://www.blograndom.com/extras/ - guess there is ‘/blog’ missing somewhere.

  8. daniel daniel Says:

    How to link to a category page?

  9. Stephen Anderson Stephen Anderson Says:

    Hi Cohen,

    It looks like it will be a very handy plugin. I intstalled, activated, and updated the options but I am unable to see it when I am making a post.

    Where should it show up?

    Steve

  10. Cohen Cohen Says:

    Hi Stephen,

    There seem to be a few people having problems getting the tinyMCE icon to appear. It should be in the visual toolbar and it looks like a page with a link in front of it.

    If it isn’t there could you let me know what version you are currently using and also what other plugins you have installed as I have tried to install the plugin in multiple scenarios and it always appears for me. Very odd!

    And Daniel:

    At the moment you can’t link to category pages or anything other than a post or page. I’m noted you’re request, and it is something I hope to build in soon along with the ability to link to other items, such as blogs in the blogroll.

  11. Aleks Berland Aleks Berland Says:

    I am running Wordpress 2.3.1 and had the problem with the icon not showing up in TnyMCe.

    Solution:
    I checked the source of the live site and got this:

    —————————————-

    /* */

    ——————————–

    It should be the following on lines 122-124 of rb-internal-links.php:

    ——————————–

    echo ” . “\n” . ‘// //’ . “\n” . ”;

    ——————————–

    works fine now!

  12. Aleks Berland Aleks Berland Says:

    it commented out my code for real! ahah
    ok…
    so just replace any instance of * /

    with / /

    with no spaces between the two characters

  13. Cohen Cohen Says:

    Thanks Aleks! I can’t figure out why the /* */ comments wouldn’t work but I’ve taken your word for it and changed them to normal line comments.

    The new version, with an updated rb-internal-links.php is available from http://downloads.wordpress.org/plugin/rb-internal-links.zip

    Please let me know if this finally solves the mystery of the tinymce icon.

  14. 3stripe 3stripe Says:

    Nice plugin!

    Do you have any idea why I can only see the inserted link if I switch to the Code tab and back, or hard refresh the page? (WP2.2.1)

    Cheers

    3stripe

  15. Cohen Cohen Says:

    I’ve added in some code so that on the preview tab the ugly code is hidden and replaced with the value in the text=”*” parameter.

    Make sure you have some content in the text=”" parameter, if you do and it still shows nothing in the preview tab please send over the link code so I can test it out.

  16. Flo Flo Says:

    Hi Cohen!
    I cant see my text, when i add an internal link.
    I usually select text and afterwards add the internal link. When I apply the link now, the text is invisible although it works after publishing on the frontend.
    also if I edit the post/page after publishing I can see the text with the yellow background.

  17. Cohen Cohen Says:

    Ah ok I see the problem! The text doesn’t appear straight away if you insert the link using the tinymce plugin. As soon as you go to code and back to preview it works again.

    I’ll need to run the ‘code hide’ function when the link is inserted in order for it to appear straight away.

  18. manuel aldana manuel aldana Says:

    thanks for the plugin,

    another thing displaying the links, is it possible that it adjusts to the url-pattern setting for permanent-links? i am having pattern without id (like http://server/about/email), but the rb-plugin still genereates something like http://server/?page_id=31 . it would be fantastic if all internal links would match or adjust to the chosen permanent-link pattern.

  19. manuel aldana manuel aldana Says:

    hi again,

    i was mistaken. it was an old link which appeared and i thought it got generated by your plugin.

    never the less now i see that plugin does not work (i cannot see an icon top right in editor nor manual rich editing works).
    i followed installing procedure as you suggested and got only success-messages and rb-links options are all activated.

    i am using standard wordpress 2.3.2.
    rb-link plugin version is v0.13.

  20. manuel aldana manuel aldana Says:

    all good things are three…

    weird, without having done something the plugin works now. the only difference between now and some ours ago is, that i logged off and loggin again to the admin area. could this be the reason?

  21. Shiv Shiv Says:

    Hi there! Firstly great plugin!
    Just one thing, would it be possible to allow linking to anchors? This would make linking to sections on the same page much easier! Atm I can’t see a way to do that with your plugin.

    ~Shiv

  22. Marco Marco Says:

    I stumbled upon a strange behaviour:

    if you’re using Admin Menu http://www.semiologic.com/software/publishing/admin-menu/

    this menu is inserted in the head of the link pop-up window, too?

  23. Cohen Cohen Says:

    Woah, glad to see the plugin is gaining some popularity! Sorry about everyone having issues, I’ll do my best to get to the bottom of them.

    manuel: I’m not sure why the plugin didn’t appear until you’d logged out and back in again. This doesn’t make much sense and I haven’t heard of it before. Did you disable any other plugins at the same time?

    Shiv: Do you mean linking to anchors on the page you are linking to? If so this sounds like a great idea, I’ll add the code for this. If not, I’m not sure what you mean?

    Marco: I’ll have to test this out, not sure whether its my fault or admin menu’s. :p

  24. manuel aldana manuel aldana Says:

    yes, does not make real sense, for i don’t think either that logging in/out would change a plugin’s state in wordpress architecture.
    but logging in/out was the only thing i remember which changed.

    other plugins (flexi-pages, akismet) weren’t activated or deactivated.

    never the less… let’s be grateful that it works now.

  25. Marco Marco Says:

    Seems as the Admin Menu is adding the trouble, as Dashbar works fine.

  26. Flo Flo Says:

    okay thanks cohen!
    did you do an update on the code hide funtion position?
    ’cause otherwise i will have a look on it if i can change it (my scripting skills are not really intermediate ;)

    flo

  27. Andreas Andreas Says:

    Cohen,

    TNX for a great plugin.

    As for the “linking to anchors”: What I would like to generate (and I think that’s what Shiv wants, too) are links like

    http://www.mysite.com/links#some_super_program

  28. spk spk Says:

    doesn’t work for me either… wp 2.3.1, plugin is activated, no errors. icon doesn’t show up in the editor, tried some tricks, logged in and out. nothing. any ideas?

  29. spk spk Says:

    very strange behavior! i did nothing *except* for logging in and out several times, and now it seems to work! seems like instability its best.

  30. Anders Anders Says:

    Nice plugin. Should really be implemented by default. But how do I remove a link in visual mode?

  31. scott scott Says:

    I have 2.3.1 and I cannot view the icon in the visual editor. I have the latest rb_internal-links.php file too.

    Thank you for releasing this plugin! I cannot wait to get it working ;)

  32. Cohen Cohen Says:

    Thanks for all the feedback again, sorry its taken a while to get back to you all.

    Flo - I’ve just released an updated version that inserts the correct code in to the visual version.

    Everyone with missing tinymce icon until logging in/out - I’m not sure what could be causing this, is it possible that the tinymce settings are cached? As long as the admin panel reports the tinymce plugin as enabled there is nothing stopping this working.

    Anders - I have also come across the issue of removing a link in visual mode, not sure how to get around this yet. Anyone have any ideas?

  33. Cohen Cohen Says:

    Oh and I almost forgot, Andreas - I’ve added the anchor feature you were after.

  34. Karl Karl Says:

    Hi and thanks for the plugin, just what we were looking for today! I initially also had problems with the icon not showing up (in Firefox), but open IE and it was there, so I just hit shift+F5 in FF and the icon showed after clearing the cache.

    There’s one issue though. We’re running WP 2.3.2 and when we’re adding a link with this plugin, it doesn’t show in the visual editor. Only when we click Save (and continue) does the link show up. Wouldn’t be such a problem for us, but harder to ask a client to remember the roundabout procedure.

    Has anyone else run into this?

  35. Karl Karl Says:

    Short follow up - also seems to create a problem with the code view mode. When having added a link (which doesn’t show up) and then clicking on “code view”, it freezes both my FF and IE browser.

    Secondly, if I highlight part of a word in the visual editor and then click to add a new link with this plugin, the popup window breaks that link apart for the “Link text” field, so that part of the link appears after and outside of the textbox.

    Great plugin though, just a few glitches, at least in my setup.

  36. Andreas Andreas Says:

    Sounds great! I can’t find the new version though. The download link up in the article seems to go to the old version (0.13). At least I couldn’t find any hints on how to use the new anchor feature. Any idea?

  37. Karl Karl Says:

    Just came back to check if there’d been a reply to my comment and spotted that the first of my two posts didn’t get listed, perhaps it got deleted when I posted twice?

    Anyway, what I originally said was that in my WP 2.3.2, when I add a link with the plugin, it doesn’t show up until I click save. OK if you know about it, but can be confusing.

  38. Cohen Cohen Says:

    Hi Karl/Andreas,

    I may have forgotten to commit this to the wordpress plugin site but both these features have now been implemented.

    I’ll put this up tonight and then let you know so you can download it and test it out. Hopefully some of these bugs will be fixed.

  39. Niu Niu Says:

    It’s brilliant, I love it and it’s exactly what I’ve been waiing for. Thank you!

  40. Stephen Anderson Stephen Anderson Says:

    Hi Cohen,

    I wrote a little while ago as I was having problems getting your plugin to work. It somehow magically started working (just got to love computers!)

    This is a very cool plugin and it makes my life soooo much easier.

    Thanks a million,
    Steve

  41. Karl Karl Says:

    Hi Cohen,

    Thanks, that sounds great with a new version, I’ll check back and hopefully it’ll be up soon. At the moment, if I’ve added a link, place the cursor somewhere close to it and switch to code view in the WP editor, it crashes my entire computer (running Vista and Firefox 2), racking the memory consumption up to 98-99%, forcing me to re-boot!

    Apart from that, still works great though.

  42. Cohen Cohen Says:

    Sorry about the MASSIVE delay in getting the new version out, I’ve just committed it to the wordpress plugin cvs. Please give it a go and let me know how you get on.

  43. Karl Karl Says:

    Cohen -
    Thanks ever so much! It now shows straight away and doesn’t crash the computer; it’s working flawlessly. Great job!

    Thanks, Karl

  44. Andreas Andreas Says:

    Works absolutely fine, thank you very much! :-)

  45. aubrey aubrey Says:

    Hi Cohen,

    Thanks for this great plug-in. I’ve just installed your latest version (2-12-08) on WP 2.3.3 but am still having the problems previous users spoke of:

    - The tinymce wysiwyg editor button not showing up

    - And after manually inserting the link in the code editor, the link doesn’t appear on the visual side. The link does appear in the published post, but still doesn’t in the visual editor when I got back to edit it.

    I tried logging in and out again, but no luck there. I do have several other plug-ins installed though, including cforms II which has a wysiwyg editor button too. So maybe it’s conflicting with that.

    Other plug-ins I have installed are: Google XML Sitemaps, WordPress.com Stats, No Self Pings, Akismet, Flexi Pages Widget, My Category Order, AddThis Social Bookmarking Widget (drop-down), Google Analytics for WordPress, cfoms II, and All-in-one SEO pack.

    Sorry for the really long post and thanks again,
    Aubrey

    P.S. In the readme, the “For more information visit” link has a typo - it says link instead of links and takes you to a 404 NOt Found page:
    http://www.blograndom.com/blog/extras/rb-internal-link-plugin/

  46. aubrey aubrey Says:

    Hi again,

    I just wanted to let you know that about 5-6 hours after I sent my comment yesterday, the wysiwyg editor button appeared and is still here after a day. And it works great.

    Thanks!

  47. Julian Julian Says:

    Awesome plugin! Almost exactly what I’m looking for. Would you be interested in adding a search box? For larger blogs with hundreds or thousands of posts, browsing by category isn’t very efficient. Great work though! Works like a charm.

  48. Robert Robert Says:

    Hello Cohen,
    after deactivating the plugin or removing the plugin directory, TinyMCE shows up with an empty textbox for every post - wether it includes an internal link or not. The sourcecode box is empty, too. How can I deactivate or uninstall the plugin without having such problems? An upgrade to 2.3.3 german didn’t help. Only a new installation and activation of your plugin helps.
    Robert

  49. James James Says:

    Hi Cohen,

    I really like the simplicity of the plugin in action as I have used on several sites.

    Now I seem to have an issue with it when running php on a Windows machine (not a great combination, but necessary for various reasons) and in the pop up-window I DO see my pages and posts, but when I click on either one, the page just continues to load - “Loading posts…”, but the pages or posts never show up.

    It works fine on non-windows systems with the same setup, latest version of your plugin along with WP 2.3.

    Any idea what can be the fault?

    Thanks!

  50. Gaz Gaz Says:

    I love this plugin thanks

    Can you make it so I can create a link to the category?

  51. Cohen Cohen Says:

    Glad to hear the new version has fixed a lot of issues.

    Julian: a search box sounds like an excellent addition, hopefully there is a built in function for searching I can reuse. I’ll add it to the todo list.

    Robert: very odd, I wonder whether there is a cache issue with the js here. Did the problem go away eventually?

    James: being on windows shouldn’t make much of a difference. The only thing I can think of is the ajax requests going to a different URL to the one you are browsing on, which your browser will block. Strange though as I think all the ajax calls are relative. Could you take a look at the source code for the url it is using?

    Those upgrading to wordpress 2.5 soon: there is one small bug I need to fix but upgrading won’t break anything.

  52. Paul Paul Says:

    Was the new version, 1.2 expected to fix the ‘no icon in the Visual Editor’ issue? I’m using WP 2.5RC1 and I’m still not getting the icon.

  53. Paul Paul Says:

    A correction to my previous comment, I’m using version 2.0 of your plugin.

  54. Dennis Dennis Says:

    Oh my god, I finally found the holy grale! I can’t believe this functionality isn’t in WP already, so major kudos to you Cohen.

    A feature request would be to be able to remove the link again without going into html mode. Maybe the posibility of marking the link and pressing the button to edit/delete the link?

    Now the only thing I need in WP is a way to link to downloadable files. You up for the task Cohen?

  55. Cohen Cohen Says:

    Hi Dennis,

    Thanks, glad you like the plugin. I’d also like the ability to highlight the link and remove my code. It shouldn’t be too difficult so I’ll give that a go soon.

    Can you not link to files using the image/file manager built in to wordpress? I’m sure you can choose for the link to be a thumbnail, a text link or the full size version.

  56. Dennis Dennis Says:

    @Cohen: I this a general “file library” with a matching button in the editor is what I am after. If I upload e.g. a PDF file, I cannot put it in a “pdf” folder and I cannot choose to link to it in the editor. Instead I have to have all the files in one big pile and to link to it I have to remember the file location or copy/paste….that’s if I am not mistaken?

  57. Fenke Fenke Says:

    this would be a great plugin - i am sure, if only that icon would appear in my toolbar!

  58. Karl Wångstedt Karl Wångstedt Says:

    I have searched for a plugin like this for a while, and I really need to be able to create internal links in an easy way.

    But I can’t get it to work under Safari 3.1 with WP 2.5 (haven’t tried an earlier version of WP, though). All I get is a inlinkerror in a comment when I view the HTML. It works fine in FF.

    Also, a feature request:
    Could it be possible to have a preference setting or similar to turn on/off the class, target and anchor fields. In a non-tech user environment it can make more harm then good…
    And perhaps also to get the Link text filled automatically with the title of the post/page that is being linked. That would be great.

    Thanks for the hard work you are doing. Really appreciate it. :)

  59. French Guy French Guy Says:

    Perhaps you can add the title tag for the links? Furthermore a rel tag would be perfect to add nofollow or bookmark, etc.
    When text is left blank it should be automatically added the post/category/page title. This would be great! Looking forward to a notation like

  60. Derek Derek Says:

    When using this in conjunction with the TinyMCE Advanced plugin, the icon no longer shows up. Not sure which plugin is at fault though.

  61. Colleen Kulikowski Colleen Kulikowski Says:

    Hi! Last night I upgraded to Wordpress 2.5 and lost the functionality of this plugin. I checked and the WYSWYG is checked. Is there something I need ot do? I have the latest version of the plugin installed.

  62. Sven Sven Says:

    yes - great plugin (I think so) but I can’t find the new icon on my tinytoolbar :/ … cache is empty, logout, restart - I did all, but this little icon is not there - any ideas?

    Sven

  63. Lukum Lukum Says:

    Same as Fenke, no RB icon in my toolbar (WP2.5, french localization). Should be a great plugin!

  64. Cohen Cohen Says:

    To everybody having issues with the plugin in wordpress 2.5:

    I’ve just committed a new version to the wordpress depository. Could you try downloading it and giving it a go? The only file you need to replace is rb-internal-links.php

    Hope this fixes it, if not I’m really stumped!

  65. Sven Sven Says:

    Thanx for your work Cohan - but nothing happend with the icon. :(

    First I only replaced the rb-internal-links.php. After that I updeated the whole plugin. :/

    This icon was nerver show on the toolbar. Is this important for you: I use for the toolbar the “TinyMCE Advanced”-plugin.

    thanx & hope you can fix it.

  66. darkangelwitch666 darkangelwitch666 Says:

    No icon for me sadly 2.5 user I also try it manually and nothing shown up :( I better check with you that I was doing it right?
    I used my html view put then saved, I wanting to bring in this link http://graficadesigns.com/desktop-wallpaper/

  67. Andi Andi Says:

    Hi Cohen,

    i didn’t reach you by mail and had and addition to your plugin that might be useful to integrate (search for posts, instead of clicking through categories).
    If you’re interested send me a mail.

    Andi

  68. aronil aronil Says:

    Hi Cohen, first of i love the plugin, and it was working fine for me on Wordpres 2.5 that was until i installed w2.5.1… hmm any thoughts on this?

  69. Online Seo Service » Wordpress Plugins Online Seo Service » Wordpress Plugins Says:

    [...] RB Internal Links 0.20 [...]

  70. Aronil Aronil Says:

    Hi Cohen, thanks for this wonderful plugin, good news I tried downloading your new version and it works nicely now with my w2.5.1 :) So well done.

  71. Steve Steve Says:

    To backup what Karl Wångsted said, it doesn’t work in Safari 3.1, the tag is replaced with an error, like this (I replaced brackets with parens so the code isn’t eaten):

    (!–intlinkerror–)class=”rbIntLinkText”)sadfasdf(/span)`

  72. Steve Steve Says:

    One other thing…the links RBIL generates are static (that is, they include http://foo.com/“). Would it be possible to have a pref to generate only relative links?

  73. Anton Anton Says:

    No icon appearing for me in TinyMCE on my WP v2.5 either… :|

  74. Andi Andi Says:

    hi cohen again ;)

    did you receive my mails?

    greetings,
    Andi

  75. Wordpress setup Wordpress setup Says:

    [...] the host and activating rewrite rules for nicer URLs would have broken all links. Fortunately Internal-links Plugin made the save. The rest of the configuration (categories, blogroll, url-rewrite etc.) was done [...]

  76. Cohen Cohen Says:

    Hey Anton,

    Could you make sure you have downloaded and installed the latest version of the plugin. A lot of people have had luck with the latest version with wordpress 2.5 and 2.5.1 where before there was no icon.

    Hey Andi,

    I did get your emails (I think) but work has been crazy busy. I’ll take a look and get back to you asap.

    Safari Errors,

    I’ll speak to the mac guy at work.

  77. Pollo Pollo Says:

    Im using wp 2.5.1 and incon doesnt apperar

    i have no installed TinyMCE plugin. i work with the default editor

  78. Mark Mark Says:

    Hey Cohen, I cannot get the icon to appear either. I am running the latest version (just downloaded it) with WP 2.5.

    Any ideas?

  79. ben ben Says:

    Hi,

    I am having trouble getting the button on the editor to show up in Wordpress 2.5 or 2.5.1. I have tried uninstalling it and putting it back up but it still doesn’t show. I have 2 different installs and it won’t work in either.

    What else can I try?

    Thanks
    Ben

  80. Wordpress 2.5 versiyonu ile uyumlu Eklentiler | Fırtına 30 05 Wordpress 2.5 versiyonu ile uyumlu Eklentiler | Fırtına 30 05 Says:

    [...] RB Internal Links 0.20 [...]

  81. pennywise pennywise Says:

    Hi cohen,

    I like your plugin. But i use the nextgen gallery plugin (http://wordpress.org/extend/plugins/nextgen-gallery/) and I would like to be able to link to albums and/or galleries as well. Could you give me some hints which functions I must change to make that work? I don’t really want to understand your plugin, just enough to change what I want.

    I don’t think this should go by default into your plugin, but I would like to have it.

    Greetings
    pennywise

  82. Link To Old Posts Easily With RB Internal Links | TECH YARD Link To Old Posts Easily With RB Internal Links | TECH YARD Says:

    [...] Download rb-internal-links plugin from here. [...]

  83. Wordpress 2.5 Uyumlu Eklentiler (Liste) | Wordpress Tema Ve Eklenti Wordpress 2.5 Uyumlu Eklentiler (Liste) | Wordpress Tema Ve Eklenti Says:

    [...] RB Internal Links 0.20 [...]

  84. Flo Flo Says:

    thx for the plugin, searched for such a solution for a long time.
    if this works well, wordpress is finally a nice and easy cms to use (didn’t tested the plugin much till now).

    if you need help, like translating (german), you can contact me.

  85. Flo Flo Says:

    forgot one thing: a “remove internal link” button would be nice, so you can unlink an internal link again (withut getting in the code view).

  86. WordPress Working Plugins | Utricks WordPress Working Plugins | Utricks Says:

    [...] RB Internal Links 0.20 [...]

  87. Shelby Jones Shelby Jones Says:

    Thanks for the great plugin! My only suggestion for its improvement would be to support large numbers of pages. I am currently using it in a CMS wordpress install and I can’t view all of my pages when I use the tinyMCE editor button.

  88. Deb Deb Says:

    I absolutely love this! I still can’t get over the fact this function isn’t a default in WP or TinyMCE.

    I am having a problem however and posts 16 & 17 above seem to match my issue. I highlight the text, browse to the page I want to link, link it, link shows in yellow and my linking world is a happy place. Then I hit the SAVE button and my visual page text disappears. I am left with nothing but a blank white page in Visual mode.

    I have tried switching back and forth between Visual and HTML, logging out & logging in, Visual mode page is still blank white.

    This is in the FF browser. Trying it in IE6, upon clicking SAVE everything hangs, I finally had to do a ctrl+alt+del to get out of it. Then got an error msg about a script running on the page and line 49 if that helps.

    I *REALLY* want to be able to use this plugin, but I can’t if my Visual page disappears, especially on a client’s site. I hope you’re very close to having a fix for this. Thank you, other than that glitch this is probably the best little add-on for a newbie WP user that I’ve found so far.

    Deb

  89. 2.5 Sürümüyle Uyumlu Eklentiler | WordPress Destek 2.5 Sürümüyle Uyumlu Eklentiler | WordPress Destek Says:

    [...] RB Internal Links 0.20 [...]

  90. wordpress 2.5 Uyumlu Eklentiler Listesi | Nazlı Reklam Reklam ve Hosting wordpress 2.5 Uyumlu Eklentiler Listesi | Nazlı Reklam Reklam ve Hosting Says:

    [...] RB Internal Links 0.20 [...]

  91. Wordpress 2.5 Uyumlu Eklentiler Listesi | Taha’nın Yeri Wordpress 2.5 Uyumlu Eklentiler Listesi | Taha'nın Yeri Says:

    [...] RB Internal Links 0.20 [...]

  92. Leonaut.com Leonaut.com Says:

    RB Internal Links…

    The internal link plugin allows blog owners to easily link to posts and pages within their wordpress blog without having to enter the full URL. Use wiki style tags to define a link when writing a post the sites permalink structure is maintained. The wi…

  93. Deb Deb Says:

    Hi Cohen,

    Absolutely great plug-in! What a huge help this will be for me.

    I am having a problem with it that I sure hope you can find a fix for. On clicking SAVE, I can no longer view my page content in the Visual mode. It’s then a blank white page. I thought maybe it was Firefox, so tonight I tried it on IE7 and the same thing is happening plus I get an error when the page tries to load in the Admin. Error is:

    Out of Memory at line: 2

    I have no idea if that helps you or not.

    This is happening when first going to the page to edit it if it’s in visual mode, and does the same thing if I try to switch back and forth between visual and html view.

  94. A`dan Z`ye Wordpress eklentileri | Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler A`dan Z`ye Wordpress eklentileri | Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler Says:

    [...] RB Internal Links 0.20 [...]

  95. Работающие плагины для WordPress - Блокнот Работающие плагины для WordPress - Блокнот Says:

    [...] RB Internal Links 0.20 [...]

  96. Alex Alex Says:

    Hello, thank you for making this plugin!

    It works very well. I can see the tiny MCE icon in WP 2.6.

    I do have a small problem however.. it was working impeccably until I changed the default category name from ‘Uncategorized’ to ‘General’. Now the General category works only intermittently, displaying posts with no rime or reason. Changing the name back doesn’t fix it. The ID is still 1. The rest of the categories seem to work ok, so for now I’m changing all my quotes to the new categories!

    Thanks in any case,

    Best wishes,

    Alexandros

  97. Alex Alex Says:

    OK! I understood what’s going on :)

    The plugin works fine, but it displays by default the same number of entries as you have set in the blog options, ie 5 or ten posts. Because there is no forward or next behaviour, by default you can only see a few posts at a time.. although pages are all displayed.

    How can we remedy this situation??

    Any help is appreciated.

    Sincerely,
    Alexandros

  98. Deb Deb Says:

    Just thought I’d let you know that I’m no longer having problems w/this. From what I can tell, it seems that there may have been a conflict w/another plugin. I can’t be sure which one either. But if you are having problems like I was, I would suggest you start with deactivating plugs and even deleting them via http://ftp. That may cure your problems.

  99. Wordpress 2.5+ Uyumlu Eklentiler (Liste) - Yorumla.Net Wordpress 2.5+ Uyumlu Eklentiler (Liste) - Yorumla.Net Says:

    [...] RB Internal Links 0.20 [...]

  100. hanjra hanjra Says:

    Hi, your plugin looks great. but when i try to link any phrase or word to any post, it doesnt show any category. It shows No posts found but it shows only pages when i browse. Whenever I try to browse the category from the icon, it shows no post. I am using wordpress 2.6. I hope you yor will help me. Thanks

  101. Karl Karl Says:

    Hi Cohen,

    I am trying to understand if my problem is caused by rb internal links or from TinyMce (or a combination) and TinyMce’s issue with double linebreaks, omitted or added -tags as in the post at http://mu.wordpress.org/forums/topic.php?id=1561&page

    As in that post we have commented out the part that prevents extra linebreaks.
    We’re running wp 2.3.3 and I currently experience the problems in Firefox 2.0 (it doesn’t appear to be an issue in IE at all)

    What happens is that I have a block with an image, an H3, some text that then finishes off with an internal link. And a lot of other information after this.

    Anytime I put my cursor at the end of the line with the internal link, hit return a few times, then switch to code view and then back again, all the information after the internal link is gone.

    Anybody experience anything similar?

    Also, switching between visual mode and code view a number of times eventually renders a javascript error and the page to freeze.
    “Out of memory”, line 67 at plugins/rb-internal-links/tmce/rb-internal-links/editor-plugin.js

    Thanks in advance for any pointers.

  102. Wordpress eklenti listesi | h7x Software & Technology Center Wordpress eklenti listesi | h7x Software & Technology Center Says:

    [...] RB Internal Links 0.20 [...]

  103. slee slee Says:

    HI really like this plugin but with the latest version of wordpres it breaks the wysiwyg editor on the write page/post.

    any ideas?

  104. Andi Andi Says:

    @cohen:
    i had some problems since upgrading to wordpress 2.6. the linker didn’t find posts anymore. problem was the “numberposts” option of get_posts. afaik the value of -1 to get all posts is new. maybe you should at least release it with this update.
    btw du you have any link how to embed the linker icon into normal editor? i dont use the tinymce one.
    would be great if you send me a mail, because i cant subscribe to comments ;)
    Andi

  105. Wordpress plugin wordpress eklenti arşivi wp yüzlerce açıklamalı eklenti | Türkiyenin en büyük mail grubu Wordpress plugin wordpress eklenti arşivi wp yüzlerce açıklamalı eklenti | Türkiyenin en büyük mail grubu Says:

    [...] RB Internal Links 0.20 [...]

  106. naires naires Says:

    hi!

    your plugin is super great! i tried to work with the post tabs plugin but the RB Internal Links doesn’t work inside the tabs… it’s possible for you to see what is wrong?

    thanks and good work!
    nelson

    p.s. postTabs plugin link: http://pirex.com.br/wordpress-plugins/post-tabs/

  107. Ryan Paul Ryan Paul Says:

    Hi…

    I’m using 0.21 and WordPress 2.6.1. Great plugin… except when I click on a category, it only lists ten posts, and I’ve got about 300 in one category.

    Any ideas please?

    Regards,
    Ryan

  108. Karl Karl Says:

    Hi there, are there any news on the Safari issues? It still seems to crash the browser when using the internal links function.

  109. Cohen Cohen Says:

    I’d just like to say thanks again for the comments and suggestions. I’d like to implement all of them but doubt I’ll have time. I hope to have a lot more bugs kinked out over the next few days.

    If anybody is interested in helping out with the plugins development, just ask! ;) Also does anyone have any suggestions for making feature requests and bug reports more organised that this list of comments on the blog? A forum seems a little over the top!

  110. Sam Waulu Sam Waulu Says:

    Nice plugin, thank you.

    Had the problem with the icon not showing up, but at least in my case this was an issue with the server file permissions.
    It appears that by default the rb-internal-links plugin maindirectory has eXecute permissions only for User, while eXecute permissions are required for All.

    So in short, “chmod a+x rb-internal-links” in the plugin directory fixed the problem. Icon shows up, everything works.

  111. Saulo Benigno Saulo Benigno Says:

    I mean, it only shows some posts to link, I hightlight one text (that’s one title of another post) from my post. Click the button.

    I was expecting to see some related posts with that text, but nothing, it only show me like 10 posts, I can’t see or search others.

    How that plugin works ?

    Thanks.

  112. Rudolf Rudolf Says:

    Really needed this! Thanks a lot.

  113. derrick derrick Says:

    Hi,

    Hey, this would be a great plugin if I could shake that error with tinymce advanced. I’ve been looking around to see if anyone had a solution. What happens is that if RB internal links is active, then you cannot save a post. You get a “do you want to leave this page” warning. Anyway, great idea. I hope someone finds a solution!

  114. Top 65+ WordPress Plugins | ShanKri-la Top 65+ WordPress Plugins | ShanKri-la Says:

    [...] RB Internal Links - Allows you to link to your own posts and pages without having to enter the entire URL. [...]

  115. Ian Ian Says:

    I’m having problems with wordpress 2.7 beta 2. Having RB Internal Links active causes problems switching between HTML and Visual tabs on posts and pages. It won’t display the visual tab at all.

  116. michael michael Says:

    Hi,

    I am using 2.6 and having the same problem with only showing 10 posts in a category?

    Any solution!

  117. michael michael Says:

    10 post problem:

    I think I found the solution:
    wp-admin - Settings - Reading

    Blog pages show at most - and increase the number

    That way it shows your posts in the category.

  118. George George Says:

    Hello,

    I need some help in working with this plugin.

    I love the concept however I can’t get it to work.

    If I add multiple links on the same page or post using the visual button, then only the last is placed on the page or post. If do this in the html screen and hard code the links they all appear.

    I have also noticed that when I make my browser window smaller, the visual buttons do not shrink down and they hang out over the wysig editor pane. They will also no longer work when this occurs.

    Thanks

    George

  119. Dan Dan Says:

    Also having problems with this plugin and Wordpress 2.7 beta 3. It forces HTML only.

Leave a Reply

zebra25@blograndom.com
zero156@blograndom.com