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.


Topics - nicky9

Pages: [1] 2
1
Installation, Update & Configuration / .htaccess/.htpassword ?
« on: June 01, 2008, 12:43:16 PM »
In the FAQ for security, it says the following:

Password protect the Admin Control Panel directories using .htaccess/.htpassword.

How is that accomplished?

2
Discussion & Troubleshooting / [cat_hits} showing wrong..?
« on: May 26, 2008, 09:56:32 PM »
I created a lot of categories with the batch plug-in, and then deleted everything. Then it said I had 0 photos in 192 categories, although I have no categories at all. When I in Admin Control Panel create a new category it gets a very high ID, like 736. I've tried to clear the cache.

What's wrong?

3
The category drop-down list is great. Is it possible to add after each category how many pictures there are within? (So you don't have to "waste" time and visit a category that is empty.)

For example if it could look like this in the drop-down list: Cars (12)

I've found the function that seems to be: category_dropdown_selfjump

that is defined in page_header.php, but how to modify?

4
Templates & Styles (Requests & Discussions) / comment_user_ip ?
« on: May 21, 2008, 04:48:46 PM »
I'm doing modifications. In my template comment_form.html I want the user's IP address just above the SUBMIT button. I took this code from comment_bit.html:

<a name="comment{comment_id}"></a>
{if comment_user_ip}<b>Your IP:</b> {comment_user_ip}{endif comment_user_ip}<br>
<br>

and put it above the SUBMIT button, but it doesn't work. Have I forgotten some parsing or something?

(I'm not really sure I need that <a name="comment{comment_id}"></a> but I put it there anywhere.)

5
Discussion & Troubleshooting / rss error?
« on: May 21, 2008, 03:45:24 PM »
I have not modified any rss coding at all, but when I press the rss-symbol at the bottom of the page I get a loooong source code in my browser.

Why is that?

6
When I try to remove "Headline" from the Comment form it doesn't appear on the webpage, but when I try to post the comment I get en error message: Please enter a headline.

I removed this:

<tr>
<td width="90"><b>{lang_headline}</b></td>
<td>
<input type="text" name="comment_headline" size="30" value="{comment_headline}" class="commentinput" />
</td>
</tr>

How come I get the error message and where do I fix that?

7
Templates & Styles (Requests & Discussions) / Add my own lang_text?
« on: May 21, 2008, 11:21:59 AM »
I want to add my own text, for example:

$lang['headline'] = "Headline";

in /language/main.php.

However, this doesn't seem to work, noting shows up. I've used lang_headline in the source code. I guess somehow the "lang_headline" should somewhere turn into only "headline" and then be sent to main.php?

8
How do I change the "look" of {new_images} ?

For example, if I want to modify the information displayed beneath the photo, such as the username, category etc.?

Can't find how to do it since there's no template for it... some .php perhaps?

9
The function {whos_online} doesn't seem to work in all my templates. For example: In FAQ.html it's visible, but not in Top Photos, although it's present in the source code. Very strange???

10
I wonder if it's possible to have all the posted comments with a background such as in the Top Photos section? So that each post has its own color-background. (Only two colors used in total) ?? As of right now its only one color and "harder" to read.


11
Templates & Styles (Requests & Discussions) / Lightbox template?
« on: May 19, 2008, 04:34:56 PM »
I'm trying to change the lightbox template, but the "mainframe" doesn't change very much. Is that part controlled by some other template or what? The lightbox.php seems to be the main coding part?

12
Discussion & Troubleshooting / Parse error?
« on: May 15, 2008, 06:23:44 PM »
I click on MyAlbum (only changed it from lightbox) and get the following error message:

Parse error: syntax error, unexpected $end in /home/mysite/public_html/includes/template.php(101) : eval()'d code on line 184

I have not changed anything. The link is the same: <a href="{url_lightbox}">

13
Chit Chat / Where to find all the {xxx} ?
« on: May 14, 2008, 07:47:38 PM »
I have a recurring problem. Whenever I need to find a function, for example {url_search}, it's a big problem for me to find it. Do you have a list or something of where to find all these functions within { } ? Searching the forums takes a lot of time and sometimes it's very hard to find them.

As of right now, I can't find this: {url_search}

14
My categories looks like this now:

A (143) 
B (12) 
C (42) 
 
But it only shows the number of  images, not the number of subcategories. I would like it to be something like:
A (143 photos, 12 subcategories)

Is that possible to program?

Also, how do I order the list like this A B C D... etc in a horizontal manner instead of

A
B
C
... etc

in a vertical manner? I would like the alphabetical order to be horisontal.

15
Chit Chat / Fast-create categories?
« on: May 14, 2008, 03:03:30 PM »
I would like to add a whole lot of categories, about 5 000 of them. Instead of manually creating new categories one by one, is there a faster way to load them automatically? Let's say I create categories A-Z, and then have a list of subcategories with about 200 for each letter. Can I somehow load these in an easier way with the help of a list I upload or something?

Pages: [1] 2