11
pnppcs
Re: wierd error: I only wish it were a little faster
  • 2005/10/10 23:36

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Ok, I tried substituting each word one at a time with "a". I made it to wish and it posted.

For example this doesn't work:
Quote:
I only wish it were a little faster

Quote:
a only wish it were a little faster

Quote:
I a wish it were a little faster


But.......this does work:
Quote:
I only a it were a little faster


And again as I move along each word these don't work:
Quote:
I only wish a were a little faster

Quote:
I only wish it a a little faster

Quote:
I only wish it were a little faster

Quote:
I only wish it were a a faster

Quote:
I only wish it were a little a


So, it is the word "wish" that is not allowed to be posted on my forums......

Can others please test for me??



12
pnppcs
Re: wierd error: I only wish it were a little faster
  • 2005/10/10 23:29

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


If I put the text:
Quote:
I only wish it were a little faster

into the subject line and different text into the body of the post I also get the error.....



13
pnppcs
Re: wierd error: I only wish it were a little faster
  • 2005/10/10 23:17

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


The only way I can get that line of text to post is to post it like this:

I

only

wish

it

were

a

little

faster

I think my server is possessed or maybe this is a bug with XOOPS or CBB that I may have stumbled accross.......maybe??



14
pnppcs
Re: wierd error: I only wish it were a little faster
  • 2005/10/10 23:12

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Correction.....I cannot use the text:

Quote:
I only wish it were a little faster


in any forum post on my site. How wierd is that??

For instance, If I tried:

Quote:
jincioejkniocj I only wish it were a little faster klqidonoicolkeowkemflewi


It will not post and I get the error in the 1st post.....if I remove the:

Quote:
I only wish it were a little faster


it posts fine LOL.....this is totally freeking me out



15
pnppcs
wierd error: I only wish it were a little faster
  • 2005/10/10 23:01

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


I can't use the below line of text in any private forum posts on my site. I can however use it in a non private forum....... I am using 2.0.13.1 and CBB 1.12

Quote:
I only wish it were a little faster


Very wierd....I have asked some other people to try and they too get the below error........

Quote:
Forbidden
You don't have permission to access /site/modules/newbb/post.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.33 Server at www.mydomain.com Port 80


can someone else test this??



16
pnppcs
Re:xoops banner system into a block?
  • 2005/9/25 23:21

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


That worked a treat JMorris I don't want the ads to open in same window so your snippet is perfect for me.

Thankyou
Marty.



17
pnppcs
Re:xoops banner system into a block?
  • 2005/9/25 0:48

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


^bump^



18
pnppcs
Re:xoops banner system into a block?
  • 2005/9/24 2:26

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


How do we go about centering the banner in a custom block??

I am using this code:
global $xoopsConfig;
if (
$xoopsConfig['banners'] == 1) {
    
//Display Banner
    
echo (xoops_getbanner());
} else {
    return 
false;
}


The banners show as normal which is great but the are left aligned. To have them centered would be a needed improvement. I tried to <div align="center"> but this did not work.

Does anyone kow how to center the banners in a custom block??

Thanks in advance,
Marty.



19
pnppcs
Re: How do I wrap a URL page ?
  • 2005/9/17 1:59

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


hehehe, life sucks doesn't it........but yeh it is a bit of work although once you have it all set up then you will have what you want and it is actually quite easy once you have done it a couple of times.

Let us know how you go, I would be interested in having a look once you finish it.



20
pnppcs
Re: How do I wrap a URL page ?
  • 2005/9/15 23:42

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hello again canuck, I think I know what you need. You want a link that when clicked opens up an external website that is wrapped within your websites header and footer and that opens in the same window yeh??

Well, if this is the case you would simply create a one page module and you can find instructions on how to do it here:

https://xoops.org/modules/smartfaq/faq.php?faqid=280

Then once you have this new one page module you would add the IFrame code to the index.php of your new one page module with the external site as the Iframe target.

This means you will be able to link to your new one page module which will open in the same window and be wrapped within the header and footer of your site. The link will show in your main menu as it is linking to a site module. If you choose not to have the link in your main menu and have it in a block or elsewhere on your site you will need to use the below code so it opens in the same window:

<a href="http://www.mydomain.com/modules/my_new_one_page_module/index.php" target="_self">Yahoo</A>


Notice that target="_self"

I think this is what you want and I have done this myself on an old site and worked quite well.

Good luck man




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

246 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 246


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits