Support Forum

A couple of "bugs"

22 Answers

New Answer

ED edinchez
edinchez
Member

Oh man, I feel so dumb right now. I was editing the core files, while I forgot that I could do the same from the widget options, haha. So, the ONLY problem I have left is that the avatar won’t show in the same line as the topic name and date. I know I can fix that with some CSS, but I have no idea how to do it since I’m not experienced with CSS at all. I’m so sorry for annoying you this much, but I kinda want everything to be perfect in the site. Here’s a screenshot of what I’m talking about:

Edit: I just noticed another bug. When a user clicks on the smiley images, the smileys work fine. But when someone enters the code for a smiley, it instead shows a broken html code trying to display the “confused” smiley. Screen:

When taking this screen, I also noticed that it shows that I have 9 forum posts, while there’s only one post in the whole forum. Probably doesn’t remove the deleted post from the count. But it’s no biggie, you guys will probably take care of it whenever you can.

MP Mr Papa
Mr Papa
Member

on the avatar img class, try a display:inline

 or give me a link to example…

MP Mr Papa
Mr Papa
Member

deleted posts are NOT removed from the count by design…  a post made is a post counted…  if  you want to change that core behavior, you will have to hook into the deletion process and remove the count with a plugin or function…

I cannot duplicate your smiley behaviour either…  you might have some other plugin or theme function or js at work…  I exclusively use the shortcuts for smileys here… cool  also, you cannot drag and drop… 

a link to smiley example might yield some info…  what editor do you use?

ED edinchez
edinchez
Member

Ah! I had all three editors (HTML, BBcode and TinyMCE) activated. Your question about the editors gave me an idea, and I simply deactivated the HTML editor and now it’s working perfectly.

About the widget.. I have no idea which css style it’s using, since I couldn’t find spListItemTag anywhere except sp-RecentPosts-tag.php. I PM’d you the information about the site, if you could take a look it would be great.

MP Mr Papa
Mr Papa
Member

you can have all three activated… the question was which were you using? ie had selected in your sp profile…

you wont find that css… you have to add it to your wp or sp theme to match the manner you want… no real way for us to match every sidebar by default…

MP Mr Papa
Mr Papa
Member

in your theme, sp or wp, just add

#spRecentPostsTag li.spListItemTag .spAvatarTag { display: inline; }

and it will be how you want…  you might want to add other css to style (ie padding, etc)…

ED edinchez
edinchez
Member

You sir are a life saver. Thank you a million times! About the editor, I was using the TinyMCE editor.