Open /includes/mcp/mcp_forum.php and find: After, add: For every style, open /styles/*/template/mcp_forum.html and (for prosilver ) find: Tested: lists all forums from one level below. Working fine! :D I made it work when merging a topic, I just edited your code on /includes/mcp/mcp_forum.php ...
Just the link would be great (not a link to the "forum itself", but a link to "mcp forum"). Im very noob, if this is something difficult or if you do not want its okay no problem, but if possible, can you write here what code I would have to put in mcp_forum.html (if possible of ...
Ok i modified memberlist.php, I almost got it but it looked like this: http://i44.tinypic.com/1zf6gb5.png http://i44.tinypic.com/1zf6gb5.png It goes to the header! This is the code in memberlist.php: What should I do? // Grab data $mode = request_var('mode', ''); $action = request_var('action', '');...
I made an edit and now the user can only see their own content. If I access profile X, I see nothing, but when I go to my profile, I can see the content. This code $profile_name = request_var('un', '', true); only work if i am in my own profile! Any ideas? <!-- PHP --> $profile_name = request_var('u...
Hi. Im creating a mod and I have a issue. The problem is: when im accessing profile of the user X, I need to see the content of user X. But my code is gathering my own username and not the username from the profile that im looking at. The result is that its showing my own content in all profile page...
Anyone know what code I need to change to make the Jumpbox showing only the categories? I think the solution is in includes/functions_content.php /** * Generate Jumpbox */ function make_jumpbox($action, $forum_id = false, $select_all = false, $acl_list = false, $force_display = false) { global $conf...
It was meant to be mutual exclusive: why typing in a keyword if you already want to perfom an action? Why performing an action if you actually want to search for keywords? If you want to change that, open /includes/mcp/mcp_forum.php and in my code find: Replace with: Untested. Not working. I think ...
I don't know if this is a bug or not, but if you type anything inside the searchbox, then mark any topic, and try to merge, it shows me the search results instead of the merge request!