Recent Topics

1 Nov 15, 2007 22:12    

My b2evolution Version: 1.10.x

I see everything including background images, but visitors see just a text page that looks almost like a 'feed' page.

How can I get visitiors to see the skin I'm using?

Using b2evolution 2.02-alpha released 10/11/07.

Thanks,

Dave

2 Nov 15, 2007 22:37

A link to your site might help!

4 Nov 15, 2007 23:54

Looking at your source code,

<base href="http://localhost/blogs/skins/nifty_corners/" />

!!!

5 Nov 16, 2007 00:02

That's a relief! I thought all was well. Let me change the apache config file.

Dave

6 Nov 16, 2007 00:13

Actually, there seem to be lot more refrences to "localhost" in your code than just the CSS file :D

7 Nov 16, 2007 00:16

Okay; I be a dumb bunny. Is there an easy (is there such a thing?) fix?

Dave

8 Nov 16, 2007 00:26

I just took a look at your Source Code from your main page. So dunno how much you must have hacked into the original code.

Changing

http://localhost/blogs/

to

http://mynatt.no-ip.info/blogs/

should get you going I guess... :D

9 Nov 16, 2007 00:36

What file are you looking at where 'localhost' is referenced? I see the source code for the opening page, but I didn't do any hacks on anything, so how did it change? I did do some work on the Admin page, but that was to direct the page to the 'absolute URL'.

Did I mess something up?

Dave

10 Nov 16, 2007 00:38

So it's not the Apache.config file; it's the b2evolution setup someplace?

D

11 Nov 16, 2007 00:38

I would do this via your basic_config file...

 @global string $baseurl
 */
$baseurl = 'http://yoursite.com/';

12 Nov 16, 2007 00:41

basic_config.php in the BLOGS/CONFIG directory?

13 Nov 16, 2007 00:44

Okay... changed. Does this make a difference to what you see now?

D

15 Nov 16, 2007 00:48

So... not to put too fine a point on it, but it seems I didn't do the basic setup correctly and therefore made everything else trickle down as a mistake.

Is the page displaying okay now?

D

16 Nov 16, 2007 00:48

Yep, it's all fixed and visible :)

17 Nov 16, 2007 00:48

Yeps, drmynatt... You are ON

happy bloggin :D

18 Nov 16, 2007 00:49

Thank you for the help. I was totally stumped and now I can blog all day looooong.

Much thanks,

Dave

19 Nov 16, 2007 01:38

Thank god it's not just me that has "doh!" moments ;)

¥

20 Nov 16, 2007 01:46

Guaranteed that I have a bunch. Like grapes.

Dave

21 Dec 06, 2007 00:17

Just in case it may mean anything to the really smart folks who are in the Forum, know that WordPress displays both JAVASCRIPT and PhP script (as above) correctly and without any errors.

Maybe that means something.... ??

Dave


Form is loading...