dissurion
Forum Replies Created
-
Forum: Your WordPress
In reply to: There’s a hope for nice guys…Just be carefull you don’t plagiarize DeAngelo.
Forum: Fixing WordPress
In reply to: Adding more contentHey treap,
You can use html in a php page. The php lines are within ‘<?php’ and ‘?>’. Or ‘<?’ and ‘?>’. So you can close the php code and put in your html (and reopen afterwards), or just include your htlm where there’s already place for html.
edit: it’s safest to begin with looking at the existing htlm and put yours in there. Normally there should already be html where you would put you own html code.
Forum: Fixing WordPress
In reply to: search function on other pageThanks amory,
I see the technique you used. I guess the problem was with me leaving theaction=”<?php echo $PHP_SELF; ?>”
in the search form., instead of redirecting it to my search page itself.
Thanks for solving my problem. ??
Forum: Fixing WordPress
In reply to: search function on other pageHey amory,
thanks for the reply.I think that may be it. The page is outside the wp directory. I can search fine using the require wp-blog-header.php on my page. But I can’t find the way to display the search results there also.
Forum: Fixing WordPress
In reply to: Auto “more”I think mystic_bovine wants this to be done automatically when other users post.
As cypher says, this isn’t hard to make. Just inserting the ‘more’ is really easy. There are some things to watch out for though.
1) Suppose you have it set automatically after x words, but you make a short post (x+1 words). In that case you would want to prevent the ‘more’ insertion.
2) If tags are used they will brake. So you would have to close them. Eg a ‘more’ between ‘strong’ tags will make your page be all strong since it won’t be closing anymore.Forum: Your WordPress
In reply to: Site Redesigned…Blue Shaded Gray is the most appealing to me.
Forum: Fixing WordPress
In reply to: What I don’t understand is this …“and to want to have sex with me”
Forum: Fixing WordPress
In reply to: Hiring someone to finish my blogHey fliteskates,
if it would take that little time I’m sure we can try to help you here and save you a few bucks.
Forum: Themes and Templates
In reply to: width 100%?It seems that you have one row with 2 cells. Make the first one as large as possible (eg give your ‘heyhey’ column a fixed width as sidebar and your ‘post’ cell the rest). Also, your content div could use width 100% to take up all space in that first cell (though I think it will do that by default).
Forum: Fixing WordPress
In reply to: WordPress Beginner DirectionHey Johns,
this testweblog.html is this supposed to show your blog index? If so, why is it a .html extension?
If I visit https://www.freewarefind.com/fwfblog/ I see a blog, but I’m not sure that’s the one you mention.
Also, some info on what exactly you want to change could be helpfull for us.
Forum: Themes and Templates
In reply to: photoMatt/wordpress is kissing off i.e. 5.0 ?Hi E-head,
there was a discussion going on on https://www.simplebits.com/notebook/2004/12/17/ie5.html about this issue. Maybe Matt reads this blog too.
Forum: Themes and Templates
In reply to: H2 hover problemHey np, there are different solutions possible. There is as far as I remember just one output line from the plugin so you could take whatever you feel comfortable with.
Forum: Fixing WordPress
In reply to: How To Add a 3rd Column to a 2 Column LayoutAnother thing is: you have a fixed body width. So if the body won’t resize what’s the deal with resizing the content div? You could go for a layout that spans the whole page.
Forum: Fixing WordPress
In reply to: Help With a Conditionalsure
Forum: Everything else WordPress
In reply to: what screen resolution to build for?There are too many surfers out there that still use 800×600.
If you are designing a good thing is to have the developer bar on you firefox browser. It allows you to resize your browser window to 800×600 easily so you can instantaneously see how they will view it.