vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| You should be able to force your script to update the datastore after adding the forums, correct?
__________________ Keith Cohen / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#3
| |||
| |||
| 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
| ||||
| ||||
| Hello, vBSEO uses datastore when it is defined to improve performance. You can use the following function to rebuild forums cache: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| My hero! Thats what I was looking for. |