I had the same issue with the content wrapping under. I fixed it by having the last margin (200px) margin: 0 0 0 200px; match the same number that I put in .postprofilecontainer { width: 200px; float: left; That forces the bottom over keeping it empty under the profile. Great "How to". Cam...
Figured it out. In case anyone want to do this too, here is all I had to do... In ..language/en/common.php I added the code: 'VIEWING_KB' => 'Viewing Knowledge Base', And in viewonline.php I added: case 'kb': $location = $user->lang['VIEWING_KB']; $location_url = append_sid("{$phpbb_root_path}k...
I noticed when browsing the KB it shows the user at the "Index Page" in the "who is online" list. Is there an easy way to have the KB show up as it's own entity in the "who is online" feature?
Figured It out I think. I needed to use uppercase where I used lower case. I have a few more tweaks to make yet, but the case change is fixing them one by one.
I tried to install this with 2 unique pages but it doesn't work for me. Of the 2 links, here is one example: Link in head looks like: {L_links} On mouse over it says: {L_links_EXPLAIN} and the url it tries when clicked is: mysite.com/{U_links} In the functions.php I have: $user->add_lang('mods/links...
... Having managed to get Engine Type displaying I was just trying to point the two others that have seen the same need in the direction we've taken. ... Club 80-90 UK May I ask what the code was you used to get the engine type to display? I am VERY interested in doing the same thing. Also (for any...
I've just installed this mod and the install went well. Only thing is all the MCP, ACP, and UCP functions were added 3 times. that was an easy fix. But looking around, the main menu on the garage.php page shows up empty, and none of the buttons such as "new vehicle" shows up at all. I can ...
Your board's URL: www.pontiacbonnevilleclub.com Version of phpBB3: 3.0.4 Was this a fresh install or a(n) update/upgrade/conversion (please be specific)?updated board If update, what package(s) did you use? 3.0.1-> 3.0.2 -> 3.0.3 -> 3.0.4 Did you use an automated wizard provided by your host to inst...
Thanx for the information! I had the same problem, needing to go from 3.0.1 to 3.0.4, but I have a bunch of mods installed. IT worked great on my test site, and I will be doing it to my live site in the near future.
Thanks for your help with the getting the buttons to stick around.
The only place I don't see any check marks though is when I go to to the forum view. I've checked all my edits again and they all seem to be in order. Any ideas why they don't show up there?
I installed this mod a couple weeks ago, and all was fine. I've installed a few other mods since, and today I find that I can't see the information in ACP => .MOD anymore. The portal is still up and running fine, but I now have no way to manage it. I've tried looking at the code, and I can't find a...