How To Make A Forum

Apr 27, 2010

I need to know JavaScript and how to make a forum.

View 3 Replies


ADVERTISEMENT

Make Perl Code From Forum Post?

Apr 16, 2009

here is my perl code from forum post[URL]

#start for todays date
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime (time);
my $day = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",

[code]....

View 2 Replies View Related

Forum System From Php Using Iframes?

Dec 15, 2011

I have both the java script and the php files, i just need to intergrate them into eachother to display the different topics and forums:

New Forum:

index.php :

<?php
include('../includes/db_connect.php');
include('../includes/inc-logincheck.php');

[code]....

View 4 Replies View Related

Protecting A Page Within A Forum

Nov 13, 2009

I made a form, but I don't want just anyone to be able to use it. So I was wondering if it was possible for the page to check if they were logged into my forum.

View 1 Replies View Related

Build A Forum Using HTML?

Mar 15, 2010

Is it possible to build a forum using Java-Script and HTML??

View 3 Replies View Related

Hash Change On Forum

May 9, 2011

I need to change the way a form on my page works. As currently when you enter in the form information and hit send, you get sent to another page that loads up for testing purposes a basic 'message sent' message. I want the HTML page to load within the ID#Contact which is stylized with a width and a height. I've been directed to the following procedure but I don't know how to make it come together.

jQuery.post() jQuery API
.load() jQuery API
.ready() jQuery API

View 24 Replies View Related

JQuery :: Forum Styling Not Working?

Oct 19, 2009

I'm trying to style a form using jquery, but it's not working, specifically the replacement of the (required) text with * or **. what is wrong with my code:

[URL]

// JavaScript Document
$(document).ready(function(){
$('legend').wrapInner('<span></span>');
});

[Code]....

View 2 Replies View Related

Have A Post In The MySql Forum Need It Moved?

Mar 10, 2011

How can I get this moved over the the JavaScript forum? The issue I am having is with the JavaScript not with the Sql database.http://www.codingforums.com/showthread.php?t=220870

View 1 Replies View Related

Copy Forum Text Into Same Window?

Mar 4, 2009

I am relatively new to JavaScript. I copied my coding below. I have the code doing everything I want except when I execute the function the text gets copied into a new window. What I would like is for the text from the forms to be copied into the same window that the form is on.

<div id="formbox2">
<form id="form2">
Commentsbr>
<textarea rows="5" cols="20">

View 4 Replies View Related

Resize Images In A Forum Post?

Dec 9, 2009

Resize images that are more than a maximum size limit... through javascript..

View 1 Replies View Related

JQuery :: Post Not Showing Up On Getting Started Forum

Oct 20, 2010

jQuery fileTree would like to display only {.php, .txt, .etc} files on the "Getting Started" forum and it still is not showing up on the list.

View 2 Replies View Related

JQuery :: Mega Menu Not Working On Forum?

Jan 18, 2010

I am having an issue using the Cut & Paste jQuery Mega Menu [URL].. I am using it on the main page of my future forum (test forum is here [URL].. It's the button labeled 'Forum Categories'). The mega menu works fine on the main page of the forum, but once I drill down into the forums, the mega menu no longer works. The mega menu ONLY works on the index of the forum.

View 17 Replies View Related

Use Forum Sites And Get Logged Out Every Few Minutes/seconds?

Nov 15, 2010

I've been having problems with web browsing that I think may be related to Javascript.I use forum sites like and there I get logged out every few minutes/seconds I've found that clearing my cache regularly seems to help a little, but it doesn't fix the problem. Other forum/avatar sites like Solia and Zaffcast don't work properly either, Solia was the site that first alerted me that my javascript may not be enabled. Since then, I have seen other sites that also require javascript that say that my Javascript is not enabled.I'm using Firefox, and my Javascript is certainly enabled in tools> options> content. I'm also having the same problems in IE, Opera and Safari (I haven't tried Chrome yet).I've done some javascript tests and it is working, but evidently not properly.There is another thing that confuses me, it's the fact that if I use my phone as a modem, I don't have this problem. So could it have something to do with my internet connection?

View 6 Replies View Related

JQuery :: Mill TableFilter - Where To Find A Docu/forum?

Oct 28, 2009

does anybody know, where i can find a docu or a forum for this jquery Plugin:[URL]... I'm searching for a way to exclude some of the columns from the filtering - i just dont want the possibillity to filter these columns and i guess there must be a kind of optioni for this case..

View 1 Replies View Related

Calculator With Checkboxes And Some Js Does Not Work In FF [Moved From Java Forum]

Aug 27, 2009

have a simple calculator i made with checkboxes and some Js. the problem is that it does not work in FF.

[Code]...

View 2 Replies View Related

Recalling Data For Count On Click [Moved From Java Forum]?

Sep 9, 2009

I'm having some trouble figuring out how to fully configure my count on click code for my site. Right now, the function is that whenever a user clicks on a piece of text, the number next to it increases by one. The basic code as of yet is as follows:

Code:
<script type="text/javascript">
function add_to_mycounter(){

[code].....

View 2 Replies View Related

Hiding Email Addresses & Phone Numbers In Forum Application?

Jun 10, 2010

I tried searching for this but couldn't find anything that looked correct (Although, I might not have a clue what I'm actually looking at!) I have a fairly simple forum system running as part of my site as part of the member system memberkit. I would like the forum to be public - members can post to the forum, and the public can post to the forum by putting in a name and email address.....

but....I would like some simple code to either block out, xxxx out, or remove entirely email address and phone numbers from forum visitors that are not members. I'd really like to show a gray block over the phone or email address that says "please login to view this information"

Now as part fo the system, I do have IFEQ tags available to determine if the user is a member or not, so I've got somethnig to execute the code on, but I just don't know what the code needs to be.

I've seen this done on other forums before for links and such, I'm just not sure how to do it. I'm guessing it would need to read the whole post message and look for certain strings of characters, etc. [URL]...

View 5 Replies View Related

In-Text Script Creation - Scan My Forum Page And Underline Words On That Page That Are Articles On The Wiki

Jun 23, 2011

I have a forum with over 5000 topics (lots of content in each topic) and I have a wiki-website with over 4000 articles. Both share the same database and are similar in context.

Now, I was wondering if there is a JavaScript out there that can could scan my forum page and underline words on that page that are articles on the wiki. For instance, if I have an article in the wiki entitled "Heart", where ever "Heart" appears in the forum, it is underlined and linked to that exact article on the wiki.

This conceptual idea is very similar to In-Text advertisements, such as Kontera, but I can't seem to find the scripting they use.

View 2 Replies View Related

Google Maps API - Make A Map That Lets The User Click The Map To Make A Pin And Write A Description

Jan 27, 2010

My objective is to make a map that lets the user click the map to make a pin and write a description. Like this [URL]

View 13 Replies View Related

JQuery :: If Number Is Below 5.5 Make It Red - Otherwise Make It Green - Multiple Classes

Dec 8, 2011

I have several classes named 'ratings_colored'. They all contain a number from 1 to 10. If the number is below 5.5, the number should become red. If not it should become green.

The code below works, but if the first .ratings_colored is higher than 5.5 it will make ALL the classes green. Even the numbers below 5.5! I tried using the 'this' but it didn't work either.

$(document).ready(function () {

View 2 Replies View Related

Make A Default Empty Value And Force Users To Make A Decision?

Dec 2, 2009

How Can i take this to make a default empty value and force users to make a decision?

<select id="preservetitletest"
name="titletest"
dojoType="$testWidget"
style="width:50%;font-family:Courier;"

[Code]....

View 1 Replies View Related

Clicking A Button To Make Something Appear, And Then Clicking It Again To Make It Dis?

Mar 4, 2010

so I have a button that makes a table appear absolutely(dynamically), and I was wondering how would I go about making it disappear once I made it appear.

View 3 Replies View Related

How Can I Make A Poll

Jul 20, 2005

Does anybody know how i make a script to make a poll? I mean a small poll
when you can choose yes or no?

View 4 Replies View Related

Make Changes To An XML File

May 4, 2011

I am trying to make changes (add/remove nodes, insert text) to an XML file using JavaScript. So far I can display the content of the XML file, but when I try to add/remove nodes it does not seem to work. Here is my code for adding nodes(just followed an example from w3s):

[Code]...

View 3 Replies View Related

Make Editable H3 Tag

May 20, 2010

i have some mysql articles and i would like to change the title when it displayed on the page by clicking on the h3 tag i have got the articles displaying on a while loop so i need something that would work with that i was thing of somehow changing the h3 tag to a input tag

View 3 Replies View Related

Make Editable All Obj With An Id Not Just One

Feb 15, 2009

I've got this prototype funtion

function makeEditable(id){
Event.observe(id, 'click', function(){edit($(id))}, false);
Event.observe(id, 'mouseover', function(){showAsEditable($(id))}, false);
Event.observe(id, 'mouseout', function(){showAsEditable($(id), true)}, false);
}

that make editable a <p id=xxx> with an speial id I want to modify it to makeditable any of <p> with that id if it's been clicked and also i use this function on a button how I can avoid this function from multiple executing by multiple clicking by user?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved