Quote:
Originally Posted by Mike-D
The problem is that we don't know what vBulletin has changed since version 4.18. Yesterday I have tried it with the important CSS Templates (forumbits/forumdisplay) and its Templates, but I had no luck. After then I tried it with the previous 4.17 CSS and its Templates, but no luck. So I believe the problem is more deeper inside the vBulletin code. Wish I knew where it is
The Plugin of that AddOn is forumbit_display what won't work. Very strange. Damnit!
|
Hi, Mike
Please have a look here:
https://www.vbulletin.com/forum/entr...Bulletin-4-1-8
I think the solution to the problem is there.
In "forumbit_display" we have:
PHP Code:
$forumbits = str_ireplace(' commalist', '', $forumbits);
$childforumbits = str_ireplace(' commalist', '', $childforumbits);
' commalist' is now the phrase 'comma_space'.
I've tried changing the variable, but without success, but still I think the problem is there.
What do you think?
Regards
Jo?o Santos