Support Forum

5.0 Up and running. Minor Issues.

53 Answers

New Answer

MP Mr Papa
Mr Papa
Member

deactivate the plugin for altogether…  for just posting, look in the options panel for the captcha…

MY MyGarageShop
MyGarageShop
Member

Andy,

 

Is it too bold of me to ask you to change the filter you put in for my Mouse Thumnail Viewer issue?

 

Currently it looks like this:

if (apply_filters(‘sph_display_image_mouse’, $mclass)) $out.= ‘<img src=”‘.SPTHEMEICONSURL.’sp_Mouse.png” class=”.$iclass.’ ‘.$mclass.” alt=”” ‘.$mstyle.’/>’;

 

What I need to mimic the functinality I have in the rest of my site is:

if (apply_filters(‘sph_display_image_mouse’, $mclass)) { if ($anchor) $out.= ‘</a><a>’; }$out.= ‘<img src=”‘.SPTHEMEICONSURL.’sp_Mouse.png” class=”.$iclass.’ ‘.$mclass.” alt=”” ‘.$mstyle.’/>’;if ($anchor) $out.= ‘</a>’;
 

Or what ever variation of that you prefer…

 

I want the mouse Icon to apear but just not in the thumbnail viewer of highslide. I hope my request is clear enough. if not let me know.

 

Thanks in advance

YS Yellow Swordfish
Yellow Swordfish
Member

As I think I already said above somewhere – I still don’t follow your logic. What is the point of having a separate a tag construct?

But in hindsight I think I will change that line of code. I shouldn’t really be setting a filter to return a boolean. So probably just change it to something like…

if($mclass) {
    $mouse = '<img src="'.SPTHEMEICONSURL.'sp_Mouse.png" class=".$iclass.' '.$mclass." alt="" '.$mstyle.'/>';
    $out.= apply_filters('sph_display_image_mouse', $mouse);
}

which is cleaner and more consistent.

Update: Well yes – I do see what you are doing. The problem for me is it makes the mouse icon itself non-clickable which is not really desirable.

MY MyGarageShop
MyGarageShop
Member

For me it is a comprimise I can live with to have a consistant look and feel through out my site (it is not easy when you use several plug-ins to make the site look like one consistant piece of software) Im a trying. I still have some more work.

 

I appreciate the modification.

 

Also some of my users have had issues with the profanity filter (which seemed to work flawlessly pre-version 5)

Is this something on my end? I desabled the plugin for now but I really want to use it.

Here is a screen shot they sent me.

 

MyGarageShop-Profanity-filter-error.png
YS Yellow Swordfish
Yellow Swordfish
Member

While agreeing that this is an error that we need to clean up and will do – take a look at your settings because that suggests that there might be a replacement text missing – an imbalance between the ‘search’ text and ‘replace text…

Will open a ticket to get it fixed.

MP Mr Papa
Mr Papa
Member

other than moving profanity to a plugin, there were no changes in 5.0…

what is the issue with the profanity filter??

MY MyGarageShop
MyGarageShop
Member

Andy,

 

You are correct I was short one replacement word for the list I entered.

I have a question / comment. I replace every word with [censored] would it be a meaningfull option to say replace all words with a single word?

 

but either way my issues is corrected.

 

Also the Mouse Filter you added works perfectly.

Thank You

BR Brandon
Brandon
Member

MyGarageShop said

I have a question / comment. I replace every word with [censored] would it be a meaningfull option to say replace all words with a single word?

 

I will plus 1 that idea. I usually use the same replacement word anyways. 

YS Yellow Swordfish
Yellow Swordfish
Member

Do you want to open a ticket Brandon?