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 - anrob

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Template by Group???
« on: February 10, 2003, 04:56:35 PM »
Is it possible to have a template that only pulls images from a permission group.

i.e. I have 2500 photos from different parties and i want to setup groups fro each one ( Jason's Wedding, Phil's Barmitavah)

Is it possible to use the same database for all images and make different templates that will only pull from (either a certain catagory or group).


Thanks Anrob

2
Mods & Plugins (Requests & Discussions) / Addtional Cat Fields
« on: December 12, 2002, 02:31:41 AM »
Ok, I was able to add the table to the admin and also the database.

So when i add the new info it saves to the database.  The only thing that i can get is how to pull that info into the site.

i.e.  I added a field to the database called cat_age

It has all the info that i need i just need to get that info  to show up on the category page when you goto that cat.


Any Ideas?

Thanks Again

Anrob

3
Mods & Plugins (Requests & Discussions) / Addtional Cat Fields
« on: December 12, 2002, 12:33:16 AM »
I have looked and cant find the answer for this one.

How can i add more fields to the categories in the admin.

I have been able to find everything but that.

It doesnt seem to be as easy as adding fields to the user section.


any ideas?
Also has anyone found out how to add more then 1 random image to the front page.  I have tried everything i can find here and all i have is 3 of the same random images.


Thanks

anrob

4
Mods & Plugins (Requests & Discussions) / Second Random Image
« on: December 10, 2002, 07:31:37 PM »
Anyone get this to work yet?

This would be great.

Is there a way to define the number of random images on the main page.

That might even be better then messing with the code.


Thanks

Anrob

5
Installation, Update & Configuration / Language File Help
« on: December 05, 2002, 06:19:15 PM »
Thank you, Thank you, Thank you.

That worked perfect.

This is some great software.


Thanks again

anrob

6
Installation, Update & Configuration / Language File Help
« on: December 05, 2002, 12:23:27 AM »
I have been trying all day to make this work and have no hair left now.
(By the way GREAT SOFTWARE)

I added a new field to the user profile that will include user sex
i.e Male or Female.

I have been able to get everything to work except for the language file.
Let Me explain what i did.

I now have a dropdown box under user proflie that says Gender:
that should have to options in them Male and Female.

I can see the space for the words but no words.
When i make the changes to the from male to female it changes in the database and i can see it in the admin panel.

I added a line to the lang file main.php


Code: [Select]
$lang['male'] = "Male";

But that does nothing

I also add code to the db_field_definitions.php

Code: [Select]
$additional_user_fields['user_sex'] = array($lang['user_sex'], "select", 1);

and that gives me the output for the word Gender:

from the same lang file
Code: [Select]
$lang['user_sex'] = "Gender:";

If i use one of the $lang definitions that came with the software (i.e. 'user_name')

It will say Username: in my dropdown box.

But if i change it back to the one i made ('male') i get nothing.


Any Ideas?

Thanks

anrob

Pages: [1]