lane
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Trouble logging in after installation.It’s whitespace either before
<?php
on the first line or a carriage return or space after the very last?>
of the PHP file.Forum: Plugins
In reply to: Anonymizer PluginI’m using the admin account, user level =10. I’ll mess with it again later, but I really like the concept of this.
Forum: Installing WordPress
In reply to: Trouble logging in after installation.Do you have a database actually created called
akaiten_wordpress
? What do you mean you “made changes to the database name”? If there is no database called that, then WordPress cannot find it or create it if you are trying to reinstall.Forum: Everything else WordPress
In reply to: Latest Discussions Updated Timelol, I think I’m just a junkie ??
Forum: Plugins
In reply to: Anonymizer PluginDo you have this working? While logged in, there is no changes to the “encrypted” information using {}. It keeps the other information still hidden…
Forum: Plugins
In reply to: ViewLevel 1.1 Releasewyzewoman, using viewlevel.php version 1.1.2 (WP1.2), the
$show_private_message
feature does not work. It will display the message, but even when logged in, it will not show the post. I can see the meta information for the post, even the “Edit this” when logged in as admin, but the copy remains hidden.
No huge ordeal for me, but since using MtDewVirus’s RecentPosts plugin, the protected posts titles show. It just returns a “Sorry, no posts matched your criteria.” if you are not logged in.Forum: Your WordPress
In reply to: Better by farBen, when you added the image header you didn’t include a trailing slash for the
<img />
tag. Fix that and it will validate again.Forum: Fixing WordPress
In reply to: Template LinksYou link to your stylesheet:
https://www.ufpst.co.uk/stylesheet.css
There is no definition for any of the tags.Forum: Your WordPress
In reply to: Better by farCould be the server… fyi, you can offset it in options to your time. Only other thing I just noticed is the date merging with the title “block”; it looks a bit odd and if you have more than one post for a certain day, those days don’t have the date there. You might want to define the date background color differently.
Forum: Your WordPress
In reply to: Conference blog with public bloggingI suppose it depends on your audience, older people tend to like larger fonts, younger people with less eye problems don’t mind a smaller font. Using smaller fonts will create eyestrain unless you give it some “cushion” to help “decipher” the letters. You could always duplicate your modified CSS and use Alex’s style switcher that is basically a duplicate of the current design but changes in font sizes to make things easier for the user to pick what works best for them.
What I find more distracting is how the story content extends past the date, meta, and comment blocks. My eye wanders at why they aren’t lining up.Forum: Your WordPress
In reply to: Better by farLooking good. Pages validate in XHTML and CSS. Few things to check:
– Left column needs to come down or you need to raise your tagline copy “babblings of ben gracewood” because they are overlapping.
– Calendar is ahead for some reason; it’s showing the month of July already…Forum: Plugins
In reply to: Anonymizer Pluginhttps://disser.info/wpstuff/anonymizer.phps
This source seems to be incomplete, unless its just missing the end?>
php tag… This is an very interesting idea disser, thank you for coming up with it. It will work nicely on my personal journal.Forum: Your WordPress
In reply to: Eighty-Seven.OrgCute. Got to love Cowboy Bebop ??
Looks good in Safari and FireFox on a Mac. One thing missing is the blogtimes image on the bottom.Forum: Plugins
In reply to: Question about activating plugins…Just to be more specific:
<?php get_weather ($weatherargs = ‘CYVR,show-date,temp-cf,dew-cf,pressure-hpa,wind-kph,activity,,
‘); ?>
It’s in the read me.Forum: Plugins
In reply to: Question about activating plugins…In your index.php file, put
get_weather()
where you want the information to appear.
Reference:
https://wiki.www.ads-software.com/WeatherReport