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

Canal Rss Canal Rss
Canal Atom Canal Atom 

please - help !!! We've been through this many times And no one addresses this serious problem the problem is when using RTL with users that registerd with english names. see in the attachmet - where is the place of the names ...

Fri, 03 December 2010

The file ./install/tableprefix.php is using reference to vB 3 in the title of the page. Ps: don't remove this file - I just used it and works with 4.1 ...

Fri, 03 December 2010

If you are using the command line to upgrade, the version number is correctly defined in the setting table but not updated in datastore. The version number displayed in the bottom of front end is the old version number. You need to go to the un ...

Fri, 03 December 2010

The stylevar 'selected_border' is wrong. This is used only to customize the blog as border. But the stylevar is defined as a background datatype. Fix: Change stylevar type to Border (better). If this option is selected, change {v ...

Fri, 03 December 2010

I want to suggest a feature for the install/upgrade system. Im currently owner of the vbulletin suite product but I currently not using blog and cms, so I don't want to install those features. I suggest add two checkbox in the installation menu, so you ...

Fri, 03 December 2010

Database error in vBulletin 4.1.0 Invalid SQL: INSERT INTO myprefix_setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product) VALUES ( 'socnet', 'user', '1', ' ...

Fri, 03 December 2010

A really important feature must be included in vb 4.1 : "self delete" --> Users can self delete their account. In a lot of countries of Europe, we must delete account when a member ask to do it... I have more than 1000 delete ac ...

Fri, 03 December 2010

The code in vB_Template::assert_register_hook() sets the hook code once, and then clears it, making the plugin only usable the first time a variable is registered to the first template. The code for the method should actually be: ...

Fri, 03 December 2010

Upgrading from 4.0.8, the system upgrade well to 4.1.0 beta 1 The problem start when is trying to upgrade to 4.1.0 or 4.1.1 Im not really sure. Database error in vBulletin 4.1.0 Beta 1 Invalid SQL: REPLACE INTO tableprefix_setting (var ...

Thu, 02 December 2010

In the template 'member.css', you have this code: .profile_content .friends_list li { border-bottom: 0px 0px {vb:stylevar profile_con ...

Thu, 02 December 2010

Copy & Paste error in /install/upgrade_language_en.xml: <phrase name="product_x_installed_no_overwrite" ...

Thu, 02 December 2010

Download Russian Firefox version (http://www.mozilla.com/en-US/firefox/all.html ...

Thu, 02 December 2010

1) Set up two different forums, make some posts in both of them. 2) Create a moderator account and give him moderator permissions only for one of the two created forums. 3) Log in with that moderator account. 4) Perform a search of posts ...

Thu, 02 December 2010

vb/view/page $home_url = vB::$vbulletin->options['site_tab_url'] . (stripos('?', vB::$vbulletin->options['site_tab_url']) === ...

Thu, 02 December 2010

Hello there please look on this thread http://www.vbulletin.com/forum/showthread.php?367928-some-code-problem ...

Thu, 02 December 2010

On forum home > whats going on > statistics: vbulletin shows various statistics for members, threads, blogs, etc. But doesn't show Social Group statistics, banned member count, Attachment statistics. It would be very useful to have ...

Thu, 02 December 2010

The member list is only useful for members to contact other members. But its also a useful tool for spammers to find profiles of others. It is currently not possible to restrict memberlist viewing to certain usergroups. You can only turn it on or off. ...

Thu, 02 December 2010

Currently there is a very limited functionality to manage tags. By nature the number of tags accumulate to vast numbers. The current tag manager is not fit to manage that. For example: I have 29.000 tags in the system and this number is r ...

Thu, 02 December 2010

It would be very useful to be able to show certain widgets in specified (sub)forums only. This can be done by adding a forumID field to forum sidebar widgets. This would make it possible to show widgets relating to the subforum topic. For example: ...

Thu, 02 December 2010

Recent changes to the template code resulted in the template_register_var only being called on the first call to variable registration function. This is due to a flaw in the caching logic that causes the hook code to be set to false on the second and ...

Thu, 02 December 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 >>