Results 1 to 2 of 2

Help needed: Acronym Expansion for custom vbulletin page

This is a discussion on Help needed: Acronym Expansion for custom vbulletin page within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello there, I want to ask how I can add the Acronym Expansion features to a custom vbulletin page where ...

  1. #1
    Member
    Real Name
    Larry
    Join Date
    Oct 2006
    Posts
    49
    Liked
    1 times

    Post Help needed: Acronym Expansion for custom vbulletin page

    Hello there,

    I want to ask how I can add the Acronym Expansion features to a custom vbulletin page where I already load the vbseo functions (include_once 'vbseo/includes/functions_vbseo.php';) and where I use functions like vbseo_any_url() and vbseo_filter_text() with no issues.

    The main idea is replace the custom acronym defined in the vbseocp.php to our entire custom page that is rendered by vbulletin as default.

    This is a very important feature that we want to expand to our custom pages.

    How can I add this to our custom page?

    Thank you in advanced.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    you can use make_crawlable($content) function to apply all vBSEO features to page content, including acrontm expansion.
    Or use this if you have "apply acronyms to content only" setting enabled:
    $content = vbseo_process_content_area($content);

Similar Threads

  1. Replies: 6
    Last Post: 04-13-2012, 07:03 AM
  2. vBulletin 4.x Using URL in Acronym Expansion breaks acronym tag
    By tavenger5 in forum Bug Reporting
    Replies: 1
    Last Post: 07-27-2010, 01:56 PM
  3. Acronym Expansion
    By melbo in forum General Discussion
    Replies: 2
    Last Post: 04-03-2010, 03:28 AM
  4. Acronym Expansion
    By ridoxxx in forum URL Rewrite Settings
    Replies: 10
    Last Post: 11-30-2007, 03:49 AM
  5. Acronym Expansion
    By jw00dy in forum Bug Reporting
    Replies: 2
    Last Post: 03-26-2007, 01:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •