Jump to content

Scropion

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Scropion's Achievements

Member

Member (2/5)

0

Reputation

  1. Alright, I'll try my hardest to say this but it's confusing to me. I have a forum just like the one we are posting on that I created and it has everything like this. But I keep getting these complains by my members that they cannot tell if there is a NEW reply in their thread. They can tell if there is a NEW thread in the same forum but cannot tell if there is a reply in their thread. I have tried many different ways to figure out a way but it's too hard and it's starting to hurt my head.. Let me know if this makes more sense or you need me to show you the tables.
  2. I couldn't edit button sorry guys...
  3. I have created a forum that is fully functional but I cannot figure out how to make if their is topic that has a new post or reply to it. I can do it like for the forum but I cannot figure a way to do it for the new post. <?php $result1 = mysql_query("SELECT * FROM views WHERE thread_id = '$rows[last_post_thread]' and trainer_id='$info[id]' order by id desc limit 1") or die(mysql_error()); $result2 = mysql_query("SELECT * FROM views WHERE post_id = '$rows[last_post_reply]' and trainer_id='$info[id]' order by id desc limit 1") or die(mysql_error()); ?> The table view has POST_ID check the lastest post number user has seen Thread_ID same as POST_ID except thread Trainer_ID = user_id The rows variable is from the forum table that have latest_thread inside the forum lastest_post number inside the forum.. can anyone help me with this?
  4. Thanks alot but the problem was when you smaller text in the middle than the right side, the middle extend down to the bottom of the right side.
  5. Okay I have a site that I am coding for one of my friends and I happen to run into an error. The content (main part of the site where all the text and tables are) keeps extending over because of the right navigation. http://scropion.byethost2.com/ Here is the example, could anyone help me? I'll repeat my problem, the right side where it says My Team and Profile viewing is dragging down the center (main navigation) down to where it ends. Any help?
  6. I need help on this. I used to remember how but I forgot now and
  7. <select name='quantity' style='font-size:10px; font=face: verdana'><option value='0'>0</option><option value='1'>1</option><option value='2'>2</option><option value='3'>3</option><option value='4'>4</option><option value='5'>5</option><option value='6'>6</option><option value='7'>7</option><option value='8'>8</option><option value='9'>9</option></select><input type="hidden" name="purchase_item" value="Old"><br><br><input type="submit" name="purchase" value="Buy!"></form> Thats it
  8. I've tried adding the page to the base but I still doesn't submit.
  9. Hey I am coding a marketplace and I am using jQuery to togglePages and when I submit on a togglePage it always sends me to the starting page without submitting. Any help on this?? <script type="text/javascript"> function togglePage(page) { $("#contentField").load("includes/" + page + ".php"); } </script> <div id="contentField"> <form method='POST' style='margin:1px'><select name='quantity' style='font-size:10px; font=face: verdana'>
  10. Okay, it will be replacing a div. I am trying to figure out to add the page that you toggle and have the userid back like include/".pagename.".php?t_id=1
  11. Okay I am trying to add this profile page that allows users to not load multiple pages. Like to see base stats and wall. But I can't figure out and someone has told me to ask people about onClick="togglePage("pagename")" Any help?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.