SeanB
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Site Title is blankHey aritzalvarez,
The second code works great, although my site name seems to appear twice? Any ideas about that?
Here is the link to the page I’m working on… https://www.edenfallband.co.uk/Wordpress/
Sorry, I’m not good with CSS myself.
Forum: Plugins
In reply to: [Nav Menu Images] roll over image, using the smae one for every itemI was having this same problem but found a way to fix it.
At first I was uploading all the images in one go but found I was having the same problem, instead I uploaded each image individually and that solved the problem.
Hope that helps ??
Forum: Fixing WordPress
In reply to: How to……..make new pagesThanks but I’ve already got all the pages up now.
Forum: Fixing WordPress
In reply to: How to……..make new pagesDone
https://sean.freesuperhost.com/about.php
Now to get the rest of my pages back online ??
btw I’ll give credit to you guys.
Forum: Fixing WordPress
In reply to: How to……..make new pagesThanks both of you. MacManx you way works but like I said. I didn’t want on the index.php page. Thanks for showing it out to me though.
I’m gonna try what j0llyr0ger said……
Forum: Everything else WordPress
In reply to: Users registeringNvm, I found it and got it installed.
Forum: Everything else WordPress
In reply to: Users registeringCould you give me a link to this hack?
Forum: Fixing WordPress
In reply to: How to……..make new pagesI know how to write posts, I want to make it as a seperate page though and not to appear on the index.php page. Heres the code from around the text…..
<i><div id=”rap”>
<h1 id=”header”>“><?php bloginfo(‘name’); ?></h1><div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?><?php the_date(”,'<h2>’,'</h2>’); ?>
<h2>About</h2><br>
This site was first made on 10th January 2005, starting with v 1.0 which was made with HTML.<br>
I then moved onto v 2.0 which was made with Photoshop and Image Ready but looked crap and only lasted<br>
for about a day. V 3.0 was also made with Photoshop and Image Ready but looked much better, that lasted for<br>
about a month ?? This version is v 4.0 and is made with Word Press, a blogging tool. Much easier to update<br>
than the other sites.<br>This site is just for putting anything I want on it, if you want to ask something or give a suggestions e-mail me.
</div><?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>
</i>Forum: Fixing WordPress
In reply to: How to……..make new pagesI don’t understand what you mean by your first question, all I did was get the index.php file and edit it to make the text appear.
Also you can view the source by going View>Source in your borwser ??
Forum: Your WordPress
In reply to: Just upI’ve decided to let normal users post articles. I made new catergories such as guides, tutorials, reviews etc.
Hopefully it’ll get more people interested in the site and more content.
Thanks for replying.
Forum: Your WordPress
In reply to: Just up*bump*
Forum: Fixing WordPress
In reply to: wp-loginIf I do that then I’ll just get all the errors back.
Forum: Fixing WordPress
In reply to: wp-loginI not really having much luck with this now, could someone send me their working login.php file to me at [email protected]?
Cheers.
Forum: Fixing WordPress
In reply to: wp-logintbh I don’t really understand that…….
This is the code I’ve around those lines…
if ($user_login && $user_pass) {
if ( wp_login($user_login, $user_pass, $using_cookie) ) {
if (! $using_cookie) {
$user_pass = md5(md5($user_pass)); // Double hash the password in the cookie.
setcookie(‘wordpressuser_’. COOKIEHASH, $user_login, time() + 31536000, COOKIEPATH);
setcookie(‘wordpresspass_’. COOKIEHASH, $user_pass, time() + 31536000, COOKIEPATH);
}if ($is_IIS)
header(“Refresh: 0;url=$redirect_to”);Forum: Fixing WordPress
In reply to: wp-loginI’m working my way through the errors on my login page. After I log in I get these errors…..
Warning: Cannot modify header information – headers already sent by (output started at /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-config.php:34) in /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-login.php on line 164
Warning: Cannot modify header information – headers already sent by (output started at /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-config.php:34) in /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-login.php on line 165
I had alot more errors like that so just removed the header code before it and they stopped coming up. Just not sure how to fix these to?