4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Jini on December 05, 2007, 05:08:21 PM

Title: [ReQ] add new blocks
Post by: Jini on December 05, 2007, 05:08:21 PM
hiya, how to add new blocks for each category? like this http://www.psp-themes.net
Title: Re: [ReQ] add new blocks
Post by: saud on July 02, 2009, 01:29:37 AM
i need this mod too  plz tell me where i can find this mod?
Title: Re: [ReQ] add new blocks
Post by: mawenzi on July 02, 2009, 02:07:01 AM
... new blocks ... ? ... newest images of all main-categories ... ?

... one solution ...
... make a copy from section "Show New Images" in index.php for each main-category and use in sql-query for each ... "WHERE cat_id = XX ... "
... where XX is the cat_id of your main-categories ...
... in each section use instead for all "new_images" -> "new_images_cat_id_XX" ...
... and now you can use in your home.html for each block ... {new_images_cat_id_XX} ...
... and template-design is your part ...

... a hint ...
... make first a test with only one main-category ...
... and if it works ... then make a copy for each other main-category ...
Title: Re: [ReQ] add new blocks
Post by: 4ella on July 02, 2009, 11:32:29 AM
Mawenzi is it for main category and also for their subcategories ? or only for the main category
Title: Re: [ReQ] add new blocks
Post by: mawenzi on July 02, 2009, 12:35:24 PM
... first in this way only for the main categories, without their subcategories ... ;)