I have 2 issues:
Ok i have a very strange problem. It seems whatever display order I have my chats on is opposite for registered users. If i have it set to "newest first" my admins, mods, supermod, all see it as newest first...but my registered users see it as oldest first???? Any Ideas?
The other has been asked in this thread a few times but with no clear answers:
Quote:
Originally Posted by Trek
UPDATE #2:
-----------
So the problem is actually that the variable $stylevar['imgdir_misc'] is getting URLencoded before vB does whatever replacements it needs to do. Or at least whatever string is including that variable for the image output is getting URLENCODED too soon. Again, I don't know where this is happening, but I'm trying to figure it out.
UPDATE
-------
Ok, I found the exact cause now, it's my custom theme. It has a custom variable called {IF} (Images Folder) which translates to "%7BIF%7D" when it's URLDECODED. So somewhere within this mod I'd guess that it needs to check/process the replacement variables when building the images folder variable ($stylevar['imgdir_misc']). I have no idea where that might be or how to do it though.
------------
Ok, I found what the problem is, just not a solution yet.
I searched this thread and found one other person with the problem, although no solution was posted.
The problem is, somewhere the text "%7BIF%7D" is getting inserted into the image URL paths. I've done some searches and cannot find this text anywhere.
|
I"m having this exact same issue..how would i go about fixing this.