I tried downloading ModMaker to submit this, but the ZIP file here is corrupt. Nice going, guys :roll: Here's a hack/add-on to the Attach mod of my own design that removes the ghey table border and notation around the image. There is a hack that almost does it, here: http://www.phpbbhacks.com/downl...
I tried downloading ModMaker to submit this, but the ZIP file here is corrupt. Nice going, guys :roll: Here's a hack/add-on to the Attach mod of my own design that removes the ghey table border and notation around the image. There is a hack that almost does it, here: http://www.phpbbhacks.com/downlo...
I'd still rather see a simple inline image attach that allows the poster to browse their hd, pick the file, and have the image inserted ..full size and not thumbnails. For now I'm using the near -perfect Attach mod, but it has that damned border around the image, with no option to turn it off :cry: ...
Hello all, i am having a small problem with the installation of attachment mod. I am running 2.0.18 and too many mods to list, although i can if needed. Now i got the mod installed just fine, except the icons don't showup on the pages and any attachments don't show up in the posts. there are no err...
I downloaded 1.1.0, installed it, and l especially like the config panel with the support for the User Level additions. But ......why did it have to require the mods to revalidate? Bad move. I actually installed a hack so I don't have to login as an admin every time I go into ACP, which is about 50 ...
I think this can be a mix up between this MOD and PCP MOD, i have found out in viewtopic_body.tpl next things: - authors all stuff are defined in {postrow.AUTHOR_PANEL} (username and avatar and those stuff) - those buttons are defined in {postrow.BUTTONS_PANEL} Now i must find out where are those t...
I assume you're talking about functions_post.php. Here's what mine ended up looking like, and it works fine: $sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$pos...
Well mine started working all on its own, or so it seems. I had removed {SITENAME} from displaying in overall_header.tpl and replaced with some html code for a nice banner. Voila! The Browser text mod works again. There must have been something bad on the page that got removed - typo maybe?