axew3.com

Category: Cms programs

  • phpBB replies on posts

    by

    This is the new Posts Replies extension for phpBB.It is possible to reply on posts as more like and any feature can be added, or the look changed into anything with easy.It is incredibly fast, easy and non-intrusive. See it here: phpBB replies on posts – extension Request here:

  • Rotate phpBB attachments images – extension

    by

    Add (font awesome) icon (prepend or append) to the image attachment name into the attachments panel (jpg, gif, png, webp) that onclick open a modal popup where it is possible to rotate the image and save it. Preserve images transparencies. Immediately display the rotated image into the post, and not the browser’s cached one. Works…

  • Rotate phpBB attachments images extension

    by

    Rotate phpBB attachments images extension for phpBB Add (font awesome) icon (prepend or append) to the image attachment name into the attachments panel (jpg, gif, png, webp) that onclick open a modal popup where it is possible to rotate the image and save it. Preserve images transparencies. Immediately display the rotated image into the post,…

  • How to connect to external database using phpBB db classes

    by

    This is the simply way to connect to an external database in phpBB (we go to use mysql lib here, but you could use another of these available in /phpbb32/phpbb/db/driver folder changing namespace (if on php7> you need to use mysqli and NOT mysql or you’ll get error) using phpBB db classes $w3dbhost = ‘localhost’;…