PDA


View Full Version : vBadvanced CMPS 2.1.0 Released


Pages : [1] 2

Brian
01-25-2006, 05:31 PM
vBadvanced CMPS 2.1.0 has just been released and is available in the 'Programs / Scripts' section of the site. Below is a complete list of new features and options for this version:

New Options / Features:
Integrated with the vBulletin products/plugin system so that it is no longer necessary to modify any vBulletin files to install the product.
Option to use the post cache on news posts. This will prevent each news post from having to parse the bb code on each page view, and help with the page generation time.
Options to set a cut-off date for news, recent threads, and polls. This could be used to pull threads from a specific date instead of a set limit, plus can help to prevent large table scans if used in conjunction with max threads options.
New posts part of welcome block improved. A new column is added to the 'session' table during the install/upgrade for new posts. If you use the cookie mark read system, this column will be updated whenever a new post is made and only once when the CMPS page is first viewed by a user. This helps to prevent a query, that can be rather large in some cases, once the user has already viewed the page once. Note that this does not apply if you use the database thread marking system since it is a bit harder to calculate new posts with that system.
The top poster is now stored in a cache which is updated once every x hours. This allows us to pull the info for the user based on the userid rather than calculating the top poster on each page impression, which results in a scan of one column rather than a scan of every user.
BB Code modules are now parsed once the module is saved and the parsed code stored in a different column. This will result in slightly more space used for the modules, but will not require the BB code to be parsed on each page load, saving page generation time.
'Add Page' option now listed with the 'Edit' and 'Delete' options when viewing your pages to make it a litte easier to add a child page.
More page information is now stored in a cache, which allows the Site Navigation module to use this instead of gathering the information in a query. The tree structure is also generated when pages are saved instead of in the Site Navigation module now, saving more page generation time.
The "optional file modification" that is listed in the readme file to group the CMPS templates is now a plugin that is installed by default.
Tachied / Ignored users are now taken in account for the latest threads, news, and poll sections.
With the Current Poll module, if the user has already voted, the option they voted for will now be shown as itallic.
All currently known bugs have been fixed.


Files Updated since 2.0.0:
All

Templates Updated since 2.0.0:
adv_portal_calendar_day
adv_portal_calendar_day_other
adv_portal_newsbits
adv_portal_pollresult
adv_portal_welcomeblock


As usual, instructions on upgrading can be found in the readme.html file that comes with the download package.

KW802
01-25-2006, 05:50 PM
Very cool. :cool: For larger sites those new cache options will be a huge resource saver.

gothic1213
01-25-2006, 06:03 PM
Thankyou very much. Looks awesome.
I know what my Saturday will be spent doing .. :D :D

surfdude
01-25-2006, 06:04 PM
Great stuff! Hope to have no problems on upgrade.

Brian
01-25-2006, 06:08 PM
Thankyou very much. Looks awesome.
I know what my Saturday will be spent doing .. :D :D
You're blocking off a whole day just to upgrade? The entire process should take less than 5 minutes. ;)

geoff
01-25-2006, 07:42 PM
Cool deal yall..took a bit less than 5 mins actually..

Dont forget to change your forum path in the cmps_index. I did..heh

libertate
01-25-2006, 08:03 PM
Excellent. Standard upgrade procedure? Upload, modify files, run install?

KW802
01-25-2006, 08:17 PM
Excellent. Standard upgrade procedure? Upload, modify files, run install?Yep. :)

ConqSoft
01-25-2006, 08:27 PM
You should only have to modify one file this time though; the new cmps_index.php.

MotoUp
01-25-2006, 09:03 PM
And remove the original edits from global.php.

Thanks Brian!

mljask
01-25-2006, 09:23 PM
wooow that is very good news

what about pages to where we include
define('VBA_PORTAL', true);
define('VBA_PAGE', 'forum');

do we still need this or not? ... i hope not:)

thank you very much for this cms

e-steki
01-25-2006, 09:38 PM
I kept my previous news.php in one of my sites cause it had some file edits and I didn't remember all of them. What can that cause?

Thanks for the release! :)

KW802
01-25-2006, 10:07 PM
wooow that is very good news

what about pages to where we include
define('VBA_PORTAL', true);
define('VBA_PAGE', 'forum');

do we still need this or not? ... i hope not:)

thank you very much for this cmsIf you mean integrating CMPS modules into other pages.... then, yes, you need to keep them and one of the changes to global.php but only if you're integrating CMPS into other pages.

crash resistant
01-25-2006, 10:13 PM
This is a good update. Keep em coming! =)

KW802
01-26-2006, 12:31 AM
[Thread Split]

Guys/gals, please post support related issues & problems in the support forums, not in the announcements. :)

Rob Locke
01-26-2006, 12:55 AM
Should we also remove the "optional file modification" from /forum/includes/adminfunctions_template.php?

gothic1213
01-26-2006, 12:55 AM
You're blocking off a whole day just to upgrade? The entire process should take less than 5 minutes. ;)
:D :D I'm one of those wierd people that like to find an excuse to do a "ritual" re-install.
Call me old fashioned if you wish, but I'm of the opinion that it cleans out any old dross that has gathered over the past six months or so. (all those mods and hacks I've experimented with and then binned.), so vBA 2.1.0 is the trigger/excuse etc.

1996 328ti
01-26-2006, 09:14 AM
:D :D I'm one of those wierd people that like to find an excuse to do a "ritual" re-install.You are not the only one.
Anytime I upgrade or update it gives me an opportunity to clean up my hack/mod notes as well. I'm always finding something I forgot to note.

I guess I have no real need to upgrade since everything is working though.
But knowing me, I'll do it anyway.

MotoUp
01-26-2006, 11:43 AM
So is the top posters built in now, or is it still based off of the hack? I see a top_posters.php, and a topten.php. Never noticed both before. If it is built in, would it be more beneficial to use that vs. the hack?

ConqSoft
01-26-2006, 11:45 AM
top_posters.php nor topten.php are with the default package....

DJQuad
01-26-2006, 12:57 PM
If you mean integrating CMPS modules into other pages.... then, yes, you need to keep them and one of the changes to global.php but only if you're integrating CMPS into other pages.

Which one of the changes to global.php?

ConqSoft
01-26-2006, 01:07 PM
Just start with a clean global.php, and make the changes outlined in the CMPS manual for integrating with other pages. Then you know it will be right.

KW802
01-26-2006, 01:19 PM
Which one of the changes to global.php?Not sure if the manual has been updated yet but if you're integrating other pages with CMPS then you'll need to leave the "vba_cmps_include_template.php" line in your global.php file.

Richard
01-26-2006, 03:00 PM
On a fresh install of vBulletin v3.5.3, getting the following error when trying to install vBadvanced CMPS 2.1.0:

Fatal error: Call to undefined function: build_datastore() in /home3/richardk/public_html/forum/admincp/vbacmps_install.php on line 249

Was this beta tested on a fresh install of vBulletin v3.5.3 ?

Will there be a fix posted today? Would really like to try this out.

Brian
01-26-2006, 03:27 PM
Not sure if the manual has been updated yet but if you're integrating other pages with CMPS then you'll need to leave the "vba_cmps_include_template.php" line in your global.php file.
The maunal was updated yesterday. ;)

On a fresh install of vBulletin v3.5.3, getting the following error when trying to install vBadvanced CMPS 2.1.0:

Fatal error: Call to undefined function: build_datastore() in /home3/richardk/public_html/forum/admincp/vbacmps_install.php on line 249

Was this beta tested on a fresh install of vBulletin v3.5.3 ?

Will there be a fix posted today? Would really like to try this out.
Admin CP => vBulletin Options => Plugin/Hook System => Enable Plugin/Hook System

Make sure that option is turned on.

vbreal
01-27-2006, 12:02 AM
when i try to install it. it starts to install. then it takes about a minute to go to the 2nd page and it jus sites there saying install. i wont go any further.

an reason why that is

sensimilla
01-27-2006, 12:18 PM
upgraded thanks Brian,
I wish vbGallery would have such support :(

Ghostsuit
01-27-2006, 07:07 PM
cracking :)

RS_Jelle
01-28-2006, 05:47 AM
Thanks for this release ;)

Diver
01-28-2006, 09:00 AM
thank you for this great release :)

had just a small problem:
i had to change the path of a background image to the full path

IranMatrix
01-28-2006, 11:37 PM
Prefect Brian . Like Always Man ;)

Milad
01-29-2006, 05:12 AM
Thank you Brain :)

gothic1213
01-29-2006, 07:05 AM
Thank you Brain :) was that intentional.....lol
And thankyou very much, brilliant, as usual.

FleaBag
01-29-2006, 07:05 AM
Back on form Brian, thanks for the hard work! :)

Zachariah
01-29-2006, 12:38 PM
Groovy Sir.

:D

Milad
01-29-2006, 09:15 PM
Thank you

vBadvanced CMS goes greater :)

simsim
01-30-2006, 06:22 AM
Well done. CMPS is a great product.

PixelFX
01-30-2006, 07:59 PM
thank you for your hard work on keeping this updated brian :D

balikci
01-30-2006, 09:30 PM
great job brian, thank you.

dafire
01-31-2006, 05:40 AM
flawless update

Azuma
02-01-2006, 09:21 PM
Very very nice, thanks a lot Brian. =)

Sola
02-03-2006, 11:29 AM
Thanks buddy.

elite_admin
02-05-2006, 12:01 PM
Thank you Brian.Excellent job bro!;)

Snake
02-07-2006, 08:14 AM
Wow thanks for the release. I'll upgrade it right away! :)

anthroa
02-09-2006, 07:29 AM
can i ask a dumb newbie question - will this upgrade affect the look of my templates that i had made for my site which uses CMPS VB + PP

also is it better to upgrade my version 3.5 of VB to 3.5.3 first before i upgrade CMPS ?

Brubaum
02-09-2006, 11:34 AM
The traduction and modules changes will remain after the update to 2.1.0 version? It's very important...

Brian
02-09-2006, 03:01 PM
anthroa - No, it will not affect your template changes. As noted in the first post though, some templates have changed between versions, so you may need to revert those.

Brubaum - No, it will not affect any modules you have added.

Brubaum
02-09-2006, 03:21 PM
Brubaum - No, it will not affect any modules you have added.
Also my traduction of vBadvanced CMPS in italian remains? :confused:

Judge Ruckus
02-09-2006, 03:27 PM
Yey! Sounds great, thank you!

Apolon
02-10-2006, 01:49 AM
Thanks Brian