Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 191
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 211
Total: 211

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

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

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

Powered by EzPortal