Quote:
Originally Posted by BBR-APBT
Turn off this modification once go to your default calendar. You will see every thing you see now, with out the thread below it. That is the default calendar bit template.
Avatar is missing as I posted several times now. This is a vBulletin 4.0.1 bug. The offline thing is a vbulletin bug. Heck look at the post permissions below where you add the event. It says you do not have permission to do anything. LMAO That is all vBulletin bugs has nothing to do with the code from this modification. So until vBulletin fixes their bugs that is how it will be. Hopefully its in the 4.0.2 code base. I wouldn't get my hopes up if I was you. The avatars in the RSVP need to be focused at farcaster as his mod handles that. I do like the idea of a list of events that user has posted I will look and see what hooks are in the calendar bits templates.
I will always use vBulletins calendar template as the first post in a thread. First I can always blame vBulletin for any issue in that template. Second it keeps it easy to help fix problems. Saves me from writing a whole new template. I just keep praying the vBulletin staff would fix their calendar. I could report the bug and you guys could come behind me and ask them to fix it. Every time I post a bug they don't reply, They just marked as confirmed half the time and never reply. Oh yeah 80% of the time the bug never gets fixed. :erm:
|
I have found in 4.0.2 regarding the avatar bug that if you remove '//' in front of both code lines the avatar will work in your post.
Code:
//$avatar = fetch_avatar_url($eventinfo['userid']);
//$eventinfo['avatarurl'] = $avatar[0];