Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author NextScripts

    (@nextscripts)

    WordPress processes posts source before displaying it. It applies it’s own internal filters as well as all third party filters from themes and other plugins.

    For example you typed:

    <b>Some text</b> [sc id=16]Some Shortcode[/sc]

    %RAWTEXT% will post:

    <b>Some text</b> [sc id=16]Some Shortcode[/sc]

    %FULLTEXT% will post:

    <strong>Some text</strong> <div>Shortcode processed text</div>

    Thread Starter Wansbrough

    (@wansbrough)

    So if I wanted to cross post to a vbulletin forum the best option would be the %RAWTEXT% option?

    Thread Starter Wansbrough

    (@wansbrough)

    As an after thought, would one of them copy the code for any images contained in the text?

    Plugin Author NextScripts

    (@nextscripts)

    Yes, img tag will be transferred unless you have a filter that removes it.

    Thread Starter Wansbrough

    (@wansbrough)

    Sorry to sound dumb again but which method would be best to copy the full post including image tags to a VBulletin Forum?
    I am assuming out of the box version will be OK? I certainly haven’t added any filters as I wouldn’t know where to start.

    I have learn something here as I was under the impression it was only the feature image or first in the post to be copied.
    I have had SNAP Pro since 2013 and never realized it actually did this.

    I would like to know the same. I can’t get any vbulletin posts to display images using [IMG] tags for any of the photos on my WordPress posts.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘The difference between %FULLTEXT% or %RAWTEXT%’ is closed to new replies.