macwise
Forum Replies Created
-
Forum: Plugins
In reply to: Custom URL Query String Woespizdin_dim:
Sorry, I should have specified…you need to search in the BOTTOM search field just above where it says “Please enter a full or partial first name to start”, not the one in the header bar. Make sure you click the BUTTON that says “Search”, not the one that says “GO”. Hope this clears things up…Thanks for looking, though
Forum: Plugins
In reply to: Custom URL Query String Woes*bump*
Just wondering if anyone has an idea what I’m talking about, or if so, what the problem might be?
Forum: Plugins
In reply to: Gallery suggestion?In case anyone is wondering, the URI to the last post (IPAP) is here:
http://rebelpixel.com/projects/ipap/
Looks decent. I will be looking forward to more options for wp, as well as lazy-gallery, if they come. 🙂Forum: Fixing WordPress
In reply to: Lazygallery, Connections and 1.5.1.2put this into the sp_index.php
@import url( <?php echo get_settings(‘siteurl’); ?>/wp-content/themes/connections/style.css );Can someone please clarify what sp_index.php is? I cannot find reference to it in my WP files anywhere
Thanks
Forum: Plugins
In reply to: Gallery suggestion?All right, I got those errors to dissapear. Simple fix, stupid oversight, you know the drill. However, I still have an issue with the page not being formatted like my site in any way shape or form. Any quick ideas on what I have wrong?
Can be seen here…
http://redlens.com/brooks/journal/lazy-index.phpForum: Plugins
In reply to: Gallery suggestion?Ok, stchatterbox, I tried that, but nothing. The same message still appears. I don’t know enough about PHP to know what the “($dir_content = opendir($gallery_root.$currentdir)) {” call is supposed to do. (might it have something to do with the $currentdir variable?) Any other ideas, stchatterbox or anyone else would be greatly appreciated!
Forum: Plugins
In reply to: Gallery suggestion?Hi all,
I just installed this gallery plugin, and came up with these errors:
Warning: opendir({dir}/redlens/journal/gallery/images/): failed to open dir: No such file or directory in {dir}/redlens/brooks/journal/wp-content/plugins/lazy-gallery.php on line 96
Warning: opendir({dir}/redlens/journal/gallery/images/): failed to open dir: No such file or directory in{dir}/redlens/brooks/journal/wp-content/plugins/lazy-gallery.php on line 186
The two things found on these lines is as follows:
Line 96: if ($dir_content = opendir($gallery_root.$currentdir)) {
and Line 186: if ($dir_content = opendir($gallery_root.$currentdir)) {
Has anyone seen this before? Thanks
Forum: Plugins
In reply to: Post Counter plugin database questionOK, let me start over. When I go to the index page of my WP site, the posts show up, and the visitor counts show up in the header bar for each post.
The problem is that the numbers all correspond to eachother. The top post has the same number of views as the second post, and the third, and so on.
When I visit a post by clicking on it’s respective link, it takes me to that page, and it shows that there is another visit, but when I go back to the index page and refresh, it shows the number that the individual post had, only the other posts all have that new number as well.
For instance:
If I have 15 views showing on each post in the index page, and then click on the top post, it shows me the new post with the number of views elevated to 16. If I refresh that page, the number stays at 16. If I go back to the index page, however, and refresh it, then all of the posts now say 16 views. If I refresh again, then they all say 17 views, and so on.I am not sure what I am doing wrong, but I would obviously like each post to record independently how many views it has had. I am not sure it is such a bad thing to have the post views counted from the index page, but I KNOW that I do want the posts to be counted from that post being clicked on and viewed seperately. Please help.
Forum: Plugins
In reply to: Post Counter plugin database questionAlso, podz:
http://www.tamba2.org.uk/wordpress/lastvisit/index.txt
That file shows where I put the rest of the code to get it to work.
I didn’t quite understand this last post by you. I went there, and only found a graph and a few other lines of code. Should I be looking for something specific?
Thanks
Forum: Plugins
In reply to: Post Counter plugin database questionOk, I got the phpmyadmin figured out. I actually got the plugin working as well. However, it is activiated through the main index.php file, and therefore counts any visit to that page on any post that is there at the moment. I would like the script to count the index page once EACH TIME someone visits it, but I would also like the counter to ONLY count posts when they are visited at the posts URL. Is that completely unnecessary, or wrong, or is this a common thing to want a counter to do? Please let me know what I should expect out of this and any reasons why this may not be the best approach. Thanks.
Forum: Plugins
In reply to: Post Counter plugin database questionbtw, phpadmin comes back with this:
Server localhost
Error
SQL-query :
SET PASSWORD = PASSWORD( ‘**********’ )
MySQL said:
#1044 – Access denied for user: ‘@localhost’ to database ‘mysql’
It appears that permissions are not correct
Any ideas on what permissions I need to change for phpmyadmin to function, while still keeping me safe?Forum: Plugins
In reply to: Post Counter plugin database questionThanks for the swift reply, podz. I guess I am deeper in this than I thought. I currently don’t have phpmyadmin configured to see the tables for the wp database tables. I am not sure if I should get that setup, or if I should rather just do this from command line. If it isn’t too much trouble, I would love to get the phpmyadmin up and running, but I am going to need a few pointers before I get it going, let alone the script. Thanks
Forum: Fixing WordPress
In reply to: Paypal quicktag not working?Actually, I got this to work. The final closing tag somehow was pushed to the line just after the final line of the html code. Thanks to all who replied. Oh. 😉 Anyway, if you would like to donate…
Forum: Fixing WordPress
In reply to: Mail not working<square one>We’re back here. So, once again, I state that I need to find out where the logs are for postfix. There must be one flying under my radar, as I cannot see anything for returned mail or sent mail for that matter for anything with that domain name at all. I have even sent mail from this domain name OUTSIDE the WP interface, and still no records that I can find.
So, once again, I state, I NEED TO KNOW HOW TO FIND ANY AND ALL LOGS FOR POSTFIX.
</square one>Forum: Fixing WordPress
In reply to: Mail not working“Peoples lives are at risk here.”
Nevermind, I found out that the deaths were actually the result of a small outbreak of the ebola virus here in my home, not the email problem at hand. Totally unrelated issues.
Interesting to note, however, that I did follow BuzzLightyear’s line of thought at first, but then upon asking the user if the message had been filtered to junk/spam, he said it wasn’t present in ANY folder, spam/junk/trash/anything. I then had him set me up a mail account on his site, and created a new account at my WP site. I also was unable to receive any email notification of the password.
This would all lead me to believe that:
A) Godaddy is blocking the email before it even reaches the user
B) The ebola virus does not infect emails
and
C) WordPress or my server must log this failed attempt somewhere on my server in order to show exactly where the breakdown occurred.(It is assumtion A and C that I am most interested in having confirmed, for those biologists out there.)