Jump to content

bigshew

Members
  • Posts

    26
  • Joined

  • Last visited

bigshew's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Thanks folks. Got it working finally. I appreciate all the help.
  2. I use Eudora myself but some wish to use web mail. Where do they go and log in at? I know nothing about email on the web.
  3. I have set up several emails for members of our group. A few can only send and receive via web mail. Can anyone explain how they need to retrieve their email?
  4. Ok I figured it out. I had the script name with a capital M instead of a small m. Works ok now. Thanks everybody.
  5. www.pendulumfoundation.com/index-2.htm
  6. I have it added to each page and in the correct folder as well. I had the same set up on a different site some months back and it worked fine but for some reason it just isn't showing up now on any of the pages.
  7. I have added a Xara Webstyle menu to our site. The script extention is .js but it is not showing up. Is there a certain place I am suppose to upload the .js?
  8. I see that TCH-Bruce says they have discontinued use of the FormMail program. I guess that's why it doesn't work. I really need a good form I can put on my site for feedback from visitors. Do you or anybody have any suggestions?
  9. I have added a contact page for my site with a form using FormMail. The mailit.php has been uploaded to the server but when I try to paste <form action="mailit.php" method="post" enctype="multipart/form-data" name="form1"> into the actual form page, it totally messes up the table formatting. And when I can get it right and you hit the submit button, it gives me the following message: Message could not be sent. Mailer Error: Language string failed to load: connect_host Anybody have any ideas what I am doing wrong or how I can set up another form instead of what I am using?
  10. Thanks I wil be trying that this afternoon to see how it works. I appreciate the help.
  11. The problem I am actually dealing with here is I don't think integrating two different programs. I am using the phpnuke as my news page and the forum program it runs is the phpbb. So I tried to do a backup for my actual forums and then restore the backup to the phpbb on the nuke site. It doesn't take for some reason. But the two forums are phpbb so anybody have any suggestions?
  12. I am running phpnuke version 6.5 and phpBB 2.0.6 forums as a seperate part of my site. I am wondering if there is a way to integrate the two and load the forums onto the nuke site. When I go to the admin page for the forums on the nuke page, it appears to be the same setup as my current forums page. I tried to backup and restore but it isn't working. My current forum has been online for some time and is quite big. Does anyone know how get my forums into the forum section of my nuke site? Thanks in advance.
  13. never mind. thanks for the help but I figured it out. i didnt even name the left or center frame and now that i did it works fine. thanks for all the help and the welcome.
  14. well I tried that but it always opens a new browser for the link instead of in the center frame. So let me ask you this...on my index I have the frames defined as follows: <frameset rows="155,*" MARGINWIDTH="0" MARGINHEIGHT="0" FRAMESPACING="0" BORDER="0" FRAMEBORDER="0"> <frame SRC="topindex.html" NAME="top" SCROLLING="NO" NORESIZE> <frameset cols="109,*" MARGINWIDTH="0" MARGINHEIGHT="0" FRAMESPACING="0" BORDER="0" FRAMEBORDER="0"> <frame SRC="left.html" SCROLLING="no" NORESIZE> <frame SRC="center.html" SCROLLING="auto" NORESIZE> </frameset> Do I need to define the frame name more clear for a menu in the left to open in the center?
  15. On my site I have used three frames...Top, Left(menu) and Center. I am trying to set it up so when a link is clicked in the menu in the left frame, it will open in the center frame. I know it probably must be by targets but cannot seem to get it to work. Can anyone help? Thanks in advance.
×
×
  • Create New...