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
A couple of "bugs"
Avatar
edinchez
Member
Free Members
sp_UserOfflineSmall Offline
Dec 19, 2011 - 4:55 am

Okay, new thread in the SP 5.0 forum. So, like I said, the Quote, "Open the forum toolset" and the Information button in the footer aren't working. Probably some javascript bug but I have no idea how to fix it. I gave Mr Papa and Yellow Swordfish the login infos through PM so maybe you can check it out?

I'm getting a "|" sign in front of the page name, in this case, Forum. How can I remove it? It wasn't there in 4.5.0. Screenshots: Image Enlarger

I also noticed a bug when editing a post that contains smileys. When you click on edit post, it converts all the smiley images to html codes, like <img src...>.

And how can I change the registration link to my BuddyPress registration page? I know the WP registration link gets redirected to it automatically, but I don't want it to be seen at all.

I'm also getting a small bug in the login box. Screenshot:

Image Enlarger

And final question: How can I make the overall font size a bit bigger? Everywhere in the forum. I'm using the CSS only theme and I'm gonna copy and rename the folder to make some color changes, so maybe I can change the font size there as well.

I'm sorry for annoying you so much, it's just that I have a deadline for the website release and I just wanna get rid of all of these bugs. Thanks a lot for your time!

Edit: I also noticed that you can't select what to show and what not to show in the latest forum posts widget anymore. How can I only show the avatar, topic name and time (without date) in one line?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 19, 2011 - 9:25 am

the page title you refer is written by your wp theme, not us...  but you might check your seo settings on forum - components - seo settings...

I am unable to duplicate your smiley issue... works fine... so can you provide more info? ie how you create the smileys initially, which editor, which browser, etc...

font size, just increase it...  you sound like you are already going to create your own theme (good!)... you will see the base font size defined around line 69 under #spMainContainer {

its inheriting its base size from your wp theme, but you can increase it to whatever you want... 

on the register link, it just goes to the wp register page, but if you are redirecting, not sure I see the issue..  but other option is to just turn it off... again, in your theme... you have nearly complete control with your theme...  where you show the login form, just add an argument of showRegister=0 to not have a register link...  our docs are still a work in progress which will make it easier for you to do this stuff on your own...

I dont understand your widget question... we actually added more options and control on how stuff is displayed...  display order is the elements you want to see... best to look in the template tags plugin, the sp-RecentPosts-tag.php file and see how all those options work...  again, codex pages when complete will help here...

Avatar
Dave
Member
sp_UserOfflineSmall Offline
Dec 19, 2011 - 6:14 pm

Just a quick note: The | character did not display in previous versions (same theme). You'll find it under Title Separator in Forum>Components>SEO as Papa stated. Just remove the character and save the settings and it will be gone.

Seems to me that if there none of the page/title rewrite options are selected that the | separator shouldn't be included.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 19, 2011 - 6:41 pm

could you explain further? you turned off all other page title options and still got the |? that would be something we need to fix if the case...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 19, 2011 - 6:48 pm

hmm... looks like its outputting it first always... ticket open...

Avatar
jeffreyhuan
Rookie
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2011 - 12:24 am

Dave H said

Just a quick note: The | character did not display in previous versions (same theme). You'll find it under Title Separator in Forum>Components>SEO as Papa stated. Just remove the character and save the settings and it will be gone.

Seems to me that if there none of the page/title rewrite options are selected that the | separator shouldn't be included.

I've got the same problem. There is no | in the previous version.

Avatar
edinchez
Member
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2011 - 2:06 am

I removed the character, and now for example when i go into some forum, it says for ex. "General Discussion Forum | Site Name", and with the character it used to say "General Discussion | Forum | Site Name". I don't see it as much of a problem, but if you can fix it, that would be great.

Edit: I figured out my theme's jquery was making the quote problem, but I tried disabling it from my theme's functions.php, and it still wasn't working. The information button on the footer did work, but the quote button still didn't. Plus my theme's slider broke, so I can't afford removing the jquery. Is there any way around this?

I also found a bug with the editor plugins. When I activated either one of the QuickTags plugins and when I clicked on New Post or New Topic, it simply showed me some BBCode buttons in a blank page, nothing else. Screenshot: Image Enlarger

And when I activated the TinyMCE plugin, I couldn't click on the editor. The buttons were there, but it was like the editor was blocked or closed or something, I couldn't type or do anything in it. And the smileys bug is still there. When I click on a smiley while writing a new post, it simply shows the smiley code. But when I save it, it shows a html tag trying to show the image. Screenshot: Image Enlarger

In this case I didn't even type "confused", it showed it by itself.

Also, I'm using a modified version of the "css-only" theme, and I've noticed that it only highlights every second forum/topic when hovered. How can I make it so it highlights every forum/topic when hovered?

And where can I edit the tag "spListItemTag"? I fixed the order of the latest posts widget, but now it's showing them in new lines. I want it to show the avatar, topic name and the date in the same line. Screenshot: Image Enlarger

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2011 - 7:27 am

not sure everyone is talking the same thing here...  and if you remove all the sp seo rewrite options, why one would just disable it - the first option...

edinchaz - of course... if you remove the separator, and still output multiple items, what would you expect??? you need a separator or they will run together...

still think you have js issues...  I cannot duplicate anything, nor has anyone else reported similar issues, with those editors...

nothing to fix on order... its options for you to use, including order... now you just need to clean up the display... you need to look at the file itself to see a discussion of the various options and style elements available...  the default for afterTopic is a <br /> - pass an empty value... for the avatar, you probably want a display:line style on the assigned class...

Avatar
edinchez
Member
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2011 - 1:19 pm
    wp_deregister_script('jquery'); 
        wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2'); 
    wp_enqueue_script('jquery');
    
    wp_deregister_script('jquery-ui'); 
        wp_register_script('jquery-ui', ("http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"), false, '1.4.2'); 
    wp_enqueue_script('jquery-ui');
        
    wp_enqueue_script('superfish', get_template_directory_uri() . '/js/superfish.js');
    wp_enqueue_script('supersubs', get_template_directory_uri() . '/js/supersubs.js');

 

That's how my theme loads jquery. Is there anything wrong with this? If yes, how can I fix it?

Edit: I can't for the love of god fix the widget. I tried removing <br /> from afterTopic, nothing changed. Then just to test I tried removing "Topic:" from both sp-RecentPosts-tag.php and sp-RecentPosts-widget.php everywhere and it never changed. What other file can control that behavior?

Avatar
Malte
Member
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2011 - 2:34 pm

I've got the same problem. There is no | in the previous version.

Yep, it's an issue with the seperators since Build 7499.

Regards

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
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