Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: gobeavs on April 16, 2005, 02:53:41 AM

Title: Ads in page
Post by: gobeavs on April 16, 2005, 02:53:41 AM
I installed SMF and the Mambo Bridge, and everything seems to be configured right except above the login on my main page it shows the ads from the top of the page the forum is on....and it just overlaps whatever is on the home page....did I miss something to configure? Or is this just a side effect of a page with ads?

NOTE: If I view the forum seperately, there are no ads. Don't ask me why though . I am using a free host (100webspace.com), and that is why there are/should be ads.

I tried this with the SMF-Mambo integration 1.2 and it didn't work with that either.

Any help would be appreciated...:(
Title: Re: Ads in page
Post by: Orstio on April 16, 2005, 07:36:22 AM
QuoteI installed SMF and the Mambo Bridge, and everything seems to be configured right except above the login on my main page it shows the ads from the top of the page the forum is on....and it just overlaps whatever is on the home page....did I miss something to configure? Or is this just a side effect of a page with ads?

This is most likely just a side effect of how your host displays the ads.

QuoteNOTE: If I view the forum seperately, there are no ads. Don't ask me why though . I am using a free host (100webspace.com), and that is why there are/should be ads.

How about if you drop Mambo into a sub-directory?  Instead of having Mambo at http://www.mysite.com, have it at http://www.mysite.com/cms ?  Your host might be showing ads only for iterms in your root directory.
Title: Re: Ads in page
Post by: gobeavs on April 16, 2005, 01:55:46 PM
Quote from: Orstio on April 16, 2005, 07:36:22 AM
This is most likely just a side effect of how your host displays the ads.

Quote
How about if you drop Mambo into a sub-directory?  Instead of having Mambo at http://www.mysite.com, have it at http://www.mysite.com/cms ?  Your host might be showing ads only for iterms in your root directory.
Yeah, mambo and SMF are in sub-directorys, but there are still ads. Simpleboard works fine, so I can always use it, I just wanted something a little more robust.
Title: Re: Ads in page
Post by: gobeavs on April 20, 2005, 07:10:13 PM
No other advice? :(
Title: Re: Ads in page
Post by: [Unknown] on April 20, 2005, 09:55:11 PM
Can you give a URL, please?

-[Unknown]
Title: Re: Ads in page
Post by: gobeavs on April 21, 2005, 10:06:28 PM
Quote from: [Unknown] on April 20, 2005, 09:55:11 PM
Can you give a URL, please?

-[Unknown]

http://gobeavs.coconia.net/whshomework/

http://gobeavs.coconia.net/forum/

The second link is a direct link to the forum....which does have ads at the top (I was mistaken earlier I guess)
Title: Re: Ads in page
Post by: [Unknown] on April 21, 2005, 10:17:23 PM
Please don't access SSI.php by URL directly; you may want to use the path ('SSI.php') or add ?ssi_function=something.

Did you see that message?  The path to SMF is set wrong; it should be using a path, not a URL.

-[Unknown]
Title: Re: Ads in page
Post by: gobeavs on April 21, 2005, 10:53:59 PM
Quote from: [Unknown] on April 21, 2005, 10:17:23 PM
Please don't access SSI.php by URL directly; you may want to use the path ('SSI.php') or add ?ssi_function=something.

Did you see that message?  The path to SMF is set wrong; it should be using a path, not a URL.

-[Unknown]
I saw that, but I don't really get what it means. In the template it has /SSI.php, so I put SSI.php instead, so its not an absolute path, but that didn't work. Do you really think thats the problem? Thanks for your help.
Title: Re: Ads in page
Post by: [Unknown] on April 21, 2005, 11:16:36 PM
The error message means you're using this:

http://www.example.com/forum/SSI.php

Instead of this:

/home/example/public_html/forum/SSI.php

Or similar.

-[Unknown]
Title: Re: Ads in page
Post by: gobeavs on April 22, 2005, 12:32:31 AM
Quote from: [Unknown] on April 21, 2005, 11:16:36 PM
The error message means you're using this:

http://www.example.com/forum/SSI.php

Instead of this:

/home/example/public_html/forum/SSI.php

Or similar.

-[Unknown]
And how do I go about doing that? I tried replacing

require ($smf_path."/SSI.php")

with various things...but its not working :( (it gives me the webhost login prompt....as you can see if you visit the web site)

File structure-
gobeavs.coconia.net > forum > SSI.php

And I do have experience with various filesystems (linux and windows), so I don't think I'm that incompetent :(

And it has the same error message by the ads in the login form, which would be in the module...so I guess I have to edit that also...
Title: Re: Ads in page
Post by: Kindred on April 22, 2005, 10:36:57 AM
no... I think you just have to fix the SMF_PATH...

In your mambo admin, go to the com_smf config screen....

It should be the absolute PATH to SMF... not the URL to SMF...

in other words, as [unknown] indicated /home/example/public_html/forum
Title: Re: Ads in page
Post by: gobeavs on April 23, 2005, 12:59:16 AM
Ok...thanks for the help guys..that made it work.

THANK YOU!