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
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 26, 2012 - 4:41 am

Look at the code you changed before. I put in an extra filter for the 'mouse' icon. Just return a true or a false.

The only 'spam' type tool available in the core is the old spam math which is a permission you turn off (Bypass Spam control) so you an turn that back on

andy-signature.png
YELLOW
SWORDFISH
Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2012 - 6:08 pm

Thanks for the change...

To clarify I need to turn the drag and drop off and turn the math on...

 I know how to turn the math on and off, but how do I turn the drag and drop control off?

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2012 - 8:44 pm

Do you have the SP Captcha plugin installed & activated? If so, try deactivating it.

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

it is possible to have the captcha on registrations, but not the posting...

Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2012 - 1:41 pm

I am aware that I can turn the math on for registrations and postings.

I need specifically to turn the drag and drop off.

Another plugin is conflicting with it and stopping me from posting

I need the other plug in and I need to post.

 

So how do I turn off the drag and drop for posting and or all together?

I know how to turn on the math already (in permissions)

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2012 - 2:29 pm

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

Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Feb 1, 2012 - 2:37 am

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

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Feb 1, 2012 - 3:50 am

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.

andy-signature.png
YELLOW
SWORDFISH
Avatar
MyGarageShop
Member
Free Members
sp_UserOfflineSmall Offline
Feb 1, 2012 - 10:18 pm

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.pngImage Enlarger

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Feb 2, 2012 - 4:22 am

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.

andy-signature.png
YELLOW
SWORDFISH
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