vBulletin - vBulletin Bugs > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

I just happened to double-click on a thread by accident and noticed it brings up the inline editor for thread titles. The title doesn't accept the edit. ...

Wed, 27 January 2010

When you press the tab key on the newreply.php page it randomly goes where ever it wants. If I am in the top box to create the "title/subject" then hit the tab key, I start typing thinking that I am... ...

Wed, 27 January 2010

Click to edit a thread. The footer is not using the body background color. After the Save Changes bar is drops the background color and uses the HTML background. ...

Wed, 27 January 2010

The month names are always in english in the cms calendar widget. Possible fix in /packages/vbcms/widget/calendar.php: Search for: Code: --------- $view->textmonth = date('F', gmmktime(1,... ...

Wed, 27 January 2010

When you save a template which have something like this (with an error): {vb:rawphrase xyz] We need to have an explicit message error here. Actually, we have an error saying '*Fatal error*: ... ...

Wed, 27 January 2010

If I include an inline image into an article in the CMS that is say 50x50 and set it to to be "Full Size", it should NOT be linked. Another words, the lightbox should only trigger at a certain sizes... ...

Wed, 27 January 2010

I deleted a CMS comment but it still appears in the "Recent Comments" block. ...

Wed, 27 January 2010

*I deleted a comment in the CMS and returned to the article... now this appears: * *vbcms version* Image: http://www.superheroguide.com/images/statusicon/post_old.gif ... ...

Wed, 27 January 2010

When I delete a CMS comment, it should not return me to the forum. ...

Wed, 27 January 2010

I can't get the RSS feed for the CMS to work. I click on the RSS feed for the cms and it throws up this link... ...

Tue, 26 January 2010

Hey there.. I have received multiple complains about pictures and text overlapping .... and i realized that users with 800 X 600 screen resolution are having overlapping issues..... Click... ...

Tue, 26 January 2010

When I select (click on the checkbox) images within the Asset Manager on the CMS Create New Article page and click "Insert Inline", ALL the photos are inserted, (not just the ones I selected). ...

Tue, 26 January 2010

When you are using the Quick Reply, after you have typed everything and want to submit it, if you click the fancy big "Reply to Thread" button (by mistake) it erases everything you type. I think... ...

Tue, 26 January 2010

Edit the *Forum URL* in your: *Admin CP -> vBulletin Options -> Site Name / URL / Contact Details -> Forum URL* Change it to use https. You will need a web server with a secure cert for this... ...

Tue, 26 January 2010

Quick Navigation in 4.x has been removed for Search and Private Messages pages. There's also no breadcrumbs from such pages so the only way to get back to threads is to click on forumhome and get... ...

Tue, 26 January 2010

The new additional.css file added to 4.0.1 is not being referenced by some vB pages. I have found a few pages where the reference is missing: * usercp.php * misc.php * subscription.php *... ...

Tue, 26 January 2010

When trying to add a html code of an image for ad_global_header1 (or ad_global_header2, does not matter) in admanager the ad is placed beneath the logo and not next right to it. It looks just... ...

Tue, 26 January 2010

I've struggled whether to place this here as a bug report, or as a suggestion, since the matter may be one of something functioning as intended -- though if it is, I would suggest it be changed: ... ...

Tue, 26 January 2010

Is it possible you could add a productid field to the block table. ATM, if you add a block (or blocks) as part of a modification, there is no obvious way to distinquish them in the block table. ... ...

Tue, 26 January 2010

Not sure where it has any impact, but the render() function in vBForum_Search_Result_VisitorMessage seems broken. It returns $result, even though that's not set anywhere in the function. This... ...

Tue, 26 January 2010
<<  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 >>