Forum

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
There is a slash () before my apostrophes
26 September, 2011
5:01 pm
gadietrich
Kingsford, MI
Enthusiast
Forum Posts: 23
Member Since:
1 May, 2010
Offline

So…I've seen this before but hadn't cared too much. I now hav e a client that cares.

How can I get rid of the \ before an apostrophe?

As far as I can tell this only happens in the widget. An example is seen in my side bar, "God\'s Passion For Obedience"

http://www.christisall.net/oln…..t/sermons/

30 September, 2011
2:20 am
gadietrich
Kingsford, MI
Enthusiast
Forum Posts: 23
Member Since:
1 May, 2010
Offline

So by no response for a few days does this mean this forum is unmoderated?

30 September, 2011
4:47 am
Rich Brown
Parkville, MD
Guru
Forum Posts: 306
Member Since:
13 July, 2009
Offline

gadietrich said:

So by no response for a few days does this mean this forum is unmoderated?

No it's moderated – he's just not here that much. There is a solution in the forum, but the search feature doesn't work. I am going to scroll through and see if I can find it.

Rich Brown
Aisquith Presbyterian Church
Parkville, Maryland, USA
sermons.aisquith.org
30 September, 2011
4:54 am
Rich Brown
Parkville, MD
Guru
Forum Posts: 306
Member Since:
13 July, 2009
Offline

gadietrich said:

So by no response for a few days does this mean this forum is unmoderated?

gadietrich, what version of SB is being used on that client's site?

Rich Brown
Aisquith Presbyterian Church
Parkville, Maryland, USA
sermons.aisquith.org
2 October, 2011
3:07 pm
gadietrich
Kingsford, MI
Enthusiast
Forum Posts: 23
Member Since:
1 May, 2010
Offline

Thanks for chiming in and trying to help. I noticed that that search function didn't work…bummer. I then noticed a message that says the owner is only around about once a week…also a bummer.

My version is 0.45.4.

The site can be found at it's live location of http://olneybaptist.org. FWIW, I have stopped using the widget too. It was doing weird spacing things and adding a blank sermon.

My main issue now, unrelated to the slash issue is that the contact info in my sidebar gets hyperlinked to the sermon page….but only on the sermon page. I can't figure that out either. http://olneybaptist.org/sermons.

4 October, 2011
2:53 am
Rich Brown
Parkville, MD
Guru
Forum Posts: 306
Member Since:
13 July, 2009
Offline

The patch I found was for removing the \ in tags. I was not able to find anything for your issue. Sorry.

Rich Brown
Aisquith Presbyterian Church
Parkville, Maryland, USA
sermons.aisquith.org
4 October, 2011
1:50 pm
gadietrich
Kingsford, MI
Enthusiast
Forum Posts: 23
Member Since:
1 May, 2010
Offline

No worries…I will simply not use the widget.

5 October, 2011
2:31 am
joelandrewbrown
Antioch, IL
New Member
Forum Posts: 1
Member Since:
5 October, 2011
Offline

This happened to me only on the 'Most Popular Sermons' widget. On line 175 of wp-content/plugins/sermonbrowser/sb-includes/frontend.php

change:

$output['sermons'] .= '<li><a href="'.sb_build_url(array('sermon_id' => $sermon->id), true).'">'.($sermon->title).'</a></li>';

to:

$output['sermons'] .= '<li><a href="'.sb_build_url(array('sermon_id' => $sermon->id), true).'">'.stripslashes($sermon->title).'</a></li>';

That'll fix you up, and should fix you up on other widgets if you just find the template and find where the code is that is not stripping the slashes.

13 October, 2011
4:11 am
thedebolavirus
Sydney, Australia
Enthusiast
Forum Posts: 15
Member Since:
1 November, 2010
Offline

Thank you for that fix! I had the same problem also with the "series' links. For anyone else trying to fix it, I found the code on line 219.
Change it from:

$output['series'] .= '<li><a href="'.sb_build_url(array('series' => $series->id), true).'">'.$series->name.'</a></li>';

To:

$output['series'] .= '<li><a href="'.sb_build_url(array('series' => $series->id), true).'">'.stripslashes($series->name).'</a></li>';
25 March, 2012
2:27 am
CoolHappyGuy
Bloomington, IL USA
Enthusiast
Forum Posts: 13
Member Since:
27 February, 2012
Offline
10

Rich Brown said

The patch I found was for removing the \ in tags. I was not able to find anything for your issue. Sorry.

Where is this patch for remove the "\" in tags?  Could you please provide a link?

25 March, 2012
4:01 am
Rich Brown
Parkville, MD
Guru
Forum Posts: 306
Member Since:
13 July, 2009
Offline
11

CoolHappyGuy said

Rich Brown said

The patch I found was for removing the \ in tags. I was not able to find anything for your issue. Sorry.

Where is this patch for remove the "\" in tags?  Could you please provide a link?

http://www.sermonbrowser.com/f…..ack-slash/

Rich Brown
Aisquith Presbyterian Church
Parkville, Maryland, USA
sermons.aisquith.org
Forum Timezone: Europe/London

Most Users Ever Online: 40

Currently Online:
15 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

malpan: 2453

jogen: 2440

VanWatterson: 652

GeraldSebring: 364

LucasWoltman: 362

RandellFeenstra: 362

Member Stats:

Guest Posters: 7

Members: 2066

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 2

Topics: 1071

Posts: 4045

Newest Members: Nixon Designs, zolaperry, tanec69, lbakyl, richdorm, Aaron Velasquez

Moderators: Ben Miller (387)

Administrators: Mark Barnes (425)

Comments are closed.