php forum
php mysql forum
php mysql smarty
 
Topic Options
#144946 - 04/01/02 06:08 AM [6.2x] a trick for search for all posts from a user [ Finished ]
ELY_M Offline
Member

Registered: 03/23/01
Posts: 133
This is very small hack from me.

There is limit of 50 posts/topics in the user search

I want to look up for ALL posts from one user.

so this is the code that only limit to 50 posts/topics.


find this in ubb_profile.cgi

# limit to last 50 posts
$total = @rev_posts;
if ($total > 50) {
@rev_posts = @rev_posts[0 .. 49];
}



delete or Comment it out.




[This message has been edited by ELY_M (edited 04-01-2002).]

Top
#144947 - 04/06/02 09:26 AM Re: [6.2x] a trick for search for all posts from a user [ Finished ]
Consolefreak Offline
Member

Registered: 03/17/02
Posts: 53
Loc: The Netherlands
and how big would the page be if someone has 1000+ posts?? i think my PC would crash lol laugh

Top
#144948 - 04/06/02 09:28 AM Re: [6.2x] a trick for search for all posts from a user [ Finished ]
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Yeah, I think it's not a good idea to comment it out, but how about modifying the maximum from the CP (using mod cp addon if you can laugh )?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top


Who's Online
0 registered (), 27 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
Today at 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
Yesterday at 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks