Switch WP user to specified Group in phpBB, when Role updated in WordPress and vice versa

WP_w3all phpBB integration 2.6.8> option

Read all the follow before to activate the option

Basic default WP Roles and phpBB groups switches will work as follow by default, if no custom file provided:

When an admin in WordPress update an user Role, or Role change due to user’s subscriptions:

Editor in WP or Woocommerce Shop Manager, will be added into the Global Moderator group as primary group in phpBB, the previous primary user’s group membership will be removed.
Author, Contributor or Subscriber or Woocommerce customer, will be added into the Registered group in phpBB, the previous primary group membership will be removed.
Administrator in WP will be set as Administrator in phpBB (not with all founder’s powers), the previous primary user’s group membership will be removed. The User with No role in WP will be deactivated in phpBB.

When an user change/update group in phpBB:

If belong as default group to the Registered phpBB group, will be updated in WP to Subscriber and the previous primary Role removed.

If belong as default group to the Global Moderators phpBB group, will updated in WP to Editor and the previous primary Role removed.

Administrators in this case are not considered by default. But you can activate the code about, into

the file wp-content/plugins/wp-w3all-phpbb-integration/common/wpRoles_phpbbGroups.php . It contain the code that can be customized as more like to get complex WP Roles and phpBB Groups switches. It already contain basic code example and basic hints. Advanced wp coders will find out that’s quite easy to write owns code snippets and achieve any kind of complex Roles/Groups switches.

How i can customize the file wpRoles_phpbbGroups.php expecting that when the integration plugin will update, modifications done into this file aren’t lost?

Create a folder (if you did not it already, activating the custom /views files option) named wp-w3all-custom inside the folder /wp-content/plugins/ so you’ll have /wp-content/plugins/wp-w3all-custom/

copy the file /wp-content/plugins/wp-w3all-phpbb-integration/common/wpRoles_phpbbGroups.php

and paste it inside the created folder, so you’ll have /wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php

Custom files inside this folder, are not overwritten when the plugin will be updated (like all the custom views files).

Note that the option Use custom files to display Last Topics Widgets, Login Widget and Shortcodes do not affect this. If the custom file /wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php exist, it will be included, even if the Use custom files to display Last Topics Widgets, Login Widget and Shortcodes option is set to No.

Advanced and common hints

Where the wpRoles_phpbbGroups.php file is included?

About an Admin that update an user role (the update will be synchronous)

Open: /wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php

search for:

inside

public static function phpbb_update_profile($user_id, $old_user_data) {

About a current WP logged in user updates (the update will be asynchronous)

an user that changed Group in phpBB side** and that so will be updated to the related WP Role when as logged in will visit WordPress, search for:

into /wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php

inside the function verify_phpbb_credentials()

About Memberpress or others external memberships plugins:

Remember: this is a WP plugin, it run ONLY in WP side! So it has been defined synchronous the Role update when done in WP side updating an user profile. In this case the update occur at same time in phpBB. It is asynchronous when the WP role change due to some other reason, for example due to some Role update that fire on the background, after a subscribed membership or something else, but the affected user is not currently logged in into WordPress.

It is also asynchronous if the user change profile’s data in phpBB, because until the same user will not visit the WP side as logged, no code will run to update his Role in WP.

Read more inline hints into the file wpRoles_phpbbGroups.php

Could be all synchronous? Yes, the result can be achieved in several ways, for any configuration or/and plugin/extension installed.

Shortcode: phpBB notifications into WordPress

WP_w3all phpBB WordPress 2.6.6 >

WP_w3all phpBB notifications into WordPress shortcode version 1.0

check all others shortcodes listed under the “common how” to section

The w3all_phpbb_unotifications shortcode display *phpBB notifications like phpBB do. The file that can be styled as more like and that display results is:

/wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_unotifications_short.php

Add the attribute class for ul and li elements, using shortcode attributes ul_phpbb_unotifications_class="myclass" and li_phpbb_unotifications_class="myotherclass"

*Note that to get resultsthe phpBB user have to setup/activate into his User Control Panel, under Board preferences Tab -> Edit notification options option, the notifications types he want to see.

Note also that once a phpBB user visit the

Board index -> User Control Panel -> Overview -> Manage notifications

page, the $phpbb_user_session[0]->user_new_privmsg var become 0. So PMs notifications are not retrieved anymore for the user (until there is not a new PM).

The file /wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_unotifications_short.php can be copied into the folder /wp-content/plugins/wp-w3all-custom/ and activating the option Use custom files to display Last Topics Widgets, Login Widget and Shortcodes so that custom modifications done into the file aren’t overwritten when the plugin will be updated.

All default phpBB (3.3>) notifications types that can be expected will be retrieved:

Since 2.6.9 > added option:
Only get the total notifications count, of any type, default phpBB and customs types created by extensions

If selected, then just use echo $w3all_phpbb_unotifications; in this case, to display the number of unread notifications, declaring it as global, into any Php template or (maybe) some other plugin.

The (awesome) iframe template integration using shortcode

WordPress phpBB template integration

check all others shortcodes listed under the “common how to” section

NOTE that required settings of this shortcode resides under the WP_w3all Preferences menu

To use the w3allphpbbiframe shortcode it is required to apply into the phpBB template files overall_header.html and overall_footer.html the same javascript code and procedure as it is for the page-forum, the result will be a full template integration that can be applied into any WP theme:

phpBB WordPress template integration iframe

then use like this:

wp_page_name param refer to the page/post name/slug where the shortcode will be added (see hint below about this param if omitted*)

wp_page_iframe_top_gap param refer to (in pixel) the position where the WP parent page will scroll to by default. If omitted value will be 0

url_push (since 2.5.9>) param if omitted is set to YES, that mean when links are clicked into the phpBB iframed, the URL will be pushed into the browser’s address bar. If you want to avoid this behavior, use/add this param like this into the shortcode: url_push="no"

note that the URL push is ever avoided when the shortcode is used into the homepage and should in several more conditions. In short words, in all these situations where, when if the URL is pushed into the parent address bar, it cause/lead to a WordPress page NOT found, in the case there is an intentionally browser’s page reload (because the pushed URL is an URL that WP will not found)

phpbb_default_url (since 2.5.7>) param (that can be omitted) refer to any phpBB URL where the iframe will be opened by default, so the above become something like this, if for example we want to display into a WP post the phpBB, that should open by default into a precise forum topic/post/page:

but it can be any other phpBB link like the ucp page used into another etc

it is possible to use multiple shortcode(s) into different contests/pages/posts

It is mandatory to set WP page-names where the shortcode will be added, into related shortcode option field on plugin admin page, or the shortcode will not fire

security_token (since 2.5.9>) param (that can be omitted) refer to a secret token that can be used to restrict the use of the iframe shortcode only to certain users, when there are more roles allowed to create posts or pages. If this option is set (not empty) the shortcode will be parsed only when the token exist and will match. To add the security secret token into the iframe shortcodes, add it like this:

security_token="MySecretToken"

assuming that into related option field on plugin admin, MySecretToken is the token that had set

scroll_default (since 2.6.0>) param if omitted is set to YES by default. To avoid the page scroll behavior set it to no:

scroll_default="no"

To edit some css/html output or something else if required, relevant files to look into are:

/wp-content/plugins/wp-w3all-phpbb-integration/common/wp_phpbb_iframe_shortcode.php

/wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_iframe_short.php

*Note wp_page_name: if using Plain permalinks, for example the page name for a post would be p=45 or if it is a page page_id=12

*Note also that the shortcode param wp_page_namecan be omitted if you created page-forum using the (other way) page-forum available iframe template integration: so that the loaded URL into the browser’s address bar when links clicked into iframe, will be the one set into the overall_header.html and overall_footer.html js added code (that so may point to another post or page where another shortcode has been added, or to the default page-forum if created using related option on plugin admin)

Note important: if the iframe do not display and you get mixed insecure content on console, you have to fix it doing this:

open your WP header.php template file, and may just after others header meta tags add the follow:

That’s all here, follow instructions into the plugin admin page where there is iframe template integration using shortcode related option. Enjoy!

One applied right here on the post (below), but also see another simple example here: https://www.axew3.com/w3/board/

Advanced hint: this shortcode with little modifications could be easily used to display any iframed page, also cross domain.

Here it has been added the iframe using the shortcode with param phpbb_default_url set to open a specified phpBB post and with scroll_default set to no (since 2.6.0>)

[w3allphpbbiframe url_push=”no” phpbb_default_url=”https://www.axew3.com/w3/forums/viewtopic.php?t=774″ wp_page_name=”the-awesome-iframe-template-integration-using-shortcode” scroll_default=”no”]

phpBB WordPress template integration (iframe v4)

v4 version (for cool people)

FROM 2.1.1 USE V5 code: https://www.axew3.com/w3/2020/01/phpbb-wordpress-template-integration-iframe-v5/

OLD CODE: cool people moved to V5

FROM 2.1.1 USE V5 code: https://www.axew3.com/w3/2020/01/phpbb-wordpress-template-integration-iframe-v5/

SINCE 2.1.1 the following code, even if still working with his related page-forum (linked below) into any plugin version, is now obsolete.

PAGE HELP – JS code – UPDATED on 15 Gen 2020
(related addons/page-forum.phpupdated on 14 Gen 2020)

wp-w3all-phpbb-integration/tags/2.1.0/addons/page-forum.php

wp_w3all plugin 1.9.9 until 2.1.0

phpBB SEO mods compatible – (READ ALL this page)

wp_w3all responsive iframe procedure

WordPress phpBB iframe template integration

MEMO: to update to latest v4 code, you’ll need to rebuild page-forum.php (or whatever you named it) via plugin admin, OR manually substitute it into your active WP template folder, with the new one that you find/copy into /wp-content/plugins/wp-w3all-phpbb-integration/addons. You’ll need to update also the iframeResizer.contentWindow.min.js file you added into phpBB root, with the new one you find into /wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer folder. Done this, substitute the phpBB overall_header.html and overall_footer.html code (re-adding needed values) with the new v4 code here below. Do not forget to rebuild phpBB template to make phpBB template modifications take effect.

 Domain/subdomains installations it’s REQUIRED to read this: How to Domain/subdomain iframe template integration

WP_w3all template integration steps

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:

overall_footer.html code

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 localhost 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://localhost/wp53/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, 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.

overall_header.html code

The new V4 w3all iframe code do not use anymore htaccess to force redirects, 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 (for example) on notification email link or some other forum’s 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.

If you want phpBB email notification links or any phpBB direct url to be redirected to the wp iframed forum page 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, just 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.

All working!?

Reset to No the Recompile phpBB template option, here we go!

NOTE: if you added the code above into phpBB overall_header.html then you’ll never activate (it is not active by default) this part of the code you added into the overall_footer.html:

P.s – 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:

* For domain/subdomain installations
READ THIS HOW TO:
How to Domain/subdomain iframe template integration

Refer to v2 or v1 code for htaccess old solution editing phpBB notifications files.

Shortcode: phpBB PM into WordPress

WP_w3all phpBB WordPress 1.9.9 >

WP_w3all phpBB PM into WordPress shortcode version 1.0

check all others shortcodes listed under the “common how” to section

The [w3allphpbbupm] shortcode just display phpBB Private Messages count into a div, which html output result will be by default like this:

<div id="w3pm_id" class="w3pm_class"><a href="https://localhost/wp51/phpBB3/ucp.php?i=pm&folder=inbox">You have 1 unread forum PM</a></div>

To display this way, you’ll add the shortcode as is: [w3allphpbbupm]

To change attributes class name, id or to get a element link with target _blank or to add inline style to the div element, arguments that are possible to pass are:

'w3pm_class' => 'w3pm_class',
'w3pm_id' => 'w3pm_id',
'w3pm_inline_style' => '',
'w3pm_href_blank' => ''

[w3allphpbbupm w3pm_class="myclass" w3pm_id="myid" w3pm_inline_style="padding:10px;border:1px solid grey;" w3pm_href_blank="1"]

w3pm_class and w3pm_id are setup by default with same name as value for the id and class div’s element attributes if not passed as arguments, others two w3pm_inline_style and w3pm_href_blank simply not affect if not passed.

To get target="_blank" , pass as on example the w3pm_href_blank="1" argument

[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

  • WordPress phpBB integration 2.7.2 released

    Code:

    = 2.7.2 =*Release Date - 19 Jul, 2023** Fix: warnings on PHP Version 8.2.6> - PHP Deprecated:  Use of "self" in callables is deprecated in .../wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line ... (and wp_w3all.php file)* Fix: add_filter( 'wp_pre_insert_user_data' on file wp_w3all.php: run it only when on front end (external plugins registration pages). As reported here https://wordpress.org/support/topic/cannot-create-new-wp-users/#post-16904026 it has been tested without possiblity to reproduce the issue on Php 8.2.6 and the last nightly WP. Anyway, and in any case, it should be now resolved.* Update: updated all iframe resize files to latest 4.3.6 version on folder /wp-w3all-phpbb-integration/addons/resizer/  https://github.com/davidjbradshaw/iframe-resizer* Minor fixes all around (also hints)
    If using the iframe template integration, remember to update/replace the files
    iframeResizer.contentWindow.map
    and
    iframeResizer.contentWindow.min.js
    into the phpBB root, that you have to copy on folder:
    /wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer

    then Recompile stale style components: into ACP

    Posted by axew3 — Wed Jul 19, 2023 8:43 pm — Replies 0 — Views 145


  • Login widget Problem

    Hello,

    I'm not sure I understand everything about this complex and useful plugin, but I just want to get the widgets working.

    I have 2 websites:
    - mywebsite.com with a WP
    - forum.mywebsite.com with a Phpbb

    I installed your plugin on WP, didn't touch any option, and everything is fine. The "latest topics" and "online stats" widgets are fine, but I have a problem with the connection widget: nothing appears, I just have the title "Connection", nothing else.

    In fact, I want to use only the phpbb user database so that users can be logged in on both sites at the same time (on WP, the only user is the administrator).

    I don't understand what I'm missing...

    Posted by Guest — Wed Jun 28, 2023 2:52 pm — Replies 2 — Views 264


  • login error

    Since last update, when you log from phpbb forum there is no problem, but when you log from wordpress it says "Undefined" though if you update the web it logs ok.
    I have disabled all cache modules and it still show the same error

    Posted by Guest — Sat Jun 17, 2023 12:09 pm — Replies 4 — Views 218

News from engadget.com

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

  • YouTube’s upcoming AI-powered creator tools include a generative green screen

    YouTube has new AI features for creators on the way. AI-powered features the company announced at its Made on YouTube event on Thursday include a green screen feature, insights to stimulate ideas, automatic dubbing to other languages and a soundtrack search.

    Dream Screen gives YouTube Shorts creators an AI-powered green screen, similar to a popular feature on TikTok. YouTube’s tool will automatically remove backgrounds from your videos, replacing them with AI-generated images or videos based on your prompts.

    Although it’s yet to be seen how professional and convincing the generated content appears in practice, the idea is for Dream Screen to make it easier to illustrate fantasy scenarios or simply liven up otherwise ho-hum backdrops. YouTube suggests trekking through an enchanted forest or riding shotgun as your pug drives you to school as two oddball scenes Dream Screen can craft. The company says it will start to test the tool with “select creators” later this year before a broader rollout in 2024.

    YouTube marketing screenshot of an upcoming generative feature called AI insights. The shot shows a creator's YouTube Studio page. The Channel analytics page has a box up top that says,
    YouTube Studio’s AI-powered insight recommendations
    YouTube

    YouTube Studio will get a new feature that brainstorms for you. Similar to asking ChatGPT for video ideas, the “insight recommendations” feature can draft outlines and help creators conceptualize projects. Similarly, assistive search in Creator Music will make it easier to find background tunes for your videos. “Simply type in a description of your content and AI will suggest the right music at the right price,” YouTube VP Toni Reid wrote today. Both Insights and assistive music search will be available for creators next year.

    YouTube also showcased the AI-powered dubbing feature it began testing earlier this year. Developed at Google’s Area 120 incubator, it can generate a text-based translation into the selected target language. The company says it gives you a chance to double-check the output before choosing from different virtual narrators to read your content. The feature is currently being tested with select creators in English, Portuguese and Spanish.

    The company is also launching a YouTube Create app to help video makers produce content on their mobile devices. It includes standard features like editing, trimming, automatic captioning, voiceovers, filters, effects and royalty-free music with beat matching. The free app is currently in beta for Android in select markets.

    This article originally appeared on Engadget at https://www.engadget.com/youtubes-upcoming-ai-powered-creator-tools-include-a-generative-green-screen-203144786.html?src=rss

  • How to track your moods in watchOS 10

    Apple’s watchOS 10 officially became available on September 18, and it brings a new feature in the Mindfulness app that gives you the option of logging your feelings and moods directly on your watch face. These updates will be available if you have an Apple Watch Series 4 or newer model. Here’s how to navigate that new feature.

    Mindfulness app
    Malak Saleh

    How to log your mood

    When you open the Mindfulness app, tap “State of Mind” and then “Get Started” to begin the logging process. From there, you can either log a “momentary emotion” to input how you feel at that instant, or a “daily mood” to report how you felt overall that day.

    Mood logging
    Malak Saleh

    Using the watch’s Digital Crown, you can scroll through seven abstract images with corresponding emotional valences ranging from "very pleasant" to "very unpleasant." Once you select an emotion, you can opt for more logging and go into greater detail about the feelings you’re experiencing (including what's having the biggest effect on you) by selecting options from a drop-down menu.

    Mood logging -- very pleasant
    Malak Saleh

    How to view your mood logs

    Over time you can keep tabs on your daily logging activity in the Health app under the “Mental Wellbeing” tab. Using a paired iPhone, click “State of Mind” and then open “Show in Charts.” From this page, you can view the type of entries for daily moods or momentary emotions. You also have the option to view lifestyle factors associated with these entries to learn how your moods may correlate with variables like time spent in the sun, sleep trends, and exercise habits.

    Logged
    Malak Saleh

    Additionally, specific assessments for depression and anxiety are now accessible in the Health app. You can also export PDFs of personal health reports if you ever need to share logs with a medical professional. You’ll need to open the Health app and click the “Sharing tab” at the bottom of the screen. From there you can choose to “Share with someone,” such as a contact, or “Share with your doctor.” 

    If you want to share with your doctor, you can search for specific hospital systems to connect your health data and keep tabs on clinical records. For example, if you were a client at “Green Primary Care” in Huntsville, Alabama, you could directly connect to the patient portal, get secure access to health records, and also share your personal health data with a care team – this is where building a habit of logging daily moods may be helpful for a provider to get a fuller picture on the state of your mental health.

    This article originally appeared on Engadget at https://www.engadget.com/how-to-track-your-moods-in-watchos-10-190011516.html?src=rss

  • Ubisoft confirms The Division 3, but it’s a long ways off

    Ubisoft just confirmed that Tom Clancy’s The Division 3 is headed toward active development. We have a long time to wait before we get our hands on the franchise sequel, despite it being over four years since The Division 2 graced consoles and PCs back in 2019. The company also named Julian Gerighty as Executive Director for the entire The Division brand.

    If that name sounds familiar it’s because Gerighty is often credited as being the modern architect of the franchise after coming aboard in 2014 as Associate Creative Director ahead of the original game’s launch. He moved up to Creative Director just in time for The Division 2 and its DLC releases.

    So just how long do we have to wait? Settle in folks and grab your hibernation pajamas, as it’s gonna be awhile. Gerighty is currently the Creative Director for a little open-world game called Star Wars Outlaws. He won’t transition to The Division 3 until that game has shipped. Ubisoft says Gerighty’s first task will be to assemble the development team, so that hasn’t happened yet. Star Wars Outlaws doesn’t release until sometime next year so, well, you do the development math.

    Despite the forthcoming sequel, Ubisoft says The Division 2 will still be supported, though the company didn’t detail future plans for DLC content. Concrete information regarding The Division 3 is basically non-existent, but Gerighty did say that the development process will be “about refinement, it's about pushing the quality bar consistently forward.”

    Outside of that, Gerighty will use his Executive Director role to solidify “brand identity.” That means he’ll be actively involved with spin-off titles, mobile releases and the like. There are a “plethora” of upcoming projects set in the franchise’s universe, like the mobile game The Division Resurgence and the spin-off shooter The Division Heartland.

    This article originally appeared on Engadget at https://www.engadget.com/ubisoft-confirms-the-division-3-but-its-a-long-ways-off-190006878.html?src=rss

  • GTA+ now includes free games, starting with three Grand Theft Auto remasters

    Rockstar announced on Thursday that GTA+ subscribers will now get access to a rotating selection of Rockstar Games. At launch, members can download and play Grand Theft Auto: The Trilogy - The Definitive Edition, the 2021 remaster of early 21st-century classics GTA III, GTA: Vice City and GTA: San Andreas.

    The games will only be available for the console platform your GTA+ membership is tied to. Grand Theft Auto: The Trilogy - The Definitive Edition typically costs $60, so this could be a cheap and easy way to revisit the trio of open-world pioneers. The remastered trilogy polishes the original’s dated graphics with new lighting and environmental upgrades, high-res textures, greater draw distances, modern controls and refined targeting.

    The 2021 remake starts with the highly influential Grand Theft Auto III (2001), which dazzled turn-of-the-millennium gamers with its vast (for its day) open-world sandbox of Liberty City. 2002’s GTA: Vice City built on that formula while adding a voiced protagonist, Tommy Vercetti (the late Ray Liotta), along with an abundance of 1980s nostalgia and satire. GTA: San Andreas capped off the trilogy in 2004 with a broader scope (it spans three cities) and a memorable 1990s hip-hop soundtrack; you walk in the shoes of Carl “CJ” Johnson (Christopher Bellard) as he returns to his Grove Street home after five years away.

    GTA+ launched in 2022 for GTA Online players on PS5 and Xbox Series X/S. In addition to the revolving assortment of games, the $6-per-month program offers perks like a monthly deposit of $500,000 in virtual currency, and rotating rewards like in-game vehicles, clothes, properties, weapons and bonus mission rewards.

    This article originally appeared on Engadget at https://www.engadget.com/gta-now-includes-free-games-starting-with-three-grand-theft-auto-remasters-184032617.html?src=rss

  • Snapchat+ grows to 5 million subscribers

    Snapchat’s subscription service for its most dedicated users continues to grow. Snapchat+, the premium service that offers fans exclusive features, has more than 5 million paying subscribers, Snap announced Thursday.

    The milestone comes after the service, which launched last June, crossed 3 million sign-ups in April. That’s still just a fraction of the 750 million people who use Snapchat each month, but it’s a significant number for the company, which has been looking to boost non-advertising sources of revenue. As Bloomberg points out, Snap CEO Evan Spiegel has said his “medium-term goal” is to reach 10 million paying users.

    Snapchat has used generative AI tools and other exclusive features to lure users to signing up for the $4-a-month service. When the company first introduced its MyAI chatbot and, more recently, its generative AI selfie feature, the tools were initially limited to paying subscribers. Other perks, like the ability to check how many times friends view your Story and exclusive Bitmoji customizations, are meant to appeal to power users.

    The relative success of Snapchat+ stands in contrast to X Premium (formerly known as Twitter Blue), which Elon Musk has made a centerpiece of his strategy to revitalize the embattled social media company’s business. X has not formally released subscriber counts, but one researcher, speaking to Mashable, recently estimated the number to be less than one million.

    This article originally appeared on Engadget at https://www.engadget.com/snapchat-grows-to-5-million-subscribers-182531075.html?src=rss

Shorcode: RSS feeds into WordPress

WP_w3all phpBB WordPress 1.9.7 >

WP_w3all feed version 1.0

check all others shortcodes listed under the “common how” to section

Note that substantially this shortcode can substitute with easy all others old phpBB last topics shortcodes. It can retrieve any kind of posts/topics list and display as more like using style/classes or inline style. Follow read more below …

Note: this shortcode work ok also if a valid path to a phpBB config.php file has not been setup and the plugin result as not activated (RED text) on plugin admin page

Note also that this shortcode as it is coded, like the related WP hook, caches results for 12 hours by default

Look two raw examples

As basic default the shortcode feeds, that can point to a phpBB generated feed OR to any other valid feed resource, need to be used like this:

The example of feed to retrieve is here for phpBB, but it’s possible to use any valid feed URL to display feeds from any resource. Check some feed example to grab here http://simplepie.org/demo/ or any other you want and use into the shortcode like this:

here as example the w3feed_items_num attribute limit to 10 items to retrieve and display from the RSS source:

To display phpBB posts feeds styled, there are some more attribute that is possible to use except the default 2 above explained:

using all together, look this example, that not contain the w3feed_text_words attribute, in which, one possible value to use, is may reserved (may not) to phpBB news/last post RSS, and explained separately more below:

the attribute w3feed_ul_class=”myexampleClassXUL” will assign class name myexampleClassXUL to the wrapper element ul. w3feed_li_class do the same for nested li assigning myexampleClassXLI to all li elements of this feed.

adding w3feed_href_blank=”1″ will cause that links elements <a> that point to topics or links to authors will include/output with the html attribute target=”_blank”

w3feed_inline_style attribute can be used to inject inline style into each li element. Note that by the way it has been tested without using special chars on it, so that special characters may need to be properly escaped to be used in this case.

It’s possible to assign different classes and display each shortcode feeds output, ul and li elements, styled as it need to be or/and as more like.

Here you can see examples for phpBB to retrieve feeds: forums news, all forums, single forum, single topic and more, plus advanced features:

https://www.phpbb.com/support/docs/en/3.1/kb/article/faq-phpbb-atom-feeds/

The w3feed_text_words=”numOfWords” attribute is may reserved to be used only for phpBB posts feeds, while the 0 (zero) and content values are ok to be used on any other feed, not only phpBB:

0 | num of words | content

if omitted w3feed_text_words=”content” is the default behavior/result, that will return all the content of the post or feed item, changing nothing on output.

while adding an integer value, as example 30, so, w3feed_text_words=”30″ will cause that firsts 30 post’s words will display, and the default Statistics: phpBB text on output removed, while will be maintained all the rest, and the result will be something like:

Post Title
Post Content
Posted by axew3 — Sat Mar 09, 2019 12:04 am

w3feed_text_words=”numOfWords” int value can may also be used for any feed and not only for phpBB posts, but check before that the result is what you expect to be.

Using 0 (zero), so w3feed_text_words=”0″ , will cause that only topic’s titles links will display.

Except the mandatory w3feed_url attribute, any of the attributes can be mixed, applied or not applied, on each shortcode feed.

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: