vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Avatar uploads (https://vborg.vbsupport.ru/showthread.php?t=49161)

PeetaGTS 02-21-2003 02:48 PM

Avatar uploads
 
Hey, this may be a stupid questions and very easy to answer.. maybe its something i missed or what but in the registrating page.. at the bottom it shows:

Avatar:
You make pick an avatar that appears beneath your name on your posts.

it only allows you to choose the avatar that was uploaded by Admin.. what i want is to allow my members to upload their own avatar and have a maximum size upload... i have avatr enabled but for some reason i do not see it. Thanks guys.

and also .. i have photopost and would like to know how to add that link to members photo gallery under each username in a post. when you click on it.. it takes you to their members gallery.

PeetaGTS 02-21-2003 07:23 PM

anyone?

PeetaGTS 02-22-2003 03:55 AM

?

PeetaGTS 02-23-2003 05:13 AM

? :disappointed:

Erwin 02-23-2003 05:56 AM

Quote:

Originally posted by PeetaGTS
Hey, this may be a stupid questions and very easy to answer.. maybe its something i missed or what but in the registrating page.. at the bottom it shows:

Avatar:
You make pick an avatar that appears beneath your name on your posts.

it only allows you to choose the avatar that was uploaded by Admin.. what i want is to allow my members to upload their own avatar and have a maximum size upload... i have avatr enabled but for some reason i do not see it. Thanks guys.

When users register by default they cannot upload avatars until they become registered, and go to their User CP, and then they can upload their own avatars.

Quote:


and also .. i have photopost and would like to know how to add that link to members photo gallery under each username in a post. when you click on it.. it takes you to their members gallery.

Add this in the Postbit template where you want it to show.

Code:

<a href="../forum/photopost/showgallery.php?thumb=1&stype=2&cat=500&perpage=12&sort=1&user=$post[userid]&si=$post[username]">Gallery</a>
Replace the URL to the URL of your photopost. You can replace the text Gallery with an image.

Enjoy!

Dean C 02-23-2003 11:53 AM

Wow intigration with photopost is maybe not that hard then ;)

I may purchase this product soon...

- miSt

PeetaGTS 02-23-2003 04:57 PM

Quote:

Originally posted by Erwin


Add this in the Postbit template where you want it to show.

Code:

<a href="../forum/photopost/showgallery.php?thumb=1&stype=2&cat=500&perpage=12&sort=1&user=$post[userid]&si=$post[username]">Gallery</a>
Replace the URL to the URL of your photopost. You can replace the text Gallery with an image.

Enjoy!


when i did this i expanded postbit template and edite the postbit .. i added the code at the very bottom and this is what it showed...

http://www.importvelocity.org/gallery.jpg

^
|
|
i wanted the members gallery to be shown un thow many posts the member has posted.

Erwin 02-23-2003 08:07 PM

Did you read my instructions? Put the code I posted in the right place in the postbit template. Find Posts: $post[posts] and put it underneath it with a <br> after $post[posts].

Link14716 02-23-2003 08:21 PM

Erwin, wouldn't it be
Code:

Posts: $post[posts]
;)

Erwin 02-23-2003 08:25 PM

Whatever it is. :) I'm relying on my failing memory. Edited my post. Thanks.

PeetaGTS 02-24-2003 06:50 AM

thanks guy it work perfectly


All times are GMT. The time now is 11:02 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.01051 seconds
  • Memory Usage 1,732KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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