Hello!
I used for the first time b2evolution and it's fantastic.
I'm getting a big poblem and I could nt understand how to resolve it.
In my blog
http://www.riadevelopers.com/blog/multiblogs.php
I have a list of category of each blog.The problem is the link created..
I get always
http://www.riadevelopers.com/blog/index.php?blog=1&cat=myID
For every category of any blog I always ge the ID of the first blog..
How could I resolve this ?
I also tried to understand hw to define the list of available blog nto the category related files, but I didn't find any solution.
I suppose thatthe best thing should be to create the URL, not from a given ID blog, but getting this id from the category table.
Could you help me in founding the SELECT to get this id_blog from category ?
Thanks,
Hello everybody.
I solved the BUG.
In the file
skins/_categories.php
I wrote this
instead of this:
hope this helps...