View Full Version : Adding bb code problem
blind-eddie
03-03-2007, 03:06 PM
If I want to add new bbcode module, no problem, but if I click on add link, image or amail link, I get a 404 page not found within the pop-up to add link or image or email link...Can someone please help me correcting this issue?, Please...
Also, in usercp/edit options/Miscellaneous Options, I as well as all site members, even in admincp, can only use Standard or basic editor. If we use Enhanced, we cant copy from any bbcode, post or thread while making...This is another issue I need help addressing, Please....Thanks
burntire
03-03-2007, 05:04 PM
I have the same problem. It just started with the 3.6.5 update. If I try to add an image I get the error attached. I have to use [img] tags as a work around. Any suggestions?
blind-eddie
03-03-2007, 05:23 PM
Thats what I am hoping to get info on here, vb.com sent me away.(says they dont support modded sites)
burntire
03-03-2007, 05:33 PM
Are you running 3.6.5??
blind-eddie
03-03-2007, 06:30 PM
yepper, I even built a test site with nothing on it at all, & same thing happens
burntire
03-03-2007, 11:12 PM
yepper, I even built a test site with nothing on it at all, & same thing happens
It must be related to the 3.6.5 update.
Brian
03-04-2007, 01:12 PM
Thank you for pointing this out. It looks like vB added a new pop-up type window in 3.6.5 for IE7 users. Unfortunatly they've hard coded the URL for that window within their javascript files and there's not an easy way that I'm aware of to keep this window without modifying vB's javascript file to add the full URL. However, it seems that we can "trick" vB into thinking an older version of IE is being used and have it go back to using the old pop-up window when you're on the CMPS admin page. I've just applied the fix to the files here, so anyone that's having the problem should be able to download the files from here again and replace your admincp/vba_cmps_admin.php file with the one from the package. Or, if you'd rather make the change yourself, just look in that file for this code:
echo '<style type="text/css"><!--
.wysiwyg
{
background-color: ' . $stycolor['wysiwyg_bgcolor'] . ';
color: ' . $stycolor['wysiwyg_fgcolor'] . ';
font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;
}
-->
</style>';
Replace with this:
echo '<style type="text/css"><!--
.wysiwyg
{
background-color: ' . $stycolor['wysiwyg_bgcolor'] . ';
color: ' . $stycolor['wysiwyg_fgcolor'] . ';
font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;
}
-->
</style>
<script type="text/javascript">
<!--
var is_ie7 = false;
-->
</script>';
And that should do the trick.
blind-eddie
03-04-2007, 01:21 PM
post deleted...Thank You!!!!
That did the job, Thank you...I last item please, did you look into the second question of my very first post?
Brian
03-04-2007, 02:19 PM
Also, in usercp/edit options/Miscellaneous Options, I as well as all site members, even in admincp, can only use Standard or basic editor. If we use Enhanced, we cant copy from any bbcode, post or thread while making...This is another issue I need help addressing, Please....Thanks
Is this just with the CMPS, or everwhere you see the editor?
blind-eddie
03-04-2007, 04:25 PM
everywhere,try it on one of the 1st 2 site links I have.
Brian
03-04-2007, 05:32 PM
If it's happening everywhere then that wouldn't have anything to do with the CMPS and you would need to ask for help at vbulletin.com.
blind-eddie
03-04-2007, 05:50 PM
I went there, they wouldn't help me because my site is modded, so I built a test site in minutes, with nothing on it, and it was still doing the same....They went to my test site noticed they wasn't having that problem, They went on to tell me it was due to my operating system & browser settings, they tell me to upgrade to xp pro & use only default settings in my browser.....I already have PX pro, & use only default settings in my browser..I say BS...This is happening to 277 other site members including you...set your usercp edit options to Enhanced on your site & see if it also happens there....Thanks
blind-eddie
03-04-2007, 10:06 PM
http://www.vbulletin.com/issue.php?issueid=607711&authcode=748f4fab
read this please
Brian
03-05-2007, 03:12 PM
That's still something that you will have to take up with them. We do not support other companies products.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.