spewf
Forum Replies Created
-
Sorry Fraya, I am on vacation and the hotel I am in has the internet rates up really high so I have to go to a cafe which isn’t too close to where I am staying.
Yeah, I tried using the widget, I even put them all on there and I put the login widget alone just to see if it would work.
It is just a strange problem. I haven’t heard of anyone else with this. I can post it but I’d rather not. Since I am on vacation it is hard for me to keep everything up and running so at the present moment the widget is not on there.
The forums is a fresh install but the wordpress is not. The wordpress has over 1500 posts coming from about 300 people. The wordpress is on the root and the forums is in a subfolder called forums. When I created the forums I used the same username, password, and email that I have on wordpress. I can login too wp-admin along with the forum admin just fine. The problem is with other people being able to login.
That is what I am trying to do. I am trying to login using the widget and I am trying to login on the forums itself. It just says the user does not exist. If I turn the bridge off then I can login just fine.
Sorry, I sent that when I was on my phone. It is just weird because it is all set up right but yet I am the only registered person and no one else.
It is relative paths right? So for me it is /home/*****/public_html/forums/config.php. when i didn’t have the config file path then i was getting errors on the wordpress side. Then it is the actual url for the ucp right? So https://blahvlbjdjd.com/forums/ucp.php
So I almost have my plugin working properly. The only issue is that I am the only one that can login too the forum. None of the other users can do it. On the back end it says there is only 1 registered user (myself) and that the other 300+ users dont exist.
Any ideas?
Forum: Hacks
In reply to: Gallery ProblemAnyone?
Forum: Plugins
In reply to: [WordPress.com Stats] [Plugin: WordPress.com Stats] Top Author?Oh okay. I didn’t know that it hasn’t been released yet.
Thanks!
Forum: Fixing WordPress
In reply to: Retrieving Post ID For Comments?Wow keesiemeijer, that worked pefectly. I just did your last idea and it worked. Here is the final code I have:
<?php $comments = get_comments('number=30'); foreach($comments as $comm) : $image = get_post_meta($comm->comment_post_ID, 'photo', true); $url = '<a href="'. get_permalink($comm->comment_post_ID).'#comment-'.$comm->comment_ID .'" title="'.$comm->comment_author .' | '.get_the_title($comm->comment_post_ID).'">' . $comm->comment_author . '</a>'; ?> <li> <?php echo get_avatar($comm->comment_author_email, 30); ?> <strong><?php echo $url; ?></strong> <p><?php echo $comm->comment_content; ?></p> <img src='<?php echo $image; ?>' height='100' width='180' style='border:3px double white;' /> </li> <?php endforeach; ?>
Forum: Fixing WordPress
In reply to: Retrieving Post ID For Comments?sql = "SELECT comment_post_ID FROM $wpdb->comments WHERE comment_ID = '$comm->ID'"; $image = get_post_meta($post->ID, 'photo', true); $comments = get_comments('number=30');
Causes errors. Hmm, I am not seeing something here.
Forum: Fixing WordPress
In reply to: Retrieving Post ID For Comments?The code works but the image will not. I want it to show the custom field that is attached to the post.
Forum: Fixing WordPress
In reply to: Retrieving Post ID For Comments?Would I do this instead of the $comments = get_comments ?
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Updated Stats Doesnt Show ClicksBump. Need this issue resolved
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Updated Stats Doesnt Show ClicksThey must have tweaked the code that causes tons of bugs on different sites.
Forum: Plugins
In reply to: WordPress.com Stats??Anyone?