enderpal444
Forum Replies Created
-
Hi jlnd! This still isn’t working for me =(. Any other ideas? This would be so perfect for me if I could get this to work.
@dporchia Clean up your reply. We don’t need any code but what is used for the favorite count.
Duh all of us. It’s stored as a custom meta field for the post. Solved
fifted! Would be great to show on posts how many times they’ve been favorited.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache causing javascript to malfunction.No it doesn’t. Weird huh? I tried supercache and the same problems occurred when I activated the plugin.
Forum: Plugins
In reply to: [BuddyPress] [Plugin: BuddyPress] Twitter, Facebook & Google Connect@mcfmullen I thought I had found some pot of gold with “wordpress social login” but they are only free in what they are calling their beta stage. Everyone of the 60k users who integrated this into their site and probably don’t realize they plan to charge for its basic use per/month are in for a shocker. The one thing I wanted most was to force users to enter an email when singing in with twitter since it doesn’t supply one. So the answer to this thread is there currently is no really good free alternative.
@jlnd I put you function into the functions.php of my child theme for buddypress but nothing changed. The only place the avatar shows up is in the comment form. It doesn’t show where I use
bp_loggedin_user_avatar,bp_displayed_user_avatar, andbp_core_fetch_avatar. It does appear to work forget_avatarthough. What can I add to make it work on all of those places?Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] adding tags and custom fieldHey Milo does this still work for you? Did you put the code in the template.php in the main folder and did this actually create field that shows up in the admin page for the post? If so what exactly did you place in there because I was trying to figure it out and was totally lost which drives me crazy because this plugin does everything right except the most important thing.
@hoffcamp How do you just display the field for the post without showing every entry from other posts for that field. I don’t get the point of that. I just want to call a specific field in a specific spot in the post template. I couldn’t find any documentation for that.
Ok from what I understand I’m suppose to use the summary-multi to setup the layout of how the data is submitted into the post. So I’ve basically erased all the for a custom template. I found a function to get a value but it isn’t working in my single.php.
<?php fm_summary_get_item_value('song-mp3'); ?>
(And if this is the value for a file upload is it just suppose to return the url of the file because that’s all I need)Also maybe I’m completely missing this but how do you allow the user to enter their own title for the post?
[ Don’t bump, that’s not permitted here. ]
Is it just me or do this not work? I place this code into my single.php template and it doesn’t return anything.
<?php fm_summary_get_item_value('song-mp3'); ?>Forum: Plugins
In reply to: [BuddyPress] [Plugin: BuddyPress] Twitter, Facebook & Google ConnectGetting back on track I just installed twit-connect and it works great with buddypress. Has lots of options. Give it a go.
Forum: Plugins
In reply to: "Wp ajax random posts" problem with template.I found a piece of code in the js that deals with destroying the post and i’m wondering if this is the issue for why it doesnt proccess the iframe inside the li tags. Here it is.
function removeNode(obj){ if(typeof obj == "string")$(obj).parentNode.removeChild($(obj)); else obj.parentNode.removeChild(obj); }Forum: Plugins
In reply to: "Wp ajax random posts" problem with template.here’s the pastebin for the function pastebin
I updated the plugin but one thing I found is it doesnt allow contrubutors to submit a post. You have to be author or higher and I’d like to be able to approve each post first. What I’m really looking for is a way to change a role to author after 2 posts are approved.