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

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Categories list on other files
« on: October 18, 2011, 11:19:58 PM »
Hi,

I'm modifying a template and I would like to put the categories list on the footer page.
On the index.php it appears...

On details and categories file the "categories list" does not appear..

Template home.html bottom line:
{footer}
It's ok...

Template details.html bottom line:
{footer}
does not appear nothing, only "hr" line.

Template footer.html:
<hr size="1">
{categories}
</body>
</html>


It sounds that {categories} function can't be called from another file unless is home.html


------------------------------ UPADATE


Ok, I got it...

I just add the following code to the PHP files where I need, in this case: details.php file.

//-----------------------------------------------------
//--- Show Categories ---------------------------------
//-----------------------------------------------------
$categories = get_categories(0);
if (!$categories)  {
  $categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);
//------------------------------------------------------


2
Feedback & Suggestions / 4Images file structure
« on: October 16, 2011, 01:12:34 PM »
4Images is a powerfull system....
But,

How can it be from the stone age yet....
The template files structure is horrible.... Why wasn't that written from source? So templates can be much easier to do...
There are so many duplicate line codes for each file....

 :cry:

3
Mods & Plugins (Requests & Discussions) / Direct Messages between members
« on: October 16, 2011, 01:07:02 PM »
Hi,

Is there a new mod for this feature?
So Members can send messages with each other...

Thanks

4
Mods & Plugins (Requests & Discussions) / Flash games plugin.
« on: January 06, 2008, 12:22:10 PM »
Hi all,

Is there any flash plugin to 4images? To implemet as a game site.

Thanks.

5
Installation, Update & Configuration / search new images - sort by....
« on: October 24, 2007, 01:07:30 PM »
Hi,

When we want to see the latest images inserted, they will be sorted by name.

How can I sort the new images by date??

Thanks.  :o

Pages: [1]