Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorithcy
    • CommentTimeApr 7th 2006 edited
     # 1
    Extends the basic text formatter that comes with Vanilla, allowing it to auto-link plain text urls and replace /me with the user's name and a link to their account page.
    • CommentAuthorbikuta
    • CommentTimeMar 6th 2007
     # 2
    what is the basic text formatter?
    I couldn't find any documentation on it.
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 6th 2007 edited
     # 3
    The basic text formatter is the formatter by default, the vanilla one
    • CommentAuthorbikuta
    • CommentTimeMar 7th 2007
     # 4
    Yes that's what I thought, but what functions are available? i.e., what tags have been implemented in the basic one?
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 7th 2007
     # 5
    none
    • CommentAuthorbikuta
    • CommentTimeMar 7th 2007
     # 6
    ah ok...explains why there has been no mention of it.
  1.  # 7
    Itchy can u update your extension and add a small feature request.
    For the links u generate, can u add a class called "userlink".
    I'm making an extension that parses links submitted by users, but i have no way of knowing which ones out of the million links on vanilla were actually posted by community members. adding a class to them, i can look for that specific class

    Btw is Itchy even reading this.
    Anyone knows itchy, can u mention it to him
    Thanks MySchizoBuddy
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 10th 2007
     # 8
    You don't need that. Links form user are all in '#ContentBody .CommentBody'. With jQuery, you can get them with $("#ContentBody .CommentBody a") (don't bother asking me the raw javascript equivalent lol)
  2.  # 9
    that will work
    plus my extension is in jQuery so thanks :)
    • CommentAuthorKeith
    • CommentTimeMar 11th 2007
     # 10
    Hi. Does anyone have any idea why the link activation of this extension stopped working after I installed the Attachments 2.1 and inline images. Is there a conflict that anyone knows of as it worked fine befre then.
    •  
      CommentAuthorMark
    • CommentTimeMar 11th 2007
     # 11
    Well, first of all I'd try to identify which of those two extensions conflict with this one. Try enabling only one of them and then enabling only the other. It could be one or the other, or it could be both. Then let us know and we'll get in touch with the extension author to see if we can come up with a fix.
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 11th 2007 edited
     # 12
    It could be Inline image, they might use the same delegation.
    Both get the messages, before saving them in the DB or before them being displayed, and change some part into links.
    •  
      CommentAuthorMark
    • CommentTimeMar 11th 2007
     # 13
    Well, whoever wrote it might not know about how you can run a comment through multiple formatters before saving.
  3.  # 14
    So who is fixing it
    Jazzman or itchy?
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 11th 2007
     # 15
    Nevermind, if there is something wrong it is with the attachement or inline image extensions.
    Extended Text Formatter doesn't do anything strange, it is just a formatter (and doesn't use delegation).
  4.  # 16
    @Keith
    just tried it and works for me
    have attachment and inline images installed
    works fine
    • CommentAuthorKeith
    • CommentTimeMar 12th 2007
     # 17
    My attachments upload has stopped working now. I must be going crazy. I'm having to format links by hand and attachments are no longer uploading. Both worked a couple of days ago now neither of them work. I've already disabled and re-enabled the extended text formatter. I'll turn off inline images now and try to see if text formatter starts working again.
    •  
      CommentAuthorGauzy
    • CommentTimeMar 16th 2007
     # 18
    will this *only* work with the text formatter? i've set up my install so that the selector is hidden, and everything gets parsed as textile. can these two co-exist? it seems like they should, but in trying it out, it doesn't seem to be the case.
    •  
      CommentAuthor[-Stash-]
    • CommentTimeMar 16th 2007
     # 19
    This will co-exist with any formatter, however, you can only have one formatter active on a comment at a time AFAIK. If you're using textile, you're not using this or HtmlFormatter
    • CommentAuthorKeith
    • CommentTimeMar 19th 2007
     # 20
    I also installed Base after the text formatter. `might this be causing the problem? I've removed attachments and inline images and it still doesn't work.
    • CommentAuthorKeith
    • CommentTimeMar 22nd 2007
     # 21
    It seems that html formatter was preventing the extended text formatter. When I turned off html formatter that links began to be active again.

    What does html formatter do as there seems to be a lot of confusion between these two extensions and obviously some error generation I guess?
  5.  # 22
    HTML Formatter and Extended Text formatter are both in use on this forum with no problems whatsoever?
    •  
      CommentAuthor[-Stash-]
    • CommentTimeMar 22nd 2007
     # 23
    I've never had a problem with this formatter, and that includes running it concurrently with HtmlFormatter and BBCodeParser through a large number of versions of each formatter - never a single problem caused by any of them (apart from their own bugs). You sure you weren't formatting your comments as HTML or something like that?
    • CommentAuthorKeith
    • CommentTimeMar 23rd 2007
     # 24
    My quoting has gone off now. this is driving me crazy. I'm going to try re-loading html formatter. i wonder if there is something to do with the order in which they are loaded as extensions. AND why can't text formatter include the code to make http text into links?
    • CommentAuthorkifo
    • CommentTimeMar 23rd 2007
     # 25
    I run HTML Formatter with Extended Text formatter and TInyMCE with no problem whatsoever.
    • CommentAuthorKeith
    • CommentTimeMar 24th 2007
     # 26
    I see what is wrong. text links only work when you format the message as text and not as html. this seems a bit nuts. Or am I just being thick?
    •  
      CommentAuthorLimundo
    • CommentTimeJul 27th 2007 edited
     # 27
    How can I change Extended Text Formatter,
    so when I put:
    www.google.com
    it will show a link?

    right now it only works with:
    http://www.google.com
    •  
      CommentAuthorJonny
    • CommentTimeMay 15th 2008 edited
     # 28
    edit: not related to this add on...apologies.
Add your comments
    Username Password
  • Format comments as