Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4219
Latest: Toddie
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 42850
Total Topics: 7463
Most Online Today: 96
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 39
Total: 39

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

Question on Completed Listing & Reserve Price by SMFHacks
May 31, 2023, 01:43:19 pm

[Mod]GDPR Helper by Nicole
May 29, 2023, 11:58:49 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Copyright Removal Key by SMFHacks
April 03, 2023, 02:44:28 pm

Converting from Aeva Media by sudhakar
April 02, 2023, 11:09:54 am

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Permissions query by davejo
March 26, 2023, 04:43:48 am

Powered by EzPortal