-
Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to & Troubleshooting 9 years, 7 months ago
@dwsowash glad to hear you found a solution! š
-
Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to & Troubleshooting 9 years, 7 months ago
-
bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
@dwsowash @henrywright
Not sure why my code is getting stripped here now as I used the code tag in the editor but to support what henry suggested you can find snippets here:
Maybe what you need or maybe not. -
bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
if ( is_user_logged_in() ) {
<a>Profile</a>//link to users profile
} -
bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
@dwsowash
<?php
if ( is_user_logged_in() ) {
<a href="<?php echo bp_loggedin_user_domain(); ?>">Profile</a>//link to users profile
}
?>
-
bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
if ( is_user_logged_in() ) {
<a>">Profile</a>//link to users profile
} -
bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
-
Henry Wright replied to the topic [Resolved] create a link or redirect in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi @dwsowash
A simple HTML link can be created like this:
<a href="http://gothicspider.com/members/username/profile/" title="Title">Link text</a>
Is this what you mean? Or were you looking for something dynamic?
-
Henry Wright replied to the topic Stylizing the Register page in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi @dwsowash
You can create a child theme and then add your custom CSS to your child theme’s style.css file. Check out this article on Child Themes to get you started.
@dwsowash
Active 5 years ago