SunQuest
           Tutorials
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOtherTutorials

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old June 3rd, 2004, 01:33 PM
wonderin wonderin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: TerrapinStation
Posts: 5 wonderin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thumbnail gallery tutorial

I want to start off by saying thanks to notepad for the toot. I have read about every thread I could find about it and he has been extremely helpful. I have one little problem that I can't seem to work out. (using the updated files) The index.php page displays properly with table and and thumbnails but the link directs me to the wrong url. Should read somedomain.com/gallery/images but is pointing to somedomain.com/gallery/. Any suggestions or feedback?

Reply With Quote
  #2  
Old June 3rd, 2004, 02:59 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: thumbnail gallery tutorial

on the actual tutorial page, within the troubleshooting comments at the bottom, the first suggestion should solve your problem.

php Code:
Original - php Code
  1.  
  2. // change
  3. print('<tr><td><img src="'.$uri.$navtree.'"></td></tr>');
  4. // to
  5. print('<tr><td><img src="'.end($root).'/'.$uri.$navtree.'"></td></tr>');
  6. // or vice versa
  7.  

Reply With Quote
  #3  
Old June 3rd, 2004, 03:41 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: thumbnail gallery tutorial

hey thanks, i saw that early on and forgot it was there when i came across the problem. Another tip please? the subcategory, i created a subfolder including an image and in the images folder and when i click on the folder name it continues to display all thumbs. Clues? Oh, and the admin interface, i can get to the password but it just loops me right back to the same screen(password form). What am I missing?

Reply With Quote
  #4  
Old June 3rd, 2004, 04:03 PM
wonderin wonderin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: TerrapinStation
Posts: 5 wonderin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: thumbnail gallery tutorial

sorry, it was me who posted

Reply With Quote
  #5  
Old June 3rd, 2004, 04:10 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: thumbnail gallery tutorial

private message me with a link so i can see what you're talking about.

Reply With Quote
  #6  
Old June 3rd, 2004, 04:15 PM
wonderin wonderin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: TerrapinStation
Posts: 5 wonderin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: thumbnail gallery tutorial

i don't have IM here at work, i can download it, or i can email you the link

Reply With Quote
  #7  
Old June 3rd, 2004, 04:22 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: thumbnail gallery tutorial

not IM, private message me, here via the forums. the little "pm" in the bottom left corner of this post.

Reply With Quote
  #8  
Old June 3rd, 2004, 04:55 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: thumbnail gallery tutorial

alright it looks fine to me, for the most part. getting a couple permissions errors.

Reply With Quote
  #9  
Old June 3rd, 2004, 05:03 PM
wonderin wonderin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: TerrapinStation
Posts: 5 wonderin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: thumbnail gallery tutorial

will you check out the admin interface? i will pm you the username and password. How do i resolve the permissions errors. buy yeah, other than that, it looks great, thanks

Reply With Quote
  #10  
Old June 3rd, 2004, 05:34 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: thumbnail gallery tutorial

you can resolve the permissions issue by chmoding the main folder (and the descriptions file) to 0777. as far as the admin interface, it looks like your server is either not setup to handle sessions correctly, or your config file doesn't have the right settings and is therefore rejecting your login. make sure the HOST value in the config file is set to your domain, and not just "localhost"

there should be little trouble if any getting it up and running, but after you start changing code to customize the display, it's kind of beyond the scope of my help.

Reply With Quote
  #11  
Old June 3rd, 2004, 06:45 PM
wonderin wonderin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: TerrapinStation
Posts: 5 wonderin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: thumbnail gallery tutorial

thanks notepad!!!!!!

Reply With Quote
Reply

Viewing: Codewalkers ForumsOtherTutorials > thumbnail gallery tutorial


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway