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

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Re: How to disable statistics?
« on: December 04, 2013, 08:07:21 AM »
Thanks, that's cool!
But I want to remove the database queries.
In the picture below you can see that I want to remove:

2
Mods & Plugins (Requests & Discussions) / Re: How to disable statistics?
« on: December 03, 2013, 08:30:17 PM »
Statistics still works! I need to disable it for all users, for my, for all pages, to minimize database queries (see picture above). My database (mysql) is still used for this!  :cry:

3
Mods & Plugins (Requests & Discussions) / Re: How to disable statistics?
« on: December 03, 2013, 08:01:19 PM »
Thank you for "index.php", but I want to disable sessions statistics , and not just to show or not to show this for all visitors. In ACP I see only "Only visible for admins when deactivated" and Display admins bold in "Who's online". I want to totally disable it for all.
Tell me, please, where it can be turned off in the file? Maybe need to remove or change some code?

I do not need this. How can I "disable" it? (picture below):

4
Mods & Plugins (Requests & Discussions) / How to disable statistics?
« on: December 03, 2013, 07:26:39 PM »
Hello. I want to disable sessions statistics at least for non-registered users.
Please tell me how to do it?
The main goal - to minimize database queries to the table "4images_sessions".
If it is possible to completely disable this function - it will be very good! :)

5
Hello!
Tell me, please, how to do that in this Sitemap have a "category paging"?

Now this mod takes into sitemap.xml only the first page of the category, without &page=2 etc.

For example, I want:

Code: [Select]
<url>
<loc>http://www.mysite/gallery/categories.php?cat_id=123&page=2</loc>
<priority>0.8</priority>
<changefreq>daily</changefreq>
</url>

<url>
<loc>http://www.mysite/gallery/categories.php?cat_id=123&page=3</loc>
<priority>0.8</priority>
<changefreq>daily</changefreq>
</url>

I think it would also be interesting to other users...

6
Thank you, this is what I needed!

7
Mods & Plugins (Requests & Discussions) / Show number of current page
« on: April 07, 2012, 01:47:02 PM »
Hello! How to show number of current page in category and subcategory page (categories.html)?
For example, in category 7 pages with 15 photos ...
I want to show to the visitor:
"Current Page: 2" (or 1, 2, 3, 4, etc.)

8
Thank you so much!  :D

9
Hello, Rembrandt!

Can you tell me how to do that in the main category {cat_name} display its name, but not the name subcategory of image at the bottom of the page?
For example, if the name of the main category "Nature"... is displayed "Landscapes" (the name of subcategory of the lower image at the bottom of the page).

Can anyone help me?
I am using version 1.7.10

And since this mod is very-very good!

Pages: [1]