1. The lang-swedish.php file needs to be saved in UTF-8, right now it's in ANSI and screws up displaying Å Ä Ö, which are swedish letters.
2. When I click on "All reviews on A" for example, I get a white background, which doesn't mesh at all with my theme. Shouldn't this be made more theme-dependant so that it doesn't totally go out the window like it does now? I have white text, which completely disappears on a white background. What controls the background colour in that display? This problem only exists when you use "All reviews on LETTER", not in any other display. All other displays have a neutral grey background.
Actually, the colors are theme dependent - I had tested on several themes already, without problems. It seems the bgcolor and textcolor mix on your dark theme results in the problem.
However, the color mix for the 'All reviews' listing does use a different mix than the listing created in the sub-categories - it uses a different function, the same as the regular Reviews module, so I expect that module would give you the same problem.
I think the problem is due to the use of $bgcolor4 - it is quite likely you don't actually use that variable for any colors. Is it possible to change that color in your theme?
Interesting thing I did find when re-testing themes - try CPG-News, very strange????
Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):
angellis_aterOffline
Joined: Feb 19, 2005
Posts: 35
Location: Gävle, Sweden
CPG-News problem is very bad indeed! Blocks distort the entire page!
Isn't it alot better to make all the areas of MReviews look the same, therefore applying the colormix from the Sub Categories to all other areas as well?
Ok, now I've tried and tested the bgcolor4 idea and you seem to be wrong. The "all reviews for the letter A" still shows up with a light grey ( #EEEEEE according to my colourdropper) no matter what I change bgcolor to. And it retains the same grey color no matter what theme I use.
hmm, #EEEEEE was the clue - it's a problem from some "Reviews" module code that I borrowed for that extra feature - for some reason they have hard coded the color, which is pretty pointless.