Ravens PHP Scripts: Forums
 

 

Search found 26 matches
Author Message
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Fri Aug 15, 2003 9:07 am   Subject: Image as backgorund in block - Hekp please Raven!!!!!!
Figured out what happened.
We got spammed as you made last set of changes.

They totally filled up teh hard drive with e-mail. Locked machine so changes you made in FTP didn't get written to drive. ...
 Topic: web page spell checker
tonydg

Replies: 1
Views: 6733

PostForum: phpnuke 6.5   Posted: Fri Aug 15, 2003 9:00 am   Subject: web page spell checker
Raven,

I thought I saw on Nukecops or Nukemods ( now unfortunately closed) a program or block to spell check web pages - can't find it in forums anywhere.

It would be really useful as after long ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 10:21 pm   Subject: ok in IE but problem still ther in netscape, safari and mozi
Raven,

I the problem is resolved in IE but checked in other browsers,
Camino, Mozilla, Netscape, and Safari ---problem still there in other browsers.

Weirrd. What now.


You site admin is th ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 3:44 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven - It looks like its working great!!!!!! Very Happy

Checked in IE, Netscape and Mozilla - all good so far.

You are the best!!!!


TonyDG
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 3:31 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven,

They just turned it on. And rebooted the server.
probably kicked you from FTP

Should be able to get on now.

Tony
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 2:33 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Info PM'd.

Thanks

TDG
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 1:13 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Must have done it wron - still getting routine 2 only, even if you click forums.

Here is modified forums index.php

if (!eregi("modules.php", $_SERVER['PHP_SELF'])&# ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 12:41 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Do you mean:

#!

<?php
if ($_GET['r1']) {

function OpenTable() {


or


#2

<?php
if ($_GET['r1']) {
routine 1
...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 12:23 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
If the user clicks "Forums" the program should run the first routine - so that when the Forums page is viewed it has no background color or border.

If any other module is selected it should run ro ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 12:11 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
File is in my themes folder. We took the Mtechnik Ultra theme and created a block.html and tables.php file to give us independent control over images and borders.

File location is : site/themes/Xt ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 11:36 am   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven

The string without the"!" skips over the first routine and just runs the second.

Could it be possible to use something like

if (eregi($module_name = Forums, $_SERVER['PHP_S ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 10:21 am   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven,

Like this?if (eregi("forums.php", $_SERVER['PHP_SELF'])) {

TDG

Be gentle still a php newbie
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Wed Aug 13, 2003 8:46 am   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven,

I tried to imsert the code - still won't run second set of routines.

<?php
if (!eregi("forums.php", $_SERVER['PHP_SELF'])) {

function OpenTa ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 11:36 pm   Subject: still not calling second set of functions
Raven,

This code is my first set of function - no borders/ no /backgrounds
works perfect as a standalone code.

function OpenTable() {

echo "<table width=\" ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 10:56 pm   Subject: just fix the "end"
All I need to do is removeend;

and have it readfunction CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";

}

& ...
 Topic: syntax error - forums full size- lsot bg and border everywhe
tonydg

Replies: 26
Views: 43390

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 10:30 pm   Subject: syntax error - forums full size- lsot bg and border everywhe
Raven,

I.m still trying to get his table.pho to execute one set of fungtions if the forums module is callled and another set if anything else is called.

Problem is I must have a syntax error in ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 10:18 pm   Subject: Image as backgorund in block - Hekp please Raven!!!!!!
I'm new so ... do you mean code like

$boxContent .= "<form action=\"modules.php?name=$module_name\" method=\"post\">";

If so you are correct the blocks that d ...
 Topic: Trying to put a border around all center blocks except one.
tonydg

Replies: 2
Views: 8236

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 9:11 pm   Subject: Trying to put a border around all center blocks except one.
Yes - doesn't seem to be where the problem is.
Is there a way to code the tables.php file I posted so that any module except forums.php would utilize the file.


Thanks



Tony
 Topic: Trying to put a border around all center blocks except one.
tonydg

Replies: 2
Views: 8236

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 4:21 pm   Subject: Trying to put a border around all center blocks except one.
I'm sorry to be apest - down to last two glitches and ready to launch site.
Just noticed in my forums - a border that attaches correctly to every other module when displayed, is corrupted when tries ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 3:04 pm   Subject: Still - black hole under Survey and Site users Info Block
Raven,

Any thoughts as to what to do to fix the black hole problem I referred to in my earlier post.

URL is up and working. (Was offline for about 30 mins a litle while ago.)


www.multimodal ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 11:35 am   Subject: Image as backgorund in block - Hekp please Raven!!!!!!
Raven,

As an afterthought I did hack your site-user-info block, to take out th ecounters at the bottom - but I never touched the Survey block that came with php 6.5.

Anyway here is the code fo ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Tue Aug 12, 2003 11:23 am   Subject: Sorry for mis-spelled URL
Raven,

Correct URL iswww.multimodalmedia.com/site

Sorry after ten straight hours of coding I forget my own name!
Embarassed

Anyway - when you put use a color instead of a image - the color goe ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Mon Aug 11, 2003 10:36 pm   Subject: REALLY-REALLY close!
Raven -

Almost works perfect - if you look at site <table border="1" cellpadding="0" cellspacing="0" bgcolor="\" width="165"><tr><t ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Mon Aug 11, 2003 10:03 pm   Subject: Image as backgorund in block - Hekp please Raven!!!!!!
Raven,

Not quite working - I must have coded this wrong:



<table border="1" cellpadding="0" cellspacing="0" bgcolor="\" width="165">< ...
 Topic: Image as backgorund in block - Hekp please Raven!!!!!!
tonydg

Replies: 16
Views: 26934

PostForum: phpnuke 6.5   Posted: Mon Aug 11, 2003 9:38 pm   Subject: Image as backgorund in block - Hekp please Raven!!!!!!
Raven sort of : you did tell me there was two ways to do it :

Do I replace
<tr><td bgcolor="#FFFCD9" align="center" bordercolor="#000000"> <font class ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©