WisdomPanda / EveBB

EveBB Primary Repo
www.eve-bb.com
GNU General Public License v2.0
12 stars 3 forks source link

o_eve_use_iga = 1 - shows no replies on Posts #18

Open aquabug opened 13 years ago

aquabug commented 13 years ago

If i have activated the Ingame Avatars, only the first Post of a Thread gets rendered - no replies are shown...

WisdomPanda commented 13 years ago

I'm not able to replicate this.

What version are you using? Does it work when you disable in-game avatars?

aquabug commented 13 years ago

i use v.1.1.1

on PHP 5.2.17 / MySql 5.5.13 / W2008 64Bit

if i deactive the ingame Avatars all is working very fine. It feels like the function "fetch_selected_character" gets Executed only one Time or so... hope you can help me because i really like your Board. If needed i can give you access on the Board... to reconstruct it.

aquabug commented 13 years ago

Strange. If you include a Poll in a Thread... you have the same Effect (Poll was in the Initial Post)

WisdomPanda commented 13 years ago

http://wisdompanda.no-ip.org/evebb-rollout/viewforum.php?id=1

A poll with avatars and replies.

One possibility that strikes me could be that the users corp has been deleted, however that should fall back to their username vs char details. One way you can check this is open up eve_functions.php, find line 1410(ish); there is a debug statement that is commented out. Uncomment that, then enable debugging. If you're users characters aren't being fetched, it'll narrow it down.