A A A

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 4 characters - maximum search word length is 84 characters

Topic RSS Related Topics
Quote doesn't work
Tags: I
Mar 11, 2010
5:16 am
Member
Forum Posts: 48
Member Since:
Feb 6, 2010
Offline

I just installed the latest update of SP in WordPress 2.9.1 but the Quote button in posts doesn't work. Is this a bug?

Mar 11, 2010
6:09 am

SP Master
Forum Posts: 22131
Member Since:
Nov 9, 2008
Offline

No it is not a bug. I believe you are the second person to ask this question. There is no known bug in quoting. However there can be a javascript problem somewhere that is stopping the quote function from working correctly. Can you check with, say, the FF Error Console (Errors tab) to see if anything gets reported when you try it?

Yellow Swordfish
Mar 11, 2010
7:17 pm
Member
Forum Posts: 48
Member Since:
Feb 6, 2010
Offline

After some searching I found the conflict. It is in:

<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>

 

But I really need that part of jQuery. How can I solve this?! :D

Mar 11, 2010
8:16 pm

SP Master
Forum Posts: 23587
Member Since:
Dec 10, 2006
Offline

why not use the jquery ui wp already loads??? and do you need it on the forum page? ie, only load it on the pages that need it… was it properly enqueued like ALL wp js should be?

Mar 12, 2010
12:05 pm
Member
Forum Posts: 48
Member Since:
Feb 6, 2010
Offline

When I delete the line

<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>

My custom created featured content gallery and other jQuery stuff aren't working anymore. What jQuery ui is WordPress loading then? And why doesn't that work.

Mar 12, 2010
12:21 pm

SP Master
Forum Posts: 23587
Member Since:
Dec 10, 2006
Offline

look in your wp-includes/js/jquery and you can see the various ui stuff it loads… however, notice your says 'custom'… is it no conflict? has it replace $ vars with jquery (or other) for wp compatibility?

is that special jquery file used/needed on the forum page? again, it should be properly enqueued so its only loaded when needed…

Mar 12, 2010
12:28 pm
Member
Forum Posts: 48
Member Since:
Feb 6, 2010
Offline

<?php if (is_page('forum')) { ?>

<?php } else { ?>

<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>

<?php } ?>

 

This is doin' the trick for now :)

Mar 12, 2010
12:35 pm

SP Master
Forum Posts: 23587
Member Since:
Dec 10, 2006
Offline

okay. yes, dont load something if not needed – generally will make your whole site perform better… though there are better ways wink that one is just fine for the forum page…

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online: chucktho, SPQC
56 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 485

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2616

Members: 7328

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10839

Posts: 79118

Moderators: Brandon C (158)

Administrators: Yellow Swordfish (22131), Mr Papa (23580)