Support Forum
Hi,
Probably this has already been asked before and I checked recent posts for about half an hour but couldn´t find any that describes the problems I got.
1. When I open the profile pop-up window of a user there´re 2 buttons (The list topics buttons) that exceed the window size:
This does not look very professional. I saw in another forum that I can add a second line within these buttons. Unfortunately I´m not that into CSS coding but maybe you can help me with this?
2. I downloaded the plugin "post thanks" which includes the level points system. Unfortunately the names for each level are not showing in my forum. E.g. Level 1 should be "New one" for points < 50. So this should show for all new members? Unfortunately I can´t find this name in any profile...there´s just "member" which I think is the profile status of Wordpress...
Hopefully I could explain the problem quite understandable and you can help me?
Thanks in advance,
alex
Let's do these one at a time if that is OK. So the first one...
As you will see - if you open your own profile popup here - our buttons DO fit and change dynamically. So the question becomes - what is the difference? And that is almost certainly going to come down to your WordPress theme CSS...
Could you try adding the following to your WordPress theme styles.css file to see if it helps? I would try it on your site but you have not given me a link...
button, a.button, input[type="button"], input[type="submit"] { white-space: normal; }
and let me know the outcome of course...
YELLOW
SWORDFISH
|
First: Thanks for your very quick reply!
Second: What else is there to say than - PER-FECT! This fixed the first problem in a minute. Thanks a lot! Maybe I could´ve found out this by myself but it´s my first self-made website and I´m not that into these problems. But I´m happy to see that I get fast and excellent support
Ok, let´s try to solve the second problem...any suggestions?
I have opened a ticket to see about getting that into all themes by default. We perhaps assume this to be the norm in WP themes but clearly this is not the case.
As to question 2 then I thin yu probably need to taje a look at this: http://codex.simple-press.com/.....st-thanks/ which should help.
YELLOW
SWORDFISH
|
Thanks for the help. Unfortunately that didn´t work...maybe I just don´t know where to add which code. I managed it to show the total points earned with received thanks and posts by using this code in the 'spProfileShow.php':
guests dont have access to view your forum, so the link doesnt help much...
you are trying to use sp_thanks_post_user_reputation() in the profile?? Afraid you cannot do that... that template tag is designed for topic view, showing the reputation for each post author... hence the name, post_user_reputation... sorry if the codex was not clear...
if you want to show it in a profile, use sp_thanks_profile_reputation() instead..
Visit Cruise Talk Central and Mr Papa's World
Ah, ok, in fact the first thing you explained about the reputation being shown in each topic is what I wanted...I just used the code in the wrong php file. I just inserted it in the topic template and it worked...except 1 thing:
Now it´s showing the reputation points earned but I wish to show the title of the reputation. E.g. I got "New one" for receipt thanks < 50...In this case the reputation should show "New one" instead of the thanks value...
I have just opened my forum for guests so if you follow this link you should see at least 1 forum with posts. http://blogmetohell.de/forum-4/
Thanks in advance.
alex
afraid the plugin is not set up that way... it outputs the points... first time anyone has asked for the level instead (less info)... but it can be considered in the future...
if you know a bit of php, you could use a hook, sph_PostThanksReputation, to alter the output before its written...
or you could fork the plugin and just change the output the level instead of value... as is now, the level is shown if you hover over the stars image...
Visit Cruise Talk Central and Mr Papa's World
Ah, ok...many thanks for your help. Unfortunately it´s not possible to show the reputation title...I just wonder why there´s an option to enter these titles? I mean ok, you see the title when you hover above the reputation but which user knows this? I think it would be much more user friendly if you could show the title in an additional field at least...
Maybe you can change this in future?
Anyway, you already helped me a lot and after a while I also managed it to offer my local language to users...it´s about to be completed;)
alex
1 Guest(s)