Support Forum
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
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.
YELLOW
SWORDFISH
|
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?
have to leave #2 to Andy....
on #3 need more info, including a screencast or screenshot... havent heard of this one before...
Visit Cruise Talk Central and Mr Papa's World
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...
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! 😉
Visit Cruise Talk Central and Mr Papa's World
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.
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.
YELLOW
SWORDFISH
|
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?
1 Guest(s)