Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bomba

Pages: 1 ... 4 5 6 7 [8] 9 10
106
should i ask this at the mod request?

107
Discussion & Troubleshooting / how to display a link to user own gallery
« on: February 28, 2003, 03:36:26 AM »
thanks v@no, it worked! :)

and what about my other queston above...

is it possible to had a message after logging in saying
"you have (x) new comments"

this would be the comments to the user own images since his last log in. and when they click this link they would see those new comments.


thanks

108
Discussion & Troubleshooting / how to display a link to user own gallery
« on: February 27, 2003, 06:41:38 PM »
hey just added the code above and it doesn't work well

it links to other user gallery.
i did everything good, im sure of it

here's the code of my includes/page_header.php
Code: [Select]
$site_template->register_vars(array(
  "media_url" => MEDIA_PATH,
  "url_show_user_images" => $site_sess->url(ROOT_PATH."search.php?search_user=".urlencode($user_info['user_name'])),
  "lang_show_user_images" => $lang['user_images'],
  "thumb_url" => THUMB_PATH,
  "icon_url" => ICON_PATH,


and the code from templates/yourtemplate/user_logininfo.html
Code: [Select]
&raquo; <a href="{url_show_user_images}">{lang_show_user_images}</a><br />
      &raquo; <a href="{url_lightbox}">{lang_lightbox}</a><br />


i also added the
Code: [Select]
$lang['user_images'] = "My images"; just before the ?>

what's wrong with it?

109
Discussion & Troubleshooting / how to display a link to user own gallery
« on: February 27, 2003, 06:00:51 PM »
AWESOME!
thanks  :D

one more thing,
is it possible to have a link to last commented user own images when they log in

like this:
you have (x) new comments on your images


thanks

110
Discussion & Troubleshooting / how to display a link to user own gallery
« on: February 27, 2003, 04:52:35 AM »
i mean when users log in they usually get the links:

my lightbox
log out
and i also added the memberlist link

now i would like to put a link like:
my gallery (the place where it shows all their images)


thanks

111
Discussion & Troubleshooting / how to display a link to user own gallery
« on: February 27, 2003, 12:20:13 AM »
i would like to know how can i add a link to users own gallery when they log in. i would like to had this link next to "my lightbox"

thanks

112
Mods & Plugins (Requests & Discussions) / mod request: users ranking
« on: February 27, 2003, 12:13:03 AM »
hello, i would like to see a mod where it would appear a ranking of users. this ranking would feature the most dedicated users. counting their images and comments (but only the ones with more than 80 characters, for example, so the kind of "yes, very good" comment wouldn't count for this statistics).

this mod would help the users to be more dedicated to the gallery
one other thing that could help is a code where only after 8 comments for example, that user would be able to upload his image

my experience in this kind of gallerys tells me that people don't comment much, so i think this would be a good thing to do

just a thought :)
thanks

113
Code: [Select]
I'd say: "almost anything could be possible, exept pizza delivery through internet  "


lol, i guess you have a point there
but if it's possible, can u tell me how please :)

114
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 26, 2003, 11:56:21 PM »
but what exactly will this do?
i don't want to delete the last submited images or the current random image code
i just want to add a line of 6 random images from that specific category at the top of my index.php, where it will be above the last submited images.

sorry for my lack of knowledge
thanks

115
or maybe add this additional field in the gallery search form

is any of these options possible?

116
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 26, 2003, 07:20:32 PM »
Code: [Select]
this is pretty simple to do:
for the category set upload permission to "private"
then greate a users group for that category.
then asign "honored" users to that group.


and how can i show in the index.php a line of 6 random thumbnails from that category?

117
Mods & Plugins (Releases & Support) / [Mod] Show user's lightbox to admin.
« on: February 26, 2003, 01:28:59 AM »
:D thanks v@no

118
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 26, 2003, 01:07:27 AM »
i don't want to write it at the description. i want to write it at categories.php and i wanna know how to do the changes only for that specific category.

cause if i write a description in categories php it will show on every single category page.

anyway, thanks for trying to help

119
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 26, 2003, 12:21:43 AM »
:) i guess i didn't explain myself
i know how to do that

1. what i want is to show on the index.php a line of 6 random images from that category.

2. and also i would like to put a text at the top of that category when people enter the category. for example:
"category name
 featuring the users: name1; name2; name3; ..." these names would be links to their profile pages

thanks

120
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 25, 2003, 10:53:42 PM »
and also when people enter that category is it possible to show the usernames with the permission to submit the pics.

it would be something like this:

CATEGORY OF HONOUR:
featuring the users: username1; username2; username3; ... and this would work as links to their profile pages.

thanks

Pages: 1 ... 4 5 6 7 [8] 9 10