[w3allfeed] RSS raw examples

How to use w3allfeed shortcode

These examples show raw results (scroll down to see RSS from external resource) of the w3allfeed shortcode used like this, with little style applied to li elements:

that grab last 3 forums news within this same domain forum:

Latest 3 news from axew3.com forums

  • General Installation and Integration Questions

    Hi and first if all, thank you for this work you've done. You must have sunk one heck of a lot of hours into this over the years!

    What I'm trying to do.
    Apologies if this is a long post, but it may help other people.
    My phpBB board has been running now for about 15 years. I want to wrap it in a WP site, so I can add more content and use what WP is good at. I don't want to migrate the phpBB forum to a WP forum, because

    1. I like phpBB.
    2. I don't want to lose 15 years to Search Engine placement and have to start all over again.
    3. Users may have got so used to the forum as is, that I may lose some if I migrate it all somewhere else.
    Setup
    My forum is located in a sub-directory of the main domain: /forum. I was thinking the WP site will be in the root directory and the forum remain where it is. So both will be in the same domain: -
    Currently, I have a redirect, that redirects https://thepompeychimes.net to https://thepompeychimes.net/forum. When I eventually have the WP site up and running, I should in theory just need to remove the redirect.

    I have a few questions though.

    1. Installation
    I've been looking around the various help pages, but am still a little confused. I'm not 100% sure on how this installs. Is it just a phpBB extension, or is there also a WP plugin (I'm assuming there must be)? If both, I'm not clear on what order they are installed (or if in fact it matters). Is there a very simple step-by-step guide to installing this?

    Dev / Live
    Whilst I develop the WP site, I have installed it in a staging sub-domain. If I do the installation, should I do this from a copy of the live phpBB forum, or to the live forum? If I do it to a copy of the forum, what issues could there be when I move the WP site live? What happens to any users that may have registered in the live forum since I copied it to the staging sub-domain? Would it be prudent to copy the phpBB forum to the sub-domain anyway, just so I can test the whole process and then start from scratch again?

    2. phpBB Forum Access
    Once it is all installed and integrated, can the phpBB forum still be run independently, or does it have to always be integrated in the WP site? So, in my example, can the phpBB forum still run directly from https://thepompeychimes.net/forum?

    3. Integration
    Is the phpBB forum always integrated using an iFrame, or does any WP plugin retrieve the information and display it? If (as I'm assuming) it is all in iFrames, does this mean existing Search Engine indexing will remain the same. If so, how do I redirect any traffic form a search engine to a specific forum thread, such that the WP site loads and the requested thread is loaded in the iFrame? I really don't want to screw up the Search Engine indexing that has taken so many years to get to where it is now!

    4. Examples
    Are there any example sites I can see where this is all installed? Is there any "showcase" area listing such sites? I'm assuming after 15 years, this must have been used in a lot of sites. In fact, as phpBB is so much better than the WP forum offerings, I'd assume a lot of people use this from day one on there WP sites.

    Again, apologies for the length of the post, but unless I am singularly stupid useless confused, answers to this could help other people too.

    Many thanks.

    Posted by RubiconCSL — Mon Mar 20, 2023 12:04 pm — Replies 1 — Views 21


  • phpBB WordPress integration extension v2

    The (awesome) w3all phpBB WordPress extension v2

    Should work into any Php 5.6> and phpBB 3.2 or >
    Anyway it has been coded/tested under Php 8.1 and (last release at date of this post) phpBB 3.3.9. Also fix bug on previous (versions) about unwanted redirect to WP, sometime firing when an user's session was renewed, and redirect option was active.

    If the URL setting is not set, the extension only will work to update email/password/Url and (if option active) to check if the email exist in WP, before to add/register an user in phpBB.


    - If already installed a previous version, disable it, delete extension data into ACP, then delete the old phpBB Wordpress extension folder into
    /phpbb/w3all/phpbbwordpressintegration

    Download the new version

    Copy the folder w3all with inside the extension phpbbwordpress
    into the root phpBB ext folder, so you'll have:
    /ext/w3all/phpbbwordpress/

    Go to ACP -> Customise and enable the extension
    Go to ACP -> Extensions phpBB WordPress settings and setup db connection values and options.
    Note that if you set wrong DB connection values, on saving settings you'll get phpBB db error. In case, just return back with your browser and setup correct db connection values.

    What it do?
    When an user email will be updated, the same will happen for the same user with same old user email in WordPress. Both ACP and UCP.
    Same goes for password and profile URL option.
    Also, when an user register(and option active) the user will be added at same time into WordPress, if used in conjunction with the WordPress wp-w3all-phpbb-integration plugin: https://wordpress.org/plugins/wp-w3all- ... tegration/

    Note that redirects options DO NOT need to be activated if the forum display as iframe into a WP page template integration using the WordPress wp-w3all-phpbb-integration plugin: https://wordpress.org/plugins/wp-w3all- ... tegration/

    Enjoy!

    Download phpBB extension:


    Donate:
    https://www.paypal.com/paypalme/alessionanni/

    Follow read more below *

    ACP_phpBB WordPress integration.png

    *What it change into my phpBB?
    Nothing, it only update user's data and execute redirects or cURL calls to WordPress (it depend by activated options you'll use) when required.
    *Is it secure?
    Yes!

    *Note: you could choose to not activate the option that will add user's in WP as they have been registered in phpBB. You could just use the redirect after login. A logged in phpBB user that visit WP and that do not exist in WP, will be added "on fly" into WordPress by the (if installed into WP) WP_w3all WP phpBB plugin

    Posted by axew3 — Fri Jan 27, 2023 10:36 pm — Replies 0 — Views 414


  • Coming 2.6.9 phpBB WordPress logs/bugs/requests

    The file
    /wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_unotifications_short.php
    https://plugins.trac.wordpress.org/expo ... _short.php
    at date of this post, has been updated to fix all remaining bugs and to add latest lacking
    type.forum
    type.disapprove_topic
    type.disapprove_post

    cases, that were the last remaining to be added.
    You can download the file by clicking the link above and replace it into the /wp-content/plugins/wp-w3all-phpbb-integration/views/ folder if you do not want to wait until 2.6.9 release.

    All default phpBB notifications types that can be expected to be retrieved:
    type.post_in_queue
    type.approve_post
    type.pm
    type.topic
    type.group_request
    type.approve_topic
    type.quote
    type.bookmark
    type.post
    type.admin_activate_user
    type.group_request_approved
    type.report_pm
    type.report_post_closed
    type.disapprove_post
    type.disapprove_topic
    type.forum


    See phpBB user's notifications shortcode page
    https://www.axew3.com/w3/2022/10/phpbb- ... wordpress/

    Posted by axew3 — Tue Jan 03, 2023 9:49 am — Replies 9 — Views 278

News from engadget.com

Latest 5 news from – engadget.com/rss.xml – target _blank – inline styled, used like this:

  • Blue Origin pins last summer's NS-23 rocket failure on a faulty engine nozzle

    Blue Origin now has an explanation for the booster failure that cut a New Shepard flight short last September. Jeff Bezos' company has determined that a "thermo-structural failure" in the NS-23 rocket's engine nozzle was to blame. Operational temperatures for the nozzle climbed higher than expected following cooling system design changes, creating fatigue that misaligned the thrust and activated the crew capsule's escape system.

    Engineers are already taking "corrective actions" that include redesigning the combustion chamber and operating conditions. Blue Origin has also tweaked the nozzle design to improve its structural integrity. The capsule wasn't damaged and will fly again, Blue Origin says.

    The company says it hopes to resume flights "soon," but hasn't provided an exact date. It intends to restart operations by re-flying the research payload from the aborted mission. The Federal Aviation Administration has to accept the incident findings before Blue Origin can move forward.

    There's plenty of pressure on Blue Origin to address the issues. The company recently obtained a NASA contract to fly a science mission to Mars using its yet-to-launch New Glenn rocket, and has been pushing for a lunar lander agreement. The sooner Blue Origin can prove that its rocketry is trustworthy, the sooner it can secure customers that include governments and space tourists.

    Rivals are facing problems of their own. Relativity Space's first 3D-printed rocket failed to reach orbit earlier this month. SpaceX, meanwhile, has yet to successfully fire all of Starship's engines at the same time. That's not including past problems like Rocket Lab's setbacks. Private spaceflight remains difficult, and Blue Origin is just the latest to illustrate that fact.

    This article originally appeared on Engadget at https://www.engadget.com/blue-origin-pins-last-summers-ns-23-rocket-failure-on-a-faulty-engine-nozzle-195714293.html?src=rss

  • Levi’s will ‘supplement’ human models with AI-generated fakes

    Levi’s is partnering with an AI company on computer-generated fashion models to “supplement human models.” The company frames the move as part of a “digital transformation journey” of diversity, equity, inclusion and sustainability. Although that sounds noble on the surface, Levi’s is essentially hiring a robot to generate the appearance of diversity while ridding itself of the burden of paying human beings who represent the qualities it wants to be associated with its brand.

    Levi Strauss is partnering with Amsterdam-based digital model studio Lalaland.ai for the initiative. Founded in 2019, the company’s mission is “to see more representation in the fashion industry” and “create an inclusive, sustainable, and diverse design chain.” It aims to let customers see what various fashion items would look like on a person who looks like them via “hyper-realistic” models “of every body type, age, size and skin tone.”

    Levi’s announcement echoes that branding, saying the partnership is about “increasing the number and diversity of our models for our products in a sustainable way.” The company continues, “We see fashion and technology as both an art and a science, and we’re thrilled to be partnering with Lalaland.ai, a company with such high-quality technology that can help us continue on our journey for a more diverse and inclusive customer experience.”

    A screenshot from the Lalaland.ai website, showing an AI-generated fashion model wearing customized clothing.
    Lalaland.ai

    Levi’s claims, “AI will likely never fully replace human models for us” (note the qualifying “likely”). But I can’t help but see this as the first step in a dystopian slow walk toward automating the industry. As AI-generated “photography,” art and writing grow ever more convincing, we would be naive to take corporations at face value when they insist moves like this are about PR-friendly principles like celebrating diversity and looking out for the environment. At the very least, it’s awfully convenient that those high-minded motives also let them mass-produce something that previously required hiring people.

    Levi Strauss reportedly began a 12-to-19-month process of cutting around 800 jobs — almost 20 percent of its corporate workforce — last year. It was part of a restructuring plan to save about $75 million to $100 million annually.

    This article originally appeared on Engadget at https://www.engadget.com/levis-will-supplement-human-models-with-ai-generated-fakes-190011557.html?src=rss

  • France bans TikTok (and Candy Crush) from government phones

    It's no shock to see another country banning TikTok from government phones, but France is taking the restrictions a step further. Le Mondereports the French government is banning "recreational" apps like TikTok, Twitter, Netflix and even Candy Crush from public servants' devices. The apps represent cybersecurity risks that could jeopardize data for both the employees and the administration, according to the office of public service minister Stanislas Guerini.

    The government hasn't provided an exact list of banned apps. However, Guerini said certain there could be some exceptions for the sake of necessary communication. This won't prevent a social media team from posting content, in other words. The ban takes effect immediately, but the penalties for defying the rule can be decided at the "managerial level," Guerini's office says. The approach doesn't affect personal devices.

    The clampdown comes after the US federal government, dozens of states, Canada, the European Commission and the UK have banned TikTok on their workers' devices. In those cases, the rationale has been similar: officials are worried the Chinese government could collect data about important individuals, spread propaganda and compel ByteDance (TikTok's parent company) to hand over sensitive information.

    TikTok has repeatedly denied collaborating with the Chinese government. In testimony before a House committee yesterday, CEO Shou Chew said ByteDance was "not an agent of China" and that American user data wouldn't be accessible to staff in other countries by the time a migration project wraps up later this year.

    The French policy, however, isn't aimed at any one country or app category. Instead, it represents a general concern that entertainment apps may put government data at unnecessary risk. That's not so hot for employees hoping to watch Netflix during lunch, but it may reassure politicians worried employees might inadvertently expose info through their social media accounts.

    This article originally appeared on Engadget at https://www.engadget.com/france-bans-tiktok-and-candy-crush-from-government-phones-170434409.html?src=rss

  • OpenAI says a bug leaked sensitive ChatGPT user data

    OpenAI was forced to take its wildly-popular ChatGPT bot offline for emergency maintenance on Tuesday after a user was able to exploit a bug in the system to recall the titles from other users' chat histories. On Friday the company announced its initial findings from the incident.

    In Tuesday's incident, users posted screenshots on Reddit that their ChatGPT sidebars featured previous chat histories from other users. Only the title of the conversation, not the text itself, were visible. OpenAI, in response, took the bot offline for nearly 10 hours to investigate. The results of that investigation revealed a deeper security issue: the chat history bug may have also potentially revealed personal data from 1.2 percent of ChatGPT Plus subscribers (a $20/month enhanced access package). 

    "In the hours before we took ChatGPT offline on Monday, it was possible for some users to see another active user’s first and last name, email address, payment address, the last four digits (only) of a credit card number, and credit card expiration date. Full credit card numbers were not exposed at any time," the OpenAI team wrote Friday. The issue has since been patched for the faulty library which OpenAI identified as the Redis client open-source library, redis-py.

    The company has downplayed the likelihood of such a breach occurring, arguing that either of the following criteria would have to be met to place a user at risk:

    - Open a subscription confirmation email sent on Monday, March 20, between 1 a.m. and 10 a.m. Pacific time. Due to the bug, some subscription confirmation emails generated during that window were sent to the wrong users. These emails contained the last four digits of another user’s credit card number, but full credit card numbers did not appear. It’s possible that a small number of subscription confirmation emails might have been incorrectly addressed prior to March 20, although we have not confirmed any instances of this.

    - In ChatGPT, click on “My account,” then “Manage my subscription” between 1 a.m. and 10 a.m. Pacific time on Monday, March 20. During this window, another active ChatGPT Plus user’s first and last name, email address, payment address, the last four digits (only) of a credit card number, and credit card expiration date might have been visible. It’s possible that this also could have occurred prior to March 20, although we have not confirmed any instances of this. 

    The company has taken additional steps to prevent this from happening again in the future including adding redundant checks to library calls, "programatically examined our logs to make sure that all messages are only available to the correct user," and "improved logging to identify when this is happening and fully confirm it has stopped." The company says that it has also reached out to alert affected users of the issue.

    This news follows a costly public faux pas committed by Google's rival Bard AI in February when it incorrectly assured Twitter that the JWST was the first telescope to image an exoplanet, as well as revelations that CNET had surreptitiously used generative AI to write financial explainer posts (a week before laying off a sizable chunk of its editorial department). Whether OpenAI will suffer the same market-based repercussions as its competitors remains to be seen. 

    This article originally appeared on Engadget at https://www.engadget.com/openai-says-a-bug-leaked-sensitive-chatgpt-user-data-165439848.html?src=rss

  • The next game from the makers of ‘Genshin Impact’ arrives in April

    The next game from the makers of Genshin Impact has a release date. Honkai: Star Rail — a turn-based, space-fantasy, tactical RPG — arrives on April 26th. In addition to previously announced PC and mobile availability, developer HoYoverse announced today that a PlayStation (PS5 / PS4) version is coming “later.”

    Although much is unknown about Honkai: Star Rail, we do know it trades in Genshin Impact’s Breath of the Wild type of open-world action for turn-based combat. Based on its trailers, it looks like a visual spectacle with an anime-esque art style and a cast of memorable characters. 

    The story, set in the same universe as Honkai Impact 3rd, follows a protagonist with an implanted Stellaron (mysterious life forms that respond to the world’s desire to advance) on a quest to discover the truth about the “Cancer of All Worlds.” It begins at a tutorial level on Herta Space Station before moving on to snow-covered Jarilo-VI and other diverse worlds.

    The free-to-play game will use gacha (item and character-based loot boxes) for monetization. It’s rated T for Teen and will be available for PC (standalone installation or the Epic Games Store), iOS and Android. That PS5 / PS4 version will arrive at an unknown later date.

    This article originally appeared on Engadget at https://www.engadget.com/the-next-game-from-the-makers-of-genshin-impact-arrives-in-april-165030309.html?src=rss

WordPress phpBB
mChat integration

This procedure assume you installed the wp_w3all WordPress phpBB integration plugin (in linked or not linked users mode) into WordPress, and phpBB mChat into your phpBB. At date of this post, the code as is can be applied by anyone, but this is a raw procedure may easy to be changed by advanced users. Work fine, but to optimize at best for your site, you may have to change something on the little javascript code you’ll add as explained on install steps. You can see the concept and code to apply available here:

WordPress phpBB mChat w3all procedure

See live raw working examples here:

WordPress phpBB mChat integration example

Just a good point to start from, that can be easily improved under any aspect and to fit any needs. Will be upgraded along the time.

phpBB WordPress template integration (iframe v3)

v3 version (for cool people) old v2 version is here

NOTE THAT THIS CODE IS SUITABLE UNTIL 1.9.8 or <

Cool people are actually using version 4:

phpBB WordPress template integration (iframe v4)

THIS IS OLD CODE! REFER TO V4 IFRAME CODE FOR WP_W3ALL 1.9.9 OR >

phpBB WordPress template integration (iframe v4)

PAGE HELP – JS code – UPDATED on 24 Feb 2019
(related views/page-forum.phpupdated on 3 Gen 2019)

/trunk/addons/page-forum.php

phpBB SEO mods compatible

wp_w3all plugin 1.9.4 >

(READ ALL this page)

wp_w3all responsive iframe procedure v3

After you built/create the WP forum template page via option
WP_w3all phpBB embedded on WordPress Template
on WP_w3all admin config page, and the blank page on WordPress Admin -> Pages -> Add New, titled the same of created wp_w3all template page, so forum or board  etc (then you’ll have into your active WordPress template folder a file named page-forum.php or page-board.php etc), to complete the procedure and get the responsive iframe height for the embedded/iframed phpBB into WordPress template page you need:

Open with a text editor your phpBB template file overall_footer.html

and just before the closing </body> tag, add this code (do not select rows numbers on copied code):

after you pasted this code into phpBB overall_footer.html
edit following lines:

change axew3.com to fit your domain name (example axew3.com)
do NOT add http(s):// OR the point in front nor anything else, just add
yourdomain.com or set it as localhost if on localhost test. If phpBB is at subdomain.domain.com, add domain.com as value
(MANDATORY!) or resizer won’t work
now check the other line to change:

change value
https://www.axew3.com/w3/forum
on this line, to point to the URL of the WordPress created/named forum page (do not add final slash and change http or https as needed)
MANDATORY!

Finally, check this line

in the code you added (last line): this should correctly point to the iframeResizer.contentWindow.min.js file that you’ll go to add into phpBB root folder. You need to use the absolute URL (use http or https as needed, and adjust the url to fit your needs)
(MANDATORY!) or resizer won’t work

AFTER EDITED, save and load the modified overall_footer.html into your phpBB style folder, overwriting the default one, and so

load through ftp on the phpBB root folder (or copy/paste), the file
iframeResizer.contentWindow.min.js
that is contained inside folder
wp/wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer

After this, phpBB require to recompile the template, or modifications to template files not affect (to overall_footer.html in this case). Open phpBB ACP, and so under:

Server Configuration -> Load settings -> Recompile stale style components set to YES and save. Load one time a phpBB full forum page. Leave as is at moment, especially if you follow adding also the code on overall_header.html (more below) to redirect any phpBB direct URL to the iframed WP page: then after tested that all work fine, may return to ACP, and reset to NO and save. This step is needed to load the template modifications on phpBB (and any time you edit a phpBB template file to for modifications take effect), but this option should be ever set to NO into an online/production site to save server resources. It is normally set to yes only for testing/devel purpose or to apply modifications on phpBB templates files.

Notification email links to point to iframe: follow read more below for the pure Javascript solution. Refer to v2 or v1 code for htaccess or js solution editing phpBB notifications files.

The new V3 w3all iframe code do not use anymore htaccess to force redirect as on V1 code, and substantially not rewrite URLs forcing redirect to iframe, but use pure Javascript (reload) code, that as you may imagine, lead to some different result: you’ll not have to edit phpBB notification links on phpBB notification files as on V1 or V2 code, to force users redirect to iframe when they click on notification email link. But in this case, any user except bots, will be redirected (as code is, but it can be easily changed to assume different behaviors, may excluding admins or moderators etc) to the WP iframed page, if the forum accessed via real phpBB url.

To apply same smooth scroll effect as it is on this online example, after finished with this procedure, follow with this steps:

Smooth scroll for phpBB WordPress template integration (iframe v3)



If you want phpBB email notification links or any phpBB direct url to be redirected to wp iframed forum page using pure javascript, follow this step:

Open with a text editor your phpBB template file overall_header.html

and just immediately after this code (or by the way, before the closing tag </head>)

add the following code:

On added code, change URL on the line where (line 3):

to fit/point to the WordPress iframed forum page: DO NOT ADD final slash and setup as http or https as needed.

NOTE: if you added the code above into phpBB overall_header.html then you’ll need to remove or comment out this part by the code you added into the overall_footer.html:

Recompile phpBB template and reset to no the option when changes applied

whenever you want: to get the iframe responsive for ACP phpBB admin panel, read this post. My (personal) suggestion is to stop here and try to use the integration leaving ACP out of iframe joke. If by the way you want to follow, before to apply then you’ll have to little change the above code for overall_footer.html and overall_header.html in this way:

on code for overall_footer.html remove this part:

on code for overall_header.html remove this part:

change into:

WP_w3all for WordPress MS MU (Multisite, Multiuser network installations)

Configure WP_w3all on WordPress MS MU

WP_w3all plugin from 2.0.2 – WordPress MU MS  . The plugin can be also network activated, but the linked phpBB on each subsite, need to be the same (same path and same url setting value). If the plugin is network activated, it is mandatory that the sub admin or super admin, setup/configure  into (each) subsite the same config of the main site for the integration plugin. Users that register in phpBB (if you allow this in phpBB) are added as users only into the FIRST WP site (or subsite) where users will login or that they will visits while coming already logged in into phpBB. *But you could use a plugin to add coming phpBB logged users, into each or just few WordPress site/subsites they visits, see more below.

OPEN wp-config.php file:

search for line (value wp_ can be maybe different):

immediately after ADD:

BEWARE that it is NOT possible to link different phpBB installations on same installation network, the integration in this state lead to unpredictable results! … in true it is very predictable what can happen, but really long to explain and too hard for my Eng! In short, it is NOT possible to link a different phpBB into WP network subsites with actual code.
Setup into sub-sites, if the plugin is network activated, same path and url in WP_w3all config, with same values of main site.

*Hint: you could use a plugin to add coming phpBB logged users, into each WordPress they visits, or just to few, and with several different features:  search for Join My Multisite plugin at WordPress plugins directory.

NOTE: WP_w3all phpBB integration plugin when an user is deleted in WordPress (so it become deactivated in phpBB, and then you may go to delete this user in phpBB) also clean up from signup table in WordPress this user. This is necessary for compatibility (as the code is) with the phpBB integration to avoid that another user register with same email into phpBB (if you allow users to register also on phpBB side, and you have may also deleted this user in phpBB) while the user has been deleted in WP, but his email/username still stored into WP database signups table.

How are users identified when you add/transfer existent user
integration of same username/email users

Problem: i have WordPress users and I have phpbb users, they have different usernames but the same email addresses.

Solutions:

user A into phpBB with email C
user B into WP with email C

user A into phpBB come to try to login WP: NOT added can’t login WP side.

If you use the transfer process of WP users into phpBB:

user A Same above.
user B transferred into phpBB, B now can login into both phpBB and WP.
You’ll have two users into phpBB with same email, which is possible as option into phpBB.

You can also merge posts/users into one user in this way:

Change email to the user B in WP.
Login with the phpBB user A into WP, that will be added, as no same email found.
Now delete user B in WP, and retain posts assigning to A.

Result: an unique user, with all his posts on both phpBB and WP.

NOTE: This is just to give an idea on how to resolve common problems about an integration with pre existent users in phpBB that may have same email. But there are several more possibilities: in phpBB ACP there are many options to manage users and posts, and combining these and from the above, you should get the way to resolve any possible scenario.

Based on this topic: How are users identified? (when adding/transfer existent users)

 

WPD – w3all
WordPress Dropbox integration

WPD w3all WordPress plugin for Dropbox, to display and manage shared Dropbox user’s files into WordPress user’s pages.

Display shared Dropbox files, into WordPress user’s pages.
Choose between Full Dropbox App or Folder App.
Ajax images gallery.
Choose which WP groups can use the Dropbox in WordPress.
Limit files in sharing to retrieve and display in WordPress.
Data cache.
Template embed into any WordPress with an easy how to included.
Users can manage their files within WordPress, delete/create folders, link, unlink files and folders, upload and create/link files and folders.

Any other feature on request.

The Dropbox plugin has been installed also here at axew3.com, and activated for an user named axew3:
https://www.axew3.com/w3/dropbox/?u=axew3

Display into WordPress, images from Dropbox, by coping the link of it on WordPress Dropbox user page, and by clicking on WP button
Add Media -> Insert from Url and just paste the URL.

w3tasks dropbox wordpress integration
w3tasks sample logo

Or files just adding pure URL:
https://www.dropbox.com/s/dp842rkzmhwtzx7/BioRhyme.zip?dl=1

Ask for it at https://plugins.w3tasks.com/wp/

If you like to test the user files manager, which is feature available for each user on his own WordPress Dropbox page, please register into this site, or at plugins.w3tasks.com, and send a request by using the contact page.