antonskey
Forum Replies Created
-
I’m also getting the
is_multisite()
problem, as well as Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘__return_zero’ was given in /home/hlaird/electronicshrug.net/wp-includes/plugin.php on line 166I’m wondering if it isn’t an issue with the fact that dreamhost did not previously allow for WordPress MU without purchasing a Private Server, and now that it’s integrates into 3.0, the hosts are getting angry.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Not getting Twitter feedI’m not sure if I have ssh access.
I just tried re-adding the feed. I’ve been attempting to add the feed every couple of days, with the same result as always.
Today, for some reason, it worked.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Not getting Twitter feedWell, my problem there would be that it must be Twitter specific. I’m using dreamhost as my host, and in my lifestream feeds I’ve already got Last.fm, Google Reader, Facebook Status, Picasa, Youtube, Flickr, Delicious all running properly. Twitter seems to be the only feed it’s not recognizing.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Not getting Twitter feedUnfortunately for the first suggestion all you can do when adding a Twitter feed is add your username.
As for the second, I simply got that there is no feed available (the same error as in the first post). The funny thing is that clicking on the link where it says the RSS feed is unavailable gives me the feed.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Not getting Twitter feedI just attempted to add my Twitter feed as a generic feed, but was given this error:
Error fetching feed from https://twitter.com/statuses/user_timeline/17840669.rss (cURL error 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed)
I honestly don’t know what that means, but perhaps it gives more insight as to why it wouldn’t work by adding a Twitter feed.
Forum: Plugins
In reply to: [Plugin: MobilePress] MP theme takes over site themeHonestly didn’t see that to start but I tried setting it to “No” but it still forces the mobile site.
Forum: Plugins
In reply to: [Plugin: MobilePress] MP theme takes over site themeNo, I’m not using any. Should I be?
I found that if happened if the post was draft for longer than a day or so. I would have to manually add my new post to twitter.
Forum: Plugins
In reply to: category to category navigationthat works, thank you very much, but i have a few questions about it.
- how would i exclude a category or multiple categories? a separate ‘if’ statement where if next_cat=”cat-ID-I-dont-want” +2 or something?
- what would i change to make it go backwards and would having a backward and forward on the same page break anything?
- how would i stylize the link? if i wanted to display an image instead of text. the image for forward would always be the same image (image saying NEXT WEEK), and the image for backward would always be the same (image saying PREVIOUS WEEK).
Forum: Plugins
In reply to: category to category navigationyeah, this wouldn’t be from a post’s category link to the next category, but from the category archive page, to the next category archives page.
i guess the best example would be to go to IMDb.com’s Now Playing page, and let’s say that page is the current category. the code you provided would be like the “Next Week” or “Next Month” button at the bottom of the page. I’ve set it up so that the categories increment exactly as needed with only a few exceptions.
Would that code provide the ability to skip categories? like say i am on category 140, but i want to skip to 142 because 141 isn’t part of the sequence i want, is that still possible?
EDIT: re-reading your post, you mention it has to be in The Loop. I don’t think what I want needs to be in the Loop, otherwise it would be generated on every post on the category archive page.
Forum: Plugins
In reply to: category to category navigationmy apologies, i’ll be sure to not do it again, and thanks for the gentle warning.
Forum: Requests and Feedback
In reply to: Currently Reading, Watching, Listening etc PluginThere’s a simple way to do this using custom fields. That is of course if you want this appear on each post. Create a separate custom field called whatever you want for each of the “Currently reading” etc. then use coffee2code’s get custom plugin from here
then, where you want to put those fields, use the code
<?php echo c2c_get_custom('reading', 'Currently reading :'); ?>
Where “reading” would be the name of the custom field, and the “Currently reading:” part is what would come before the custom field value. This way if you don’t define a value within the post, nothing will show up.
If you want this in your sidebar and you’re using widgets, you could probably just insert a textbox to update it.
Forum: Plugins
In reply to: Commenter Profile Page?i would also be interested in this.
Forum: Plugins
In reply to: Add to Favoritesactually, it would work exactly like the way it works on these forums for “Add this topic to your favorites (?)” that’s exactly what i want.
Forum: Plugins
In reply to: Add to Favoritesi’m looking for something like this, but it would create a list within the blog on a page for that user of the posts they have deemed as “favorites”.
so at the bottom of each post, a link would appear that would say “add to favorites”, and when clicked a popup would appear saying “Success! This post was added to your list. Here’s a link to the posts on the site you’ve favorited (link)”
I guess it would sort of work like the Favorites works on youtube.