That was infact it. Working fine now, thanks Brf! If anyone else comes across this issue, simply delete the following line from includes/functions.php (not sure why AJAX added this anyways). 'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$p...
Ok, well there is neither Forum nor Topic view in MCP. What Brf means is that you have to be viewing the forum or the topic, then click the Moderation Control Panel link to get those views. I understand, but what I'm saying is that if I'm in a forum, or in a topic, it's not showing me the list of &...
Support Request Template What version of phpBB are you using? phpBB 3.0.7-PL1 What is your board's URL? http://www.specvforum.com Who do you host your board with? Bluehost How did you install your board? I used the download package from phpBB.com Is your board a fresh install or a conversion? Conve...
Hey guys, I'm running a car forum, and I've got a custom profile field for users to paste their "showoff" threads in. I removed the custom profile fields part, and singled this field out (I've customized the profile part in viewtopic, one of the other fields appears elsewhere, and if I lea...
Hey guys, I've got a car forum, and I'm so stressed with working on it my creative cycle has come to a halt. Figure what better place to ask then a forum about forums! I need some come up with some ranks for my members when they hit certain post counts. Anyone have any ideas? In return, a signed pic...
I seem to be a little confused here. It's definitely the overall_header that is throwing me off. It's setup like this: <div id="wrap"> <a id="top" name="top" accesskey="t"></a> <div id="page-header"> <div class="headerbar"> <div class="...
I'm trying to figure out an add-on, perhaps someone on here can help me. I'd like to run the entered message through a string array, and have a case for "/me" or "/listento". /me - Basically the same thing it does in IRC. It formats the chat to look something like this: Code-Red ...
Is this a new version of proformell I don't remember the CSS being resolution set? Maybe it's just the original banner.... I can't quite recall. Like it has been said, you usually code for a smaller resolution (1024x768 is the norm now) and let the DIVs stretch out for bigger resolutions making it ...
The style I'm using apparently has a few .css files. One for a low resolution, one for large, and a widest one. I'm doing most of the work @ 1900x1080p, so I have to keep in mind the users at lower resolutions. I need to blocks to resize themselves (which, like you said, the percentage should do), h...
Tried it, doesn't help with the resolution change. The main banner (without the new divs) will stay in its spot until the browser gets too small, then it gets cut off. I'd like the new div's to stay in place similar to how the banner does, but if the browser gets smaller, the divs automatically cut ...