jss
Forum Replies Created
-
Hi Tri Paloski,
yes, it’s exactly like this:
https://yoursite.com/profile/username- This reply was modified 7 years, 1 month ago by jss.
Thanks for the answer. I have a website where are a lot of users so it would be helpful because now people doesn’t know who is who on the chat. Is there a way to make it possible by changing something in the code? If not, do you think some next future update will make it possible? Thanks
Forum: Plugins
In reply to: [Birthdays Widget] Buddypress profile pictureHello, I’ve got the same problem. Could you please tell me the solution? Thanks
I found the solution, just put display_name as meta value- This reply was modified 9 years, 1 month ago by jss.
Forum: Plugins
In reply to: [BuddyVerified] Plugin doesen't work – settings resets when updateing userVersion 2.2 works, thanks! So should I stay with 2.2? What is the reason new newest version doesn’t work to me?
Forum: Plugins
In reply to: [BuddyVerified] Plugin doesen't work – settings resets when updateing userUnfortunately it didn’t help. I downgrade wordpress to 4.5, BuddyPress to 2.5.3 and BuddyVerified to 2.3 and still it’s the same problem. I see all plugin options but after saving any profile, plugin settings are blank again.
Forum: Plugins
In reply to: [Quick Chat] Add link on avatarI want exactly the same. Can anyone help how to add link on avatar (profile user). Thanks..
Forum: Plugins
In reply to: [Plugin: Gravatar] Is it possible to display gravatar for…The problem is resolved:
– I disabled Gravatar plugin
– i changed default avatar using instruction there http://wphacks.com/how-to-changing-the-default-wordpress-avatar/ i’ve set my own default avatar
– i edited styleForum: Plugins
In reply to: [Plugin: Forum server] how to change timezoneI found the solution: http://pl2.php.net/manual/pl/function.date-default-timezone-set.php
Just add this code in wpf.class.php after first
<?php:date_default_timezone_set('America/Los_Angeles'); $script_tz = date_default_timezone_get(); if (strcmp($script_tz, ini_get('date.timezone'))){ echo 'Script timezone differs from ini-set timezone.'; } else { echo 'Script timezone and ini-set timezone match.'; }of course change America/Los_Angeles for your own continent and capital of your country. you can found approwed list of continents and capitals at php.net
Forum: Plugins
In reply to: Upgrade Plugin: Unable to locate WordPress Content directory (wp-content).this code works, thanks medsdeb
Forum: Themes and Templates
In reply to: iNove – small questionthanks, it works. I found answer for my second question yet.
Forum: Themes and Templates
In reply to: iNove – small questionthanks but it doesen’t works
is’s my all comments.php:
<?php if
(function_exists(‘wp_list_comments’)) {
comments_template(”, true);
} else {
comments_template();
}
?>i have next problem – how to delete title and description at top? because I used text in graphic and this text hiding the text in graphic
please help
Forum: Themes and Templates
In reply to: how to make image displaying like thisbut it’s not works at my theme: http://ww.wp.xz.cn/extend/themes/inove
can you chelp me what to change in css to have rounded corners? my style.css: http://www.wklej.org/id/119224/
Forum: Themes and Templates
In reply to: how to make image displaying like thisi mean images post of course. i would like to make rounded edges. please help
Forum: Fixing WordPress
In reply to: Newest comic not showing on main page in ComicPressI have exactly the same problem!
PLEASE HELP
Forum: Themes and Templates
In reply to: Bad display in Internet Explorersorry. when i posted my last reply I didn’t notice your reply. when I repair code-structure nothing happend.
the problem was in style.css with “margin” (as you wrote in 1st post).
I wrote in code this:.headernav {
margin: auto;in place of:
.headernav {
margin: (some numbers);and now page displayed good in IE! yoppe :))
thx for interest my problem. bye!