Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

Reverse order?

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 02-04-2004, 10:36 AM   #1 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

Ok, so i got my news system workin ok. but how do i have it show up
in reverse order? Because now i have like maybe 3 news thingys but
its showing the oldest first and newest on the bottom, i need it in that
opposite way
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-04-2004, 12:55 PM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Reverse order?

is their not a option to change ascending and descending?

Which news program r u using?
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-04-2004, 05:19 PM   #3 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

err Infamous's custom peice of **** news system... why?

lol
im using that code you gave me and i have it displayin on the frontpage,
workin pretty nice to but then i relized the news is updating backwards...
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-04-2004, 10:22 PM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Reverse order?

i sent u? lol

Give me a link to which site u r working on i can see for myself.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 08:43 AM   #5 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

err the link you sent me... either that or your copied the code, its in a post
on the help forum [this help forum]

im workin on dod.clanz.biz and some of it is php
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 09:42 AM   #6 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

ok infamous since no one else has found the code i went ahead and found
it for you! you need to apply this code under the line where it is querying
the db. it should look like

[code:1:c195952f99] mysql_select_db('bolclan_news', $dbcon);
$res = mysql_query('select * from main', $dbcon);
$sql .= 'ORDER BY `date` DESC LIMIT 0, 30';
if (!$res) die(mysql_error());[/code:1:c195952f99]

Where "$sql .= 'ORDER BY `date` DESC LIMIT 0, 30';" was inserted to sort
out the Entries by their date.
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 09:42 AM   #7 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

Whow infamous thanks your so great!
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 11:54 AM   #8 (permalink)
 
Title: Bluepearl Veteran
Join Date: Jan 2004
Posts: 409
Rep Power: 5 Blackhawk is on a distinguished road
Re: Reverse order?

not everyone has a huge amount of time on thier hands like u mate
__________________
Blackhawk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 02:29 PM   #9 (permalink)
 
Title: Banned
Join Date: Jan 2004
Location: Fort Lewis, WA
Age: 19
Posts: 59
Rep Power: 0 Infamous is on a distinguished road
Send a message via ICQ to Infamous Send a message via MSN to Infamous
Re: Reverse order?

dude im just playin
Infamous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2004, 05:09 PM   #10 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Reverse order?

Quote:
Whow infamous thanks your so great!
You help moderating yourself? lol
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Reverse order?
Thread Thread Starter Forum Replies Last Post
Editing This Fine Templete ATLGangsta ClanzDarkness2 38 12-12-2006 10:56 PM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:19 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52