vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   I'm just so close to getting this, HELP! (https://vborg.vbsupport.ru/showthread.php?t=61977)

b6gm6n 02-27-2004 02:38 PM

I'm just so close to getting this, HELP!
 
Hi..

I've written a hack for photopost, shows the latest comments, but it's not very secure (i.e all usergroups can view pix etc)

anyways, i hope to develop that later, but along the same lines, a hack has been released for photopost that shows the latest pix in the vb-index...it's very good i like it and have used it, but it doesn't check for a members usergroup permissions.

I've been modifying it to try and check a users vb usergroup id and then doing an IF/ELSE statement to either show the thumb/link or just show a blank thumb.

Am i right in thinkin i should use "$bbuserinfo['something']"

Please check my alterations to this script in the attachment, i've commented up what i've done...you'll see i'm quite close to nailing this, just need a little extra help

Then i think i can move onto my latest comments hack and check usergroup perms with no worries etc....

Thankyou so much for helping me on this, i've been pulling my hair out

I'm not sure if i should use a query or just check a users [sessionid] or something like that, i should say that my vb & photopost databases are combined into one.

Thanx for your help people

Giveit2u43 02-27-2004 03:00 PM

couldn`t you just use something like

Code:

<if condition="$show['member']">
$thumbnail
<else />
<img src="guest.gif">
</if>


Dean C 02-27-2004 05:36 PM

I've removed your attachment as it looks like its copyrighted photopost source code or source code modifications for paying customers. If it's not my apologies and feel free to attach it again :)

AN-net 02-27-2004 05:48 PM

well how many usergroups are you checking for?
do you want just unregistered users/not logged in users not to see it?

b6gm6n 02-27-2004 08:26 PM

1 Attachment(s)
Quote:

Originally Posted by AN-net
well how many usergroups are you checking for?
do you want just unregistered users/not logged in users not to see it?

well yes, but i also don't want 'registered' also and 'banned' the rest of the usergorups are fine...i just need to know how to check this....

-b

EDIT : no worries Dean, i am a paying licenced member of photopost and i have told micheal of my intensions


All times are GMT. The time now is 11:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00944 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete