Facebook 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4291
Latest: Robertqt
New This Month: 5
New This Week: 1
New Today: 0
Stats
Total Posts: 43721
Total Topics: 7586
Most Online Today: 43
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 40
Total: 40

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.


Messages - m771401

Pages: [1]
1
SMF Gallery Lite / Re: lightbox in smf gallery lite. is it possible?
« on: January 10, 2008, 04:03:40 pm »
Do you have a link to a forum with it in use just want to see how it looks

Sorry to revive an old post. I started this site but never got around to finishing it.
I'm not a programmer and not smart enough to figure out how get the next image part of lightbox to work.

Anyway... as requested. http://houstoncanine.com/index.php?action=gallery;cat=4

I would love to see this included as a feature in gallery.

2
SMF Gallery Lite / Re: lightbox in smf gallery lite. is it possible?
« on: June 20, 2007, 12:11:38 am »
I used this script from dynamic drive


Added p.filename to the query

Code: [Select]
      //Show the pictures
      $dbresult = db_query("SELECT p.ID_PICTURE, p.commenttotal, p.filesize, p.views, p.filename, p.thumbfilename, p.title, p.ID_MEMBER, m.memberName, m.realName, p.date, p.description FROM {$db_prefix}gallery_pic as p, {$db_prefix}members AS m WHERE  p.ID_MEMBER = m.ID_MEMBER  AND p.ID_CAT = $cat AND p.approved = 1 ORDER BY ID_PICTURE DESC", __FILE__, __LINE__);


Then changed the link for the thumbnail like so:

Code: [Select]
//commenting out old link and adding new one.
/*       echo '<td align="center"><a href="' . $scripturl . '?action=gallery;sa=view;id=' . $row['ID_PICTURE'] . '"><img src="' . $modSettings['gallery_url'] . $row['thumbfilename']  . '" border="0" /></a><br />'; */
         echo '<td align="center"><a href="' . $modSettings['gallery_url'] . $row['filename']  . '" rel="lightbox"><img src="' . $modSettings['gallery_url'] . $row['thumbfilename']  . '" border="0" /></a><br />';

You can see it in action in here

3
SMF Gallery Lite / Link tree and or breadcrumb
« on: June 16, 2007, 08:11:11 pm »
I read the other thread for a request to change the breadcrumb/link tree to show where you're at in the gallery.

However, I would like the link tree to show that I'm in the gallery at the very least. I would also like the Contact form and Links mod to also represent location as well.

Is this possible?

Thanks,

4
Latest Mods / Re: Contact Page
« on: January 13, 2007, 08:17:59 pm »
I would like to use this and make available to the public. I have some City Parks people that need to contact us and I just fear that having this public it will be caught in the bot spam. I've seen few contact pages where where captcha is used. I think it would be good idea to have incorporated. :)

5
Latest Mods / Re: Contact Page
« on: January 13, 2007, 09:16:24 am »
Any plans to incorporate CAPTHCA support?

6
Modifications Talk / Re: SMF Archive switch to lofiversion.
« on: August 24, 2006, 05:42:42 pm »
I figured it out..
That very important execute bit needs to be flipped. Just a permission issue. Allowed execute permissions on archive.php and everything is all good now.
Sorry about that..  :-[

7
Modifications Talk / Re: SMF Archive switch to lofiversion.
« on: August 24, 2006, 05:20:55 pm »
I'm getting a 500 error when I try using this mod. Copied to the root of my forum as instructed.

SMF 1.1RC2 + TinyPortal 0.8.6

Any help would be appreciated.

Pages: [1]

+- Recent Topics

ST Shop integration by SMFHacks
March 17, 2025, 08:28:26 pm

Contact Us by SMFHacks
March 16, 2025, 07:49:23 pm

HTTP 500 error during install by SMFHacks
March 13, 2025, 10:44:31 am

Site upgrade to 2.1 by SMFHacks
March 12, 2025, 09:29:43 pm

[Mod]WebP and AVIF File Support for SMF 2.1 by SMFHacks
March 10, 2025, 04:32:57 pm

Pretty URL's Pro support/help by [chrisB]
March 03, 2025, 10:18:09 am

More RSS feeds by melon
February 28, 2025, 08:23:21 am

SMF Shop / ST Shop Credits? by SMFHacks
February 22, 2025, 06:13:10 pm

Down_sendpm Error by Senkusha
February 22, 2025, 07:49:24 am

Additional Recommendations for SMF Store by SMFHacks
February 20, 2025, 03:40:50 pm

Powered by EzPortal