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

Pages: [1]
1
Hi. 8)

I am using 1.7.2 and I'm looking for a MOD that will show my new images on every page not just on home.html. I did a number of searches for "new images" & "recent images" MODS, but had no luck. My layout is setup so the new images are displayed vertically on the left hand side of the page. I would like to keep this look consistent as the user goes throughout my gallery site. Can please anyone assist me?

2
it didn't work.

i inserted
$indexphp;
below <?php in index.php

and i couldn't find: $link_arg = ROOT_PATH."categories.php?".URL_CAT_ID."=".$cat_id;

i did find: $link_arg = $site_sess->url(ROOT_PATH."categories.php?".URL_CAT_ID."=".$cat_id);

so my code reads:
$link_arg = $site_sess->url(ROOT_PATH."categories.php?".URL_CAT_ID."=".$cat_id);
global $indexphp;
if (isset($indexphp))
{
  $link_arg = ROOT_PATH."index.php";
}

3
i'm having trouble with cat_paging on home.html. i only want to display 9 categories...which i can do, the problem is being able to go to the next page of categories. when i click on page 2 for example, the link reads : http://www.mysite.com/gallery/categories.php?cat_id=0&sessionid=abf5e1a9bf52a1d3a08cda51b1228f8f&cat_page=2 

but i am transfered back to index.php.

my paging works fine within the categories.

4
thanks! i was able to limit the number of catergories shown on my home.html page, but is there a way to add navigation for categories not shown on the home.html page? example: say i have 50 catergories and i want only 10 catergories diplayed on my home.html page. is there a way to add a link to the next page to display the next 10 catergories, etc.?

5
hi.  :D i'm having the same problem. are u sure you have the correct file online for us to download? isn't $page_text : "page"; supposed to be like $page_text : "cat_page"; or something like that? this file: http://gallery.vano.org/file18 doesn't have "cat_page" listed anywhere in it.

Pages: [1]