Roar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WTF?I think it has something to do with it having a / at the end?
Does that make sense?
https://www.tuckle.net
no images
https://www.tuckle.net/
images?Forum: Fixing WordPress
In reply to: Creating an “About Blog” type of pageI did:
header.php
everything from:
<?php /* Don't remove this line. */ require('./wp-blog-header.php'); ?>
to
<? // End Header ?>
for footer.php
I did:
<? // Begin Sidebar Menu ?>
to the end.
everything else is a gut.
You will have to tweak your stylesheet accordingly.
You can see my pages…
https://www.tuckle.net
although for SOME REASON, the images are not showing up in IEForum: Fixing WordPress
In reply to: MySQL via phpmyadminActually, I want to change all IDs to mine.
I made an error on the initial MT import so now I have two authors named Rori.Forum: Fixing WordPress
In reply to: Narchives questionnever mind, I got it.
and for anyone else who wants this:
delete this code:
function show_author_select() {
global $wpdb, $tableusers, $author;
$users = $wpdb->get_results("SELECT * FROM $tableusers WHERE user_level > 0", ARRAY_A);
$output .= '<option value="">All Authors</option>'.NL;
foreach ($users as $user) {
$output .= '<option value="'.$user['ID'].'"';
if ($user['ID'] == $author) {
$output .= 'selected="selected"';
}
$output .= '>'.$user['user_nickname'].'</option>'.NL;
}
$output = '<select name="author">'.NL.$output.'</select>'.NL;
echo $output;
}
and this line:
`<?php show_author_select() ?>1Forum: Your WordPress
In reply to: working on a new layoutI like it very much.
I like that it sizes to various window sizes, very often people forget about that.Forum: Fixing WordPress
In reply to: Limit CategoriesJust coming by, still hoping someone knows the answer to this.
Forum: Fixing WordPress
In reply to: “comments” in firefoxI don’t use comments pop-ups because Firefox will sometimes block all pop-up windows depending on your settings.
And since comments are all that I live for…….Forum: Themes and Templates
In reply to: Title and TimeBAH! You should let us know your site is Not Work Safe.
Depends which browser you are using for scrollbars I believe
Your scrollbar codes looks right, so sorry, I cannot help.Forum: Fixing WordPress
In reply to: Downloading 1.3Thanks for that info. I keep seeing all these references to 1.3 like it is is mainstream use already, I was wondering what I was missing.
Forum: Everything else WordPress
In reply to: Goodbye WordPressOh, sorry to see you go.
I am sorry you are having so many problems. The program seems so FAR superior to movabletype, the only other one I know about.Forum: Fixing WordPress
In reply to: Limit CategoriesI tried paring down my categories a little more, but it still sucks.
Have you found maybe a tag that works?>Forum: Your WordPress
In reply to: https://www.1nstant.djourne.net/wtf? is this some kind of ad?
Forum: Your WordPress
In reply to: Yunie.com —-> my first fully functional wp siteVery cool!
I agree with the padding issue 100%Forum: Your WordPress
In reply to: HalfTrue [another Kubrick clone…]It’s good. I prefer a sans serif font, always.
Forum: Your WordPress
In reply to: a heavily modified WP siteI think it is FANTASTIC.