Results 1 to 5 of 5

Help - Datastore forum cache

This is a discussion on Help - Datastore forum cache within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I have some scripts that create new forums by just updating the correct database fields. It would appear from RC6 ...

  1. #1
    Member
    Join Date
    Nov 2005
    Posts
    30
    Liked
    0 times

    Help - Datastore forum cache

    I have some scripts that create new forums by just updating the correct database fields.

    It would appear from RC6 to RC8 you guys have changed the way you acquire required forum info to do the rewrite (forumname, etc). You no longer query the forum tables, you now strictly query only the datastore. Not only does this break my software, it probably breaks other older software as well.

    Is there anyway we can have an option to revert or allow vBseo to use the older method of querying the forum table for the info instead of the datamanager ?

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You should be able to force your script to update the datastore after adding the forums, correct?

  3. #3
    Member
    Join Date
    Nov 2005
    Posts
    30
    Liked
    0 times
    Is there a specific function I can call to update the datastore? Or do I need to use the datamanager to create the forum?

    I have been reluctant to learn the ins and outs of the datamanager, and would totally prefer if there was just a way to update the datastor.

    I know you guys dont have to help me on this, but your help would be greatly appreciated.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    vBSEO uses datastore when it is defined to improve performance. You can use the following function to rebuild forums cache:
    PHP Code:
    build_datastore('forumcache'serialize($vbulletin->forumcache)); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Join Date
    Nov 2005
    Posts
    30
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    vBSEO uses datastore when it is defined to improve performance. You can use the following function to rebuild forums cache:
    PHP Code:
    build_datastore('forumcache'serialize($vbulletin->forumcache)); 
    My hero! Thats what I was looking for.

Posting Permissions

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