php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#317815 - 02/17/09 11:20 AM Re: Displaying a gif for a paying member [Re: Iann128]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
changelog for 7.5:

FEATURE It is now possible to add an image for each group. Users belonging to that group will be able to display that image next to their name. If a user belongs to multiple groups, the user can select a single or multiple images to be displayed.

It's just hit the beta cycle, so won't be long before it will be released.

As far as the query goes:

Sql Query:
and t1.GROUP_ID = 6


should be replaced with

Sql Query:
and (t1.GROUP_ID = 6 or t1.GROUP_ID = 7)


So you replace the original requirement with a bunch of them with or inbetween. But you group them together, because together they are one of the conditions).


Edited by blaaskaak (02/17/09 11:23 AM)
_________________________

Top
#317820 - 02/17/09 06:57 PM Re: Displaying a gif for a paying member [Re: blaaskaak]
Iann128 Offline
Newbie

Registered: 05/31/08
Posts: 18
Thanks again, you are the Man! Yeah I saw the change log, can't wait to test it out. How does one get in the Beta group?

Top
#317823 - 02/19/09 04:25 PM Re: Displaying a gif for a paying member [Re: Iann128]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
easier way to do a test for multiple groups would be

Sql Query:
 AND t1.GROUP_ID IN (6,7)


you can keep adding commas and numbers at will smile

i like to minimize keystrokes laugh
_________________________

Top
#317825 - 02/19/09 05:23 PM Re: Displaying a gif for a paying member [Re: sirdude]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
sirdude has lonely keys

Top
#318590 - 06/01/10 10:26 AM Re: Displaying a gif for a paying member [Re: DLWebmaestro]
Iann128 Offline
Newbie

Registered: 05/31/08
Posts: 18
Hey guys I upgraded my testing site to 7.5 a little while ago and broke the mods I made, and the stock code displays the member image inline with the posts, not where I had it or want it. Will the mods still work if I go back and edit the files? I have not upgraded the main site for that reason.

Top
#318591 - 06/03/10 10:58 AM Re: Displaying a gif for a paying member [Re: Iann128]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
It should, the code wasn't too difficult to follow from one version to the other for the most part, especially the templates.
_________________________
- Allen wavey
- What Drives You?

Top
#318638 - 10/12/10 10:23 AM Re: Displaying a gif for a paying member [Re: Iann128]
Iann128 Offline
Newbie

Registered: 05/31/08
Posts: 18
OK so now we have a different image for a "Recognized" member. I was going through the code, and trying to think how to do it without stacking them, I.E. one or the other. I assume I need to create a second array, then create logic to see which array they are in???

Top
Page 2 of 2 < 1 2



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks