PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.0.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/)
-   -   Some more questions (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/117009-some-more-questions.html)

Delw December 13th, 2004 02:40 PM

Some more questions
 
Is this gallery stand alone or can I make it so I can access it through the vbulletin board? like on the menu taht has the members list calendar etc.

Lets say members who have gallery permissions(user groups) have a menu or something that comes up, but all guest can view the gallery by maybe clicking on that members name in the forum?

I was hoping I didnt have to have a separate link.





Delw

AlfonsoC December 13th, 2004 02:51 PM

Re: Some more questions
 
Quote:

Originally Posted by Delw
Lets say members who have gallery permissions(user groups) have a menu or something that comes up, but all guest can view the gallery by maybe clicking on that members name in the forum?

I was hoping I didnt have to have a separate link.

I was thinking on something similar, integrated on their CPanel and on each message they posted, on the user info provide a link to their personal gallery, where people can see their gallery.

This involves adding a custom field where to store the ID of their gallery. I'm thinking a little on it, maybe this weekend have some spare time and hack some templates.

Delw December 13th, 2004 04:08 PM

Re: Some more questions
 
I am not the best one for helping you but if there is anything I could do let me know. I will be around this weekend.
besides I would liek to learn a little more as well


Delw

phlogiston December 13th, 2004 04:25 PM

Re: Some more questions
 
Quote:

Originally Posted by AlfonsoC
This involves adding a custom field where to store the ID of their gallery.

The custom field shouldn't be needed as you can browse all of a users pics with their forum userid#
You should be able to add a link in the postbit and User Profile page templates to link to that users gallery.

Examples;

for postbit templates:
Code:

Content visible to verified customers only.
for the user profile page (MEMBERS_INFO template):
Code:

Content visible to verified customers only.

and if you want a link to "My Gallery" that will take users to their own pictures (from eg their usercp or the navbar):
Code:

Content visible to verified customers only.
I can get fuller instructions if anyone needs help :)


All times are GMT -5. The time now is 01:19 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97