Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
5.0 Up and running. Minor Issues.
Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 10, 2012 - 8:43 pm

ok one more question

 

is there a way for me to do a mass update to all of my existing posts for a change to the smiley and image directories...

With this upgrade all of my smiley and image links are broken.

 

I would prefer not to have to do 200ish pages by hand.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 11, 2012 - 4:41 am

Really? Did you re-locate the forum smileys folder? If so then putting it back where it was should sort it out.

But to answer the question... if you know what you are doing and feel confident then exporting your database to a sql text file, loading it into a good text editor and performing a search and replace and then re-importing to your site would work. You need to close the site down while you do it of course and you have to be careful but that is how I would do it! The dirty way smile

As to HighSlide, we sadly dropped this (I seem to remember telling you we were going to) because of the licensing issue. It also enabled us to focus on using the jQuery UI library which already comes bundled with WP meaning we didn't have to supply any extra scripts. HighSlide was, to be frank, probably an easier, more versatile and robust tool to use but it is not GPL and requires a license fee when used commercially.

I am not really sure if it would be that easy to swap out the current implementation to use HighSlide for images instead. What happens if you turn off the use of our 'popup enlargement' feature? Do you have HighSlide set up to automatically detect and load images when clicked? I am not even sure of that is possible but it might be.

andy-signature.png
YELLOW
SWORDFISH
Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 11, 2012 - 11:54 am

First... Great job on version 5 I am very impressed. great coding, great design... I like it...

Now back to the issues at hand.

 

1...

ok That is a great idea I will export and do a search and replace...

I just did this it worked great and I was able to clean up a lot of issues with changes in the site and forum.

It works great now, so item 1 is closed...

Item 2 & 3 are still open.

 

2...

Next issue I have a highslide license and I did this before you told me which file the highslide call was in and I modified it and it worked flawlessly.

I would like to do the same again... if you can tell me what directory, files and approximate line I will go in and mod the code to call my highslide instead of your default viewer. that is the right way to do this

 

3. a new one today I can edit my postes if I use tinyMCE it works for all of the other editor types?

When you select tinyMCE as the editor you see the text you would be editing flash by and then there is a blank and somewhat (one shade darker) background which is blank? I tried everything I could see am I doing something wrong?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 11, 2012 - 8:49 pm

have to leave #2 to Andy.... cry

on #3 need more info, including a screencast or screenshot...  havent heard of this one before...

Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 11, 2012 - 9:29 pm

I tried this in firefox because that is what you seem to be using but has the same result in firefox, safari, chrome, and IE

 

1 .go to my site http://mygarageshop.com/forum

 

two problems:

    I have both the math and drag and drop spam control... I cant seem to remove math.

    the edit screen in disabled and blank

    if some way you can post something, save it and try to edit it.

 

it works for every editor and if you select html from tinyMCE and it works on your site?

I am stuck and no one can post or edit posts on my site including me as supervisior...

 

I need help on this one it has been almost a week now...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 11, 2012 - 10:30 pm

the math spam is a permission... if you are using drag and drop, just set all permission sets to have the bypass spam control permission set to true...

you have lots of jquery errors on your pages...   use firefox with firebug and the console open when you load a page... you will see them...

big one:

"NetworkError: 404 Not Found - http://mygarageshop.com/forum/.....jquery.js/"

so appears you are trying to hard code load js???  on forum pages?  its going to be coming from these:

<!--
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("form").submit(function(e){
    alert("Submitted");
  });
});
</script>

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
    $(document).ready(function(){
      $(".mg-FacebookContainer").mouseleave(function(){
        $(".mg-FacebookContainer").scrollTop(0);
      });
    });
</script>

also would suggest turning off wp comments on the forum page... that comment opening/closing box is quite annoying! 😉

Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 12, 2012 - 7:32 am

I should have noted that this problem was there before I tried to add in my site specific items...

 

But I removed all of it and the problem still exists...

My theme is derived from twentyeleven with just a different header and foooter so it is not a theme related issue.

But to be sure I switched to twenteyeleven and the problem still exists.

 

I do not know what is causing this problem, but everything you mentioned is gone now and the problem is still there.

I really need some help with this one.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 12, 2012 - 8:50 am

Probably need to take this one step at a time so the first thing would be to eliminate any further script conflicts. I don't believe this should have a bearing on tinyMCE but if we can get rid of it then it would be for the best as we would then have a clean slate. Something - theme or plugin - is loading the jQuery ui script from the google CDN. This, at l;eats n the forum page, is already being loaded for the wp scripts repository which means it is being loaded twice. If we can eradicate that issue then as far as I can tell that removes known conflicts. Then we can try and troubleshoot the tinyMCE issue.

andy-signature.png
YELLOW
SWORDFISH
Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 12, 2012 - 9:49 am

deactivated everything including simple press.

then activated simple press and got this immediately after clicking activate...

Warning: Cannot modify header information - headers already sent by (output started at /problem-with-post-edit-buttonome/content/93/8516993/problem-with-post-edit-buttontml/production/wp-content/themes/mygaragetheme/functions-inc-formatting.php:12) in /problem-with-post-edit-buttonome/content/93/8516993/problem-with-post-edit-buttontml/production/wp-includes/pluggable.php on line 866

Warning: Cannot modify header information - headers already sent by (output started at /problem-with-post-edit-buttonome/content/93/8516993/problem-with-post-edit-buttontml/production/wp-content/themes/mygaragetheme/functions-inc-formatting.php:12) in /problem-with-post-edit-buttonome/content/93/8516993/problem-with-post-edit-buttontml/production/wp-includes/pluggable.php on line 866

 

then site was down I could not do anything I had to delete the simplepress plugin directory to get back in to dashboard.

Next step?

Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 12, 2012 - 10:05 am

ok correction...

if I refresh I can get back to the site I do not have to delete the simple press plugin directory...

 

I did not have this before the 5.0 upgrade? worked great with 4.x

what should be my next step.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620