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: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 199
Total: 199

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 - VividViews

Pages: [1] 2
1
Latest Mods / Re: [Mod] Auto Embed Media Pro
« on: October 03, 2011, 01:23:45 pm »
:)  Me too

2
Latest Mods / Re: [Mod] Auto Embed Media Pro
« on: October 03, 2011, 01:18:04 pm »
Great mod! Didn't realize you don't need any BBC to wrap the video link.

I was trying it out with a few YouTube videos and found an issue. The mod doesn't seem to parse the following URL correctly:
Code: [Select]
http://youtu.be/B67_Yo7-K7k
I think the '-' or '_' is throwing it off because it had no problems with a URL like this one:
Code: [Select]
http://youtu.be/FPhU40K3zys

3
* BUMP * (?)

4
This is actually a problem after all. Have a look at this gallery thumbnail page:
http://burningsky.org/gallery/?cat=12

Choose a picture with something before and after it. Take note of the thumbnails. Click the thumbnail for the chosen picture. Notice the previous and next thumbnails above the picture are not the same and the previous page

5
One of our users uploaded 8 pictures to the gallery without titles. As a result, PrettyURLs generated URLs such as:
http://example.com/gallery/2011-burning-man-rites-of-passage//1421

Naturally this doesn't resolve. TITLE should appear between the "//" part.


The bulk upload form/PHP code should at least auto-populate the TITLE field with the file name of the image being uploaded

6
Support / Location, name and permissions for import folder?
« on: September 22, 2011, 11:50:40 am »
Today I found this entry in our SMF error log:
Code: [Select]
http://example.com/index.php?pretty;action=gallery&sa=import2
The import folder does not exist!

People seem to have gotten pictures uploaded successfully so I'm puzzled. Can you give me the location, name and permissions of the import folder so I can check it on our server?

7
Thanks! That fixed it

8
(face smack)

I'm sitting in a coffee shop while working. Clearly I need another cup.

You're correct. The drop down lists simply load with the first item selected rather than what's in effect. Misleading perhaps. Caught me off

9
Bugs / Assertion failed Sources/Subs-Editor.php
« on: September 17, 2011, 06:21:12 pm »
SMF error log:

http://burningsky.org/index.php?pretty;action=gallery&sa=edit;id=775
2: assert() [<a href='function.assert'>function.assert</a>]: Assertion failed
File: /home/bsky/public_html/Sources/Subs-Editor.php
Line: 1427

This happens when I edit a picture in order to assign a keyword

10
Bugs / Division by zero error in exif function
« on: September 17, 2011, 06:18:59 pm »
SMF Error Log:

http://burningsky.org/index.php?action=gallery;sa=view&amp;id=38
2: Division by zero
File: /home/bsky/public_html/Sources/Gallery2.php
Line: 10493

Line 10493 is in BOLD below

function exif_get_focal_length($FNumber,$FocalLength)
{
         $Fnumber = explode("/", $FNumber);
    $Fnumber = $Fnumber[0] / $Fnumber[1];
     $Focal = explode("/", $FocalLength);
     $Focal = $Focal[0] / $Focal[1];

     return round($Focal)."mm";
}

EXIF data shown for the image in question:

Code: [Select]
Exif data
ImageDescription OLYMPUS DIGITAL CAMERA
Date Taken June 14, 2002, 12:50 pm
Model C900Z,D400Z
Focal Length 6mm
ISO Speed 100
Make OLYMPUS OPTICAL CO.,LTD
DateTime 2002:06:14 13:13:33
ExposureBiasValue 0/10
MeteringMode 5

11
PM sent with admin login so you can poke around and get answers to any config questions you may have

12
2.0 Final with latest SMF Gallery Pro

We used to have DATE/DSC selected. I wonder if after an upgrade, it's stuck on the old default

13
Is there any addon of yours I can use? Any suggestion for a fix? I tried digging around the source code files to find the code that generates this block but I came up empty. I'm also a programmer and if I knew where the code was, and had a hint, I could at least take a stab at a fix

14
Bugs / Re: Previous and Next links not generated for search result set
« on: September 17, 2011, 06:05:10 pm »
Thanks. I know you'll come up with something smart  :)

15
As shown in the first screenshot below, we have a category configured to display thumbnails by TITLE in ASCENDING order.

Yet when the category page is loaded, the sort order is by DATE in DESCENDING order as shown in the second screenshot.

Changing this to TITLE and ASCENDING then clicking the GO button simply reloads the page with DATE and DESCENDING selected again.

Example URL: http://burningsky.org/gallery/?cat=12

Pages: [1] 2

+- 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