Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 26 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Image as backgorund in block - Hekp please Raven!!!!!! | |
tonydg Replies: 16 Views: 26934 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Raven - It looks like its working great!!!!!! ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
Info PM'd.
Thanks TDG |
|
Topic: syntax error - forums full size- lsot bg and border everywhe | |
tonydg Replies: 26 Views: 43390 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Raven,
Correct URL iswww.multimodalmedia.com/site Sorry after ten straight hours of coding I forget my own name! ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours