Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 177
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 193
Total: 193

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

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal