 | |  | | | Classifieds How do I...? Wondering how to do something in Classifieds? |
September 9th, 2010, 12:40 PM
|
#21 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
This one is more related to PhotoPost (Folios tab on my website). When clicking on members, I get all members displayed correctly. If I try a selection (clicking one of the letters) it opens a list with members starting with that specific letter, but if I hit "All" in order to display again the list with all members it fails to do so. In Classifieds and Reviews the same function works perfect though. Also in PhotoPost if lets say i chose to display 20 images per page, and the user has more than that when trying to navigate to the next page with images from the same user it doesn't - displays an empty page. Any thouhgts on this? I know is PhotoPost related, so if you want me to initiate a new thread in Phototpost How do I...? please let me know and I'll do so.
Thank you!
|
| |
September 9th, 2010, 01:32 PM
|
#22 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
go check it out I think it was just an issue of old files
|
| |
September 9th, 2010, 03:14 PM
|
#23 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I just checked it and now Folios page doesn't show much else but the header (and even that one is incomplete). Did you update any files in the Folios folder?
|
| |
September 9th, 2010, 03:53 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I added my the functions I developed to the pp-inc.php file and now it shows the page, but the display All members issue is still there.
|
| |
September 9th, 2010, 04:58 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
I cant discuss your mods but you sure your not uploading older files up when your doing your mods Members Galleries - ReefTalk Gallery
Looking at the default code I can click a letter and then click all and it shows all so in order to diagnose any issue I would need to see your site running all the new files with no mods.
Reason I say this is because this is an issue I fixed not too long ago.
|
| |
September 10th, 2010, 12:01 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
Hi Chuck,
My mods are more than anything else related to the look of the site. I merged an SMF theme, and created a header in such way that I can display all menus/tabs consistently through all my pages. The only thing I altered in the original PhotPost code are the topmenu() function call as well as include menubar.tmpl. I commented out both in order to display my own menus/tabs in the location of choice. The content of original php file like showmembers.php was not change otherwise. So if you think I have some older version of these files, since you have ftp access to my root directory could you please create a folder in there and dump all the latest and the greatest files for me to test? That will be much appreciated!
Regards.
|
| |
September 10th, 2010, 01:44 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
Well it would be interesting to see if this issue can be replicated with those mods not there and using default files because the link I gave is my personal site using default files and clearly this works so the starting point of this would be for you or I to work with default files and move forward from there. Once we get things to work then you can apply mods and if things then break we know it is the mods.
|
| |
September 10th, 2010, 03:29 PM
|
#28 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I think I might have found the issue. On your site the last part of the http is:
showmembers.php?cat=500&limit=all
On my site I have:
showmembers.php?cat=500&limit=
It is the missing "all" which I think creates the problem, since I manually add it in my address bar and then I got the full list of users. This is not one of my mods I guess, but rather a missing string in the showmembers.php. You can get the same thing only by placing the mouse on top of "all" on your site and then on mine. Yours is looking for "limit=all" and mine for "limit=". Can this be the problem? If so, what file should I change and how?
Thank you!
|
| |
September 10th, 2010, 03:57 PM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
yep which is why I suggested using default code
Your membhead template line 74 should be this Code: Content visible to verified customers only.
|
| |
September 10th, 2010, 05:31 PM
|
#30 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I changed it to you suggested, and now "All" works good, but now there is a new issue.
If I choose any random letter as my member search criteria and navigate to that specific page, then click "All" to return to the "master" members list works OK. Then if I try another link (any other letter/number) the application doesn't navigate away from the master list. The last part of the address looks like this: showmembers.php?sl=b&limit=all.
The right address should be in fact: showmembers.php?sl=b
All in all it looks like fixing one is affecting the other...
I haven't modified anything in this files, so I am not too sure what is causing this problem.
|
| |
September 10th, 2010, 05:42 PM
|
#31 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I think I found the problem.
In membhead I found the following link:
<a rel="nofollow" href="{$Globals['maindir']}/showmembers.php?sl={$Globals['pp_lang']['a']} $more">{$Globals['pp_lang']['a']}</a>
The same is repeated for letters "a" to "z" as as well for 0 to 9.
I removed $more and it works OK. Do you have someting similar in your membhead template?
Thank you!
|
| |
September 10th, 2010, 05:53 PM
|
#32 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I still have the issue with images from the same member spanning over multiple pages. When trying to navigate beyond first page it fails (when the user is logged in and is trying to edit his images - Edit Folio tab in my menu). Whatfiles are used to generate that specific view? It looks like I have a bunch of old files on board :-)
|
| |
September 10th, 2010, 05:55 PM
|
#33 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
Oooops! Something happened - now it works! Is this black magic or what!?
I hope this is it - at least for now!
Thank you for everything Chuck! You're the master :-)
Regards.
|
| |
September 10th, 2010, 06:02 PM
|
#34 (permalink)
| | Member Verified Customer
Join Date: Jun 2009 Location: Canada
Posts: 98
|
I was to quick to call it a day! More testing brought more problems - in the "Per Page" selection for a brief time a got a 12 instead of the regular choices, which are 15, 30 and so on up to 90. With that 12 in there (don't ask me how it showed up) things lokked OK, but now is back to its same old - failing to display anything beyond first page of images.
|
| |
September 10th, 2010, 09:26 PM
|
#35 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
12 is the default perpage
as far as your membhead template I can post what the default is that I have if I know what integration type you have. there is no more in the template.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 10:59 PM. | |