Author Topic: [Req] Show all Images on Main Page (Index.php)  (Read 26497 times)

0 Members and 1 Guest are viewing this topic.

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
[Req] Show all Images on Main Page (Index.php)
« on: September 14, 2006, 01:09:35 AM »
I'm looking for a Mod that automatically scans for all images (be it new or old) contained in all the categories/sub.categories and displays them on the index.php page... Moreover, it should also be able to incorporate the "Images per page" feature and the "Paging" feature along with displaying all the images...

I'm willing to pay for this mod through e-gold... that's the only option i have for payment :S! Please it's really urgent! And I know this is a simple task for people who're familiar with 4images framework and people who're great with programming in php!

I would really like V@no to show his expertise on this one, because I've been following his work in this forum a lot! He's definately a great coder!

I really really want this mod! I've been searching through the whole forum, and the closest I've got to finding something helpful is:

1. http://www.4homepages.de/forum/index.php?topic=10163.0 (problem with this one: only shows latest images and doesn't show images in subcatg.'s)
2. http://www.4homepages.de/forum/index.php?topic=14195.0 (problem with this one: shows only all new images and images per page feature doesn't work on index.php)


I need this URGENTLY! Thanks in advance! And please keep the price around 15 - 20$.. i think it's quite reasonable.. (remember i have the e-gold payment option only!)
« Last Edit: September 14, 2006, 01:52:35 AM by toxxica »

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #1 on: September 14, 2006, 01:25:37 AM »
I'm willing to pay for this mod through e-gold...

... ok ... here we go ...  :mrgreen:

... All images on Index incl. Paging you can find here ...  :wink:
http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531

... another way to show all images of the 4images Website incl. Paging you can find here ...
http://www.4homepages.de/forum/index.php?topic=13990.msg75409#msg75409

Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #2 on: September 14, 2006, 01:32:47 AM »

I'm willing to pay for this mod through e-gold...

... ok ... here we go ...  :mrgreen:

... All images on Index incl. Paging you can find here ...  :wink:
http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531

... another way to show all images of the 4images Website incl. Paging you can find here ...
http://www.4homepages.de/forum/index.php?topic=13990.msg75409#msg75409



I think I have already listed those two urls u've mentioned (and stated next to it, quite clearly, that i've had "problem with this one") and i think it becomes quite obvious at that point that i'm looking for an alternate solution ... :p thanks for ur help but u didnt really read my post CAREFULLY i assume :p

I really really want this mod! I've been searching through the whole forum, and the closest I've got to finding something helpful is:

1. http://www.4homepages.de/forum/index.php?topic=10163.0 (problem with this one: only shows latest images and doesn't show images in subcatg.'s)
2. http://www.4homepages.de/forum/index.php?topic=14195.0 (problem with this one: shows only all new images and images per page feature doesn't work on index.php)
« Last Edit: September 14, 2006, 01:53:01 AM by toxxica »

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #3 on: September 14, 2006, 01:56:57 AM »
... All images on Index incl. Paging you can find here ...  :wink:
http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531

- this works in the best way for showing all images (not only new images) on index incl. paging ! test it CAREFULLY !
- with configuration of $num_new_images you can change the number of images on index !
Code: [Select]
$num_new_images = $config['image_cells'];
or
Code: [Select]
$num_new_images = 36;
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #4 on: September 14, 2006, 02:02:49 AM »
... All images on Index incl. Paging you can find here ...  :wink:
http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531

- this works in the best way for showing all images (not only new images) on index incl. paging ! test it CAREFULLY !
- with configuration of $num_new_images you can add the number of images on index !
Code: [Select]
$num_new_images = $config['image_cells'];
or
Code: [Select]
$num_new_images = 36;

Yes this does work indeed, and i've already tried it! but the problem is that when i use the "images per page" function.. it doesn't show the number of images that i select from the "images per page" drop down menu.. however, in the "http://www.4homepages.de/forum/index.php?topic=10163.0" (example @ http://www.hobby-fotografen.com/categories.php?cat_id=19) .. images per page function works perfectly fine! if the images per page function can be incorporated into this > http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531 > then my dilemma would be solved :\ lol although paging works fine in that one! just want the images per page dropdown to be effective on the main page.. oh and yes, also this mod-link that you posted only shows new images.. i want all the images (be it new, be it old) in all the categories/sub.categories to be listed on the main page..

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #5 on: September 14, 2006, 02:20:34 AM »
okay let me be more specific...

an example of what i want can be seen @ "http://www.hobby-fotografen.com/categories.php?cat_id=19"

code for this mod is available @ "http://www.4homepages.de/forum/index.php?topic=10163.0" < but i have a few problems with this one ..

the problems are; the mod listed above only shows "newest/latest images" (i want all images, new and old to show on the main page) and doesn't show images in subcategories (on the main page -- index.php)

another mod that i came across on the forum > "http://www.4homepages.de/forum/index.php?topic=14195.0" does the job but it doesn't show images according to the number of images listed in the "images per page" drop down menu in 4images.. if this function can be incorporated into the above listed mod, along with it showing all images (not only latest/new images) then the job is done...!

hope this better states what i'm looking for...

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #6 on: September 14, 2006, 03:09:40 PM »
toxxica ... only for you ...  :roll:

... like you wanted ...
... all images on index incl. paging and drop down menu "images per page" you can find on my testsite ...

Link per PM
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #7 on: September 15, 2006, 12:09:34 AM »
great work man! u got me right finally! i jus hope i dun hav to do any manual entries to the database like adding fields etc.. dun want tht :S .. it works great! does it show all; new/old + images frm all categories/sub. categories? plus check ur pm!
« Last Edit: September 15, 2006, 04:15:36 AM by toxxica »

Offline toxxica

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #8 on: December 18, 2006, 01:20:16 AM »
are we ever going to go on with the deal :p??!

Offline clubsociety

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #9 on: June 21, 2009, 10:38:22 PM »
Hi men,

what did you finally changethat the numers per page was working? I've the same problem. Only 6 pictures are shown, even I choose 12, 18 ....

See: www.brambrink-net.de/4images


Thanx


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #10 on: June 22, 2009, 03:32:13 AM »
just tested on unmodified 4images v1.7.7 this code:
http://www.4homepages.de/forum/index.php?topic=14195.msg76531#msg76531

you'll need additional change:
replace
$num_new_images $config['image_cells'];

with this:
$num_new_images $perpage;
« Last Edit: June 22, 2009, 07:14:59 AM by V@no »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline clubsociety

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [Req] Show all Images on Main Page (Index.php)
« Reply #11 on: June 28, 2009, 10:03:56 AM »
Hi V@no,

thanks a lot. It's working now.


Regards clubsociety