Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
wrecit
Regular
Regular



Joined: Jan 27, 2008
Posts: 99

PostPosted: Wed Jul 23, 2008 10:58 am Reply with quote

I posted this issue before with not much figured out. The people I am building the site for are now "requireing" that this bug be fixed.

Take a look at www.racingkart.tv/allstars.

The basic fix for posting the racing points has been to do 10 places at a time which do not cause an issue. This is "to time consuming" and they don't understand why they can't just post them all at one time.

When you try to do more that 10 to 12 positions you get what you see on the latest news artical on the home page. I have looked at the code and am to stupid to figure out the glitch on my own.

I have tried to cut and paste from Word with the "code cleaner" and have used the table maker in the admin interface and still the same problem.

Someone tell me what the heck needs to be done to fix this? I am willing to allow full access to the right person if you think it would help.

HELP!!!!
 
View user's profile Send private message
mars
Worker
Worker



Joined: Jul 08, 2006
Posts: 123
Location: Bloomsburg,Pennsylvania

PostPosted: Wed Jul 23, 2008 12:23 pm Reply with quote

Your table isn't proper HTML code so that is the problem

You basically want a 3 column table with multiple rows
IE

Code:


<table width="90%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>Position</td>
<td>Name</td>
<td>Points</td>
</tr>
<tr>
<td>1.</td>
<td>Mars</td>
<td>2124</td>
</tr>
</table>


Then obviously you just duplicate the tr and td's for each racer.
Code:


<tr>
<td>1.</td>
<td>Mars</td>
<td>2124</td>
</tr>


**edit for typo**

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Thu Jul 24, 2008 6:03 am Reply with quote

Since this really has nothing to do with RavenNuke, but is more general module help in nature, I am going to move this to a more appropriate thread.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


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