ClearConscious
Forum Replies Created
-
Finally got it.
For anyone that needs help with this, the code can be found below:
<?php $user = get_userdata($comment->user_id);
if(function_exists(‘cp_module_ranks_getRank’)){
echo ‘[Rank: ‘;
echo cp_module_ranks_getRank($user->ID);
echo ‘]’;
}?>Is there a way to include Rank: Zombie for instance. This just displays the rank. I’m hoping I can let people know that’s their rank by including “Rank: [rank inserted]”
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php $user = get_userdata($comment->user_id); if(function_exists('cp_module_ranks_getRank')){ echo cp_module_ranks_getRank($user->ID); }?>Like that?
Nope, doesn’t work 🙁
Forum: Plugins
In reply to: Podpress: Error opening [url….]I was using Firefox, also checked it in Chrome. This happened before and I fixed it trouble is I can’t remember how to do it. The widget is the thing that doesn’t work, the podcasts themselves work in the article.
Thank you sir. That did the trick.
Anyone?
Forum: Plugins
In reply to: Issue with Nex Gen GalleryGah this is soooo fustrating. I’ve tried several things and still no luck.
Forum: Plugins
In reply to: Issue with Nex Gen GalleryAnyone?
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?Just like that?
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?I removed those lines from the CSS and it still looks like people are still hitting the 404 page.
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?Well it looks like that should have fixed the issue. I’ll wait an hour or so just to make sure that it’s fixed for good.
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?Ah, that makes sense. I’ll fix that and see if it properly addresses the issue. I swear this theme, while awesome in a lot of errors has some very messy code in others.
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?Well this particular link is getting a decent amount of hits and I would rather people get redirected to the home page rather than these. Is there a way to do that?
Forum: Fixing WordPress
In reply to: 404 Errors from wp-content folder… Anyone have a fix?Anyone?