My b2evolution Version: 2.x
Hello.
How to access a blog's properties from within the file, 'user.funcs.php'? :?:
I see within that file the presence of the '$edited_Blog' var and it's also part of the 'global' statement, but it seems to be unset.
Therefore, I added a construct for it '$edited_Blog = & new Blog();' but it has no properties for the blog I've selected on the frontend menu. I want to be able to access the 'get_settings()' method from within 'user.funcs.php' for that selected blog.
Thanks in advance.
Assuming you're on about this function, you *might* be able to get away with adding $Blog to the globals
¥