Support Forum

Update Issue

SS shawn soden
shawn soden
Member

After forum update and the update of all plugins, I can not get the forum tools pop-up box to work. The box opos up, but you can not select any of the options such as Move Thread.

20 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Can you check it for script errors by any chance? Do you know how to do that using the console tools?

SS shawn soden
shawn soden
Member

Yes, all notices:

 

April 18, 2014 5:47 am | spaErrNotice | 60 | php

file: /simple-press/sp-startup/forum/sp-forum-support-functions.php
line: 637
function: sp_setup_title
Notice | Undefined index: forumname

April 17, 2014 6:04 pm | spaErrNotice | 13 | php

file: /simple-press/admin/panel-plugins/forms/spa-plugins-list-form.php
line: 171
function: spa_plugins_list_form
Notice | Undefined variable: disabled

April 17, 2014 9:23 am | spaErrNotice | 4 | php

file: /simple-press/forum/content/classes/sp-forum-view-class.php
line: 665
function: sp_forumview_build_subforums
Notice | Undefined variable: s

April 18, 2014 8:30 am | spaErrNotice | 21 | php

file: /simple-press/sp-startup/forum/sp-forum-support-functions.php
line: 641
function: sp_setup_title
Notice | Undefined index: topicname

April 18, 2014 8:30 am | spaErrNotice | 106 | php

file: /simple-press/sp-startup/forum/sp-forum-support-functions.php
line: 635
function: sp_setup_title
Notice | Undefined index: forumname

April 18, 2014 9:14 am | spaErrNotice | 1540 | php

file: /simple-press/forum/content/sp-group-view-functions.php
line: 1327
function: sp_ForumIndexSubForums
Notice | Undefined property: stdClass::$unread

YS Yellow Swordfish
Yellow Swordfish
Member

I thought we had knocked that damn setup_title() one on the head! I will have to look again!

But this is the error log. I was really meaning the script errors using the browser console. This WordPress page gives you a pretty good guide for doing so although the Firefox one is now out of date…

SS shawn soden
shawn soden
Member

Ah, sorry – I’ll check that out tonight. I have the error log from my web server saved, that’s how I found the WP Avatar Plugin was not working after the new WP update.

SS shawn soden
shawn soden
Member

users can not use internet explorer again, links do not work again.

YS Yellow Swordfish
Yellow Swordfish
Member

What does that mean? All seems working with IE here just dandy… I believe….

SS shawn soden
shawn soden
Member

When a user logs in using IE, the damn popup bubble is back. We coded that bubble out if you remember since it was preventing IE users from clicking links when logged in.

YS Yellow Swordfish
Yellow Swordfish
Member

No I don’t remember to be honest. Are you talking about stopping the tooltips? Which I think can be a problem on IE using Wndows 8? If so then there is a directive in the spFunctions.php of you SP theme that can control this.

SS shawn soden
shawn soden
Member

Yellow Swordfish said
No I don’t remember to be honest. Are you talking about stopping the tooltips? Which I think can be a problem on IE using Wndows 8? If so then there is a directive in the spFunctions.php of you SP theme that can control this.

Yes, I would have thought this was fixed in the latest update:

Find this:

# A small javascript routine has been used to replace standard browser tooltips with
# more appealing graphics. You can turn this off by setting SP_TOOLTIPS to false.

define(‘SP_TOOLTIPS’, true);

 

SS shawn soden
shawn soden
Member

From what I can see with the Forum Tools not working after update, the box appears behind the forum. Part of the box is under the forum page. Looks like another CSS issue… This happens in all browsers.

 

YS Yellow Swordfish
Yellow Swordfish
Member

On the first question regarding tooltips I don’t udnerstand your point. This IS the define I mentioned. You need to set it to false. Did you overwrite it with an update to the theme? As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/).

Or are you suggesting that we should be able to fix the way it displays in IE/Win8? Because if so then all the ‘tooltip’ scripts I tried showed the same problem suggesting this is much more of a Win8 issue.

On the forum menu then this is going to come down to an artifact of your WP theme with a CSS styling conflict of some kind. There have been changes to the ui-dialog z-index caused by changes to the WordPress ui-dialog CSS. It is possible your Wp theme is overriding both. We would need to see it in action in order to suggest a solution.

SS shawn soden
shawn soden
Member

I fixed the IE issue, yes I did not have my own theme created so the “false” was overwritten. 

 

My website is live, I will PM you admin account so you can test this.

MP Mr Papa
Mr Papa
Member

I believe we mentioned creating  your own theme multiple times… ;)

not fun I know, but hopefully you have now…

were there any other customizations you had made?

SS shawn soden
shawn soden
Member

Nothing else, I did have a saved copy of the .CSS for the CSS theme, so I am ok now minus the Forum Tools issue, can not select anything within that box.