transmothra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Ten Theme – Menu BrokenI had a similar problem and Social Discussions seemed to be the culprit.
Forum: Fixing WordPress
In reply to: Can’t move around menu itemsI had the same problem. The same author also makes 1-click Retweet/Share/Like, which seems to not have that issue, although also seems to have less features :/
Forum: Plugins
In reply to: [Social Discussions] [Plugin: Social Discussions] custom menu brokenI forgot to add: it also seemed to break the admin nav dropdowns too.
Forum: Themes and Templates
In reply to: contents/posts in <iframe>i don’t see why not, although you’d have to have a template.php to wrap it in, and then load the posts into a separate file inside the iframe. I’m really not sure how it would be done, though… maybe load single.php into the iframe?
Why not use a
div
withoverflow
set toauto
? Just specify a width and height and you’ve got a scrollable content box. Put the Loop inside of that.Forum: Plugins
In reply to: LiveJournal/WordPress sync & RSS questionsOh, and
https://lj-xp.com/Forum: Plugins
In reply to: LiveJournal/WordPress sync & RSS questionsI was looking for this, too, and came across these interesting resources:
- https://bradstinyworld.com/science-and-technology/technology/blogging/wordpress-25-livejournal-crossposter-plugin/
- https://creeva.com/2008/05/22/crosspost-livejournal/
- https://tripe.cabal.org.uk/archives/2008/01/a-terrible-livejournal-sync-sc.html
I’ve also seen “subscribe via email” plugins for WP. You could theoretically use that and LJ’s post-via-email feature to automatically export WP to email to LJ.
Forum: Themes and Templates
In reply to: Always get a default avatar in my commentsSee here.
In the comment loop, you wanna do this:
echo get_avatar( get_comment_author_email(), ’96’, $default = ” );Hope that helps!
Forum: Plugins
In reply to: Only seeing default Gravatars displayed on individual postsNevermind, see here.
In the comment loop, you wanna do this:
echo get_avatar( get_comment_author_email(), ’96’, $default = ” );Hope that helps!
Forum: Plugins
In reply to: Only seeing default Gravatars displayed on individual postsSame here.
Forum: Themes and Templates
In reply to: older theme crashing Apacheresolved; was running a browser sniffing script which wasn’t working with php5.
Forum: Themes and Templates
In reply to: older theme crashing ApacheThanks, webfwrd!
That’s weird, it shouldn’t do that. Styling shouldn’t be affected at all, it never was before.
What do you mean by “too messy”? That it’s aesthetically unpleasant, or that the code is crap? Because i’m working on the latter, and the former is going to be getting a serious, serious cleaning if i can ever get the thing to run.
I’m not running any plugins at all right now.
Thanks again!
Forum: Themes and Templates
In reply to: older theme crashing ApacheFurther revision to clean up PHP, see BigUrgentWish revised.zip
Still same problem, Apache crashes after clicking on theme for preview.
Forum: Themes and Templates
In reply to: older theme crashing ApacheJust uploaded a revised version, which includes all the changes i could find from Codex: Migrating_Plugins_and_Themes
Forum: Fixing WordPress
In reply to: 2.0.5 to 2.6 via SQL and posts not recognizedAlso… You can only upload so much data at once (i forget where that’s set, but you might not have access to change it). Any fairly recent version of phpMyAdmin will give you the option to upload the file again, starting where it left off. Totally dope feature. Look closely.
If you don’t backup your files & database, you’re temporarily or permanently screwed. You need to contact your host to have them restore from a tape backup… ASSUMING they 1) backup nightly, weekly, or monthly, and 2) provide that service. My host (hostgator) charges for this service.
Live and learn! Don’t make the same mistake twice.