Widget issue

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Widget issue

Re: Widget issue

by Floosi » Mon Jun 13, 2016 6:10 pm

Seems to be all fixed, thanks very much! :D

Re: Widget issue

by axew3 » Sun Jun 12, 2016 4:12 pm

to solve, until 1.4.5:

OPEN:
class.wp.w3all.widgets-phpbb.php
search for (line 18 on 1.4.4):

Code: Select all

	if ( is_user_logged_in() ) {
		   $instance['title'] = $instance['title_logout'];
		  } 
remove or comment out, save file, replace.

OPEN:
class.wp.w3all-phpbb.php
just before line 206
add the follow:

Code: Select all

$phpbb_user_session[0]->pf_phpbb_website = (isset($phpbb_user_session[0]->pf_phpbb_website)) ? $phpbb_user_session[0]->pf_phpbb_website : '';
Save file. Replace.
strange this second, but ok we will see... i do not get this error, even on local test where php is configured to report any notice or warning ... let know if all working ok after this cleanup edits on 1.4.4. On 1.4.5 as above explaine, will be so removed/applied.

Widget issue

by Floosi » Sun Jun 12, 2016 10:47 am

Seem to get this show up whenever i'm logged in on the widget,
this is the same for every user and not sure how to fix it.

Image

Code: Select all

19.		   $instance['title'] = $instance['title_logout'];


Also at the top of the screen there is
Notice: Undefined property: stdClass::$pf_phpbb_website in /home/sites/magnitudewow.com/public_html/wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 206

Code: Select all

206.   	         if( $phpbb_user_session[0]->user_password != $current_user->user_pass OR $phpbb_user_session[0]->user_email != $current_user->user_email OR $phpbb_user_session[0]->pf_phpbb_website != $current_user->user_url ){
any help would be appreciated

Top