View Full Version : vBadvanced CMPS RC2 Released!
Brian
05-20-2004, 06:08 PM
The "Products / Services" section of the site has just been updated with vBadvanced CMPS RC2. This new version is just a maintence release to fix all currently known bugs. Here is a list of the fixes:
Fixes a bug where user's can still view a page even if they don't have permission to view it.
Fixes a bug where the "Register Now" link in the welcome block module is broken.
Fixes a bug where setting usergroup permissions when adding a module has no effect.
Fixes a bug in the current poll module that can cause the percentages, graphic images, and total votes to be inaccurate.
Fixes a bug where enabling HTML or vBimage code for news posts has no effect.
Fixes a bug that can cause a warning message to appear for latest topics if specific forum(s) are selected for this option.
Removed ability to change "Home / Default" page's identifier as this could cause problems if it's changed.
Changes the numbers for the module columns to prevent the getrowcolor() function from displaying different classes on different pages.
Adds a check when adding a page to ensure that you don't create a page without a title or identifier.
Adds a check when adding a module to ensure that you don't create a module without a title.
Below are the templates that are affected by the new version. If you have customized any of these it is recomended that you revert them to the original.
adv_portal_latesttopics
adv_portal_latesttopicbits
adv_portal_newsarchive
adv_portal_newsarchivebits
adv_portal_poll
adv_portal_welcomeblock
Upgrading From RC1
Simply upload all of the new files with the exception of cmps_index.php (no relevent changes were made to this file). Then go to http://yoursite.com/forum/admincp/vbacmps_install.php and select the option to upgrade from RC1. The whole process should take less than 5 minutes. :)
woot.
Congrats, going to school will upgrade as soon as i come back.
Guy
PixelFX
05-21-2004, 04:27 AM
thanks for the update I think this fixed an issue I've been having with my site today :)
posted bug for ya in bug forum ...
chrisvonc
05-21-2004, 08:09 AM
Crazy simple and easy upgrade! Thank you for the great work!
Chris
cLord
05-21-2004, 03:28 PM
Upgraded to RC 2 without a single problem...
Thank you Sir!
cLord :)
clearchannel
05-21-2004, 04:32 PM
When I attempte to upgrade to rc 2, I uploaded all the files except for the cmps_index.php and now it will not allow me to log into the admin control panel after going to the vbacmps_install.php :confused:
I can log onto the forums, if I go directly to the forum index page, but then I can not log on to the admin cp there either :confused:
Very nice and easy install, thanks!
Just one issue and that was with the clear.gif thingy but wasn't hard to fix (might want to add a little bit more of a description of what is needed to do if you say yes to the option change, ie, removing the full path in the regular vb options section :D)
Cheers,
~Regs.
Brian
05-21-2004, 05:09 PM
Clearchannel - I don't see how that could be a result of the CMPS. If you'd like to fill out a support ticket via the Members Area here though I'll be glad to take a look.
Shack Networks
05-22-2004, 09:44 AM
It took about 2 mins to completely update this to RC2, I installed it last night in about as much time :)
I used to use vbportal along time ago before I defected and moved to IPB, after seeing this I decided NOW was the time to head back and get myself a new vbull licence :)
Thanks guys, I will be purchasing the unbraded option just as soon as I can get back into my paypal account :)
H
clearchannel
05-22-2004, 02:40 PM
Clearchannel - I don't see how that could be a result of the CMPS. If you'd like to fill out a support ticket via the Members Area here though I'll be glad to take a look.
What program are you using to edit the php files.
I use notetab pro and keep find these characters ^P embedded in the code. I think this is messing me up not sure.
Any advice would be appericated.
Thanks
r00t3d
05-22-2004, 04:19 PM
Brian,
Have changes been made to the attachments on news items at all?
Before the update attachments if they were images were shown as thumbnails now they are shown as filenames?
tnx
Chuckie
05-22-2004, 05:04 PM
I had that problem too. I replace the lines 131 to 156 in the modules/news.php
With the // News Attachments from modules/news.php in rc1. This is only a temporary quick fix. You would need to wait for the official fix from here to correct the issue properly.
clearchannel
05-23-2004, 03:45 PM
I have solved the problem. I downloaded the latest zip file for rc2 uploaded, ininstalled, reinstalled, and all is work as it should.
Thanks
Brian
05-24-2004, 01:00 PM
Brian,
Have changes been made to the attachments on news items at all?
Before the update attachments if they were images were shown as thumbnails now they are shown as filenames?
tnx
Not intentionally. I don't know what I was thinking when I changed this, but if you'll open your modules/news.php file and look for:
if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($forumperms & CANGETATTACHMENT))
Replace that with:
$newsforumperms = fetch_permissions($news['forumid']);
if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))
And that should fix the problem. :)
irankhafan
07-03-2004, 07:33 AM
I can not Download It PLZ help ME
mholtum
07-03-2004, 11:43 AM
I can not Download It PLZ help MEAre you getting an error? Are you a Licensed vb user?
Brian
07-03-2004, 09:16 PM
I can not Download It PLZ help ME
Read the bright red message at the top of the screen, go to that page, and follow the instructions there. ;)
sumandy
07-18-2004, 11:33 PM
i cant find anywhere download RC2, can anyone tell me ?
chrisvonc
07-19-2004, 08:24 AM
I would assume thats because the final version has already been made available in the download area. The notice for RC2 was made back in May. :)
mholtum
07-19-2004, 11:31 AM
Well if you open the CMPS 1.0.0 and read the first paragraph, it states RC2... Oops!
sumandy
07-19-2004, 12:06 PM
thanks!
Brian
07-19-2004, 05:24 PM
Well if you open the CMPS 1.0.0 and read the first paragraph, it states RC2... Oops!
Looks like I forgot to update the version number in that file. I don't think that file has even changed since the beta versions (not much to change there), so it really wouldn't matter even if that file was from RC2. :)
mholtum
07-19-2004, 05:56 PM
Looks like I forgot to update the version number in that file. I don't think that file has even changed since the beta versions (not much to change there), so it really wouldn't matter even if that file was from RC2. :)
I realize that, I am in fact just busting your chops! Nothing but love...
adigicam
07-24-2004, 09:11 PM
Not intentionally. I don't know what I was thinking when I changed this, but if you'll open your modules/news.php file and look for:
if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($forumperms & CANGETATTACHMENT))
Replace that with:
$newsforumperms = fetch_permissions($news['forumid']);
if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))
And that should fix the problem. :)
I made the changes but still getting file name in news
VB 3.0.3
&
cmps 1.0 :(
juanchi
07-25-2004, 02:47 PM
Your problem could be related to thumbnails permission and you can change that in the admin control panel and correct me if I'm wrong but I thing gif will not show as thumbnails no matter what you do.
adigicam
07-25-2004, 04:31 PM
Your problem could be related to thumbnails permission and you can change that in the admin control panel and correct me if I'm wrong but I thing gif will not show as thumbnails no matter what you do.
thumbnails used to work perfect with VBadvanced + vb3.0.1
& still is shown in the forums (counters updated)
& the attached files is .jpg
Have a look
www.adigicam.com
it's in arabic :rolleyes:
So Can anybody help please :o
Thanks
Ali
adigicam
07-27-2004, 01:01 PM
Please :(
Brian
07-27-2004, 01:07 PM
If someone that's having a problem with this would like to submit a support ticket via the Member's Area here I'll be glad to take a look.
pepper
10-29-2004, 11:19 AM
how do i get CMPS RC2 where can i download it from and is it easy to install? i'm new to this
Zachery
10-29-2004, 11:27 AM
This is a very very old thread, you can get a copy of vBa CMPS 1.0 on the homepage.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.