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

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.


Topics - Michel68

Pages: 1 [2] 3 4
16
Bugs / Video resized 480x640 Mirror
« on: July 25, 2015, 04:59:18 am »
Why are resized Videos in a Mirror view ?

17
Bugs / 7.0.2
« on: March 07, 2015, 01:27:35 pm »
What this means ?

/index.php?action=gallery;sa=search2
8: Undefined index: orderby
Sources/Gallery2.php
Zeile: 5281


index.php?action=gallery;sa=search2
8: Undefined index: sortby
/Sources/Gallery2.php
Zeile: 5280

index.php?action=gallery;sa=search2
8: Undefined index: gallerytype
/Sources/Gallery2.php
Zeile: 5278


/index.php?action=gallery;sa=search2
8: Undefined index: mediatype
/Sources/Gallery2.php
Zeile: 5277

18
Feature Requests / Ajax Continuous Page Scrolling (Facebook Styles)
« on: October 29, 2014, 05:21:44 pm »
Is it possible to have inside the Gallery a continuous scrolling instead of clicking the next Pages at the end ?

There is a MOD for the Board already http://custom.simplemachines.org/mods/index.php?mod=3897


19
Support / 8: Undefined index: ID_MEMBER
« on: September 11, 2014, 02:19:13 am »
Since 6.0.5 I see errors in my logs from random members also from me

/index.php?action=gallery;sa=view;id=4663
8: Undefined index: ID_MEMBER
htdocs/Themes/default/Gallery2.template.php
Line: 2693
+
Line: 2702
+
Line: 2700


2693
Code: [Select]
echo $txt['gallery_text_by'] . ' <a href="' . $scripturl . '?action=profile;u=' . $row['ID_MEMBER'] . '" ' . (!empty($row['online_color']) ? ' style="color: ' . $row['online_color'] . ';" ' :'' ) . '>'  . $row['real_name'] . '</a><br />';

2702
Code: [Select]
if ($g_manage || $g_delete_own && $row['ID_MEMBER'] == $user_info['id'])

2700
Code: [Select]
if ($g_manage || $g_edit_own && $row['ID_MEMBER'] == $user_info['id'])

20
Feature Requests / Title Name of Images in own Gallery
« on: September 05, 2014, 12:45:44 am »
If I look at

/index.php?action=gallery;sa=myimages;u=

I see my own pictures but where are the Title/Name of them ?


21
Feature Requests / Pages for search results also on top
« on: September 02, 2014, 03:39:06 pm »
Woud be great to have the pages also on the top for the search results and not only at the bottom on the page

Pages: 1 ... 13 14 [15]

gallery content

Pages: 1 ... 13 14 [15]

22
Feature Requests / Zoom support
« on: August 23, 2014, 03:09:30 pm »
Would be great to have a Zoom like this

http://www.elevateweb.co.uk/image-zoom


23
Feature Requests / Search string in URL
« on: August 19, 2014, 05:01:13 am »
Is it possible to have the search string inside the URL to share the search results ?

At the moment there is only

index.php?action=gallery;sa=search2

It works if there are keywords like

index.php?action=gallery;sa=search2;key=xyz





24
Bugs / Wrong filespace manager
« on: August 18, 2014, 03:42:11 pm »
I just checked the users and their uploaded images over

index.php?action=admin;area=gallery;sa=filespace

but this is totaly wrong, there are only round about 20 % of the whole uploaded images listed.

I checked with my content also I have 663 pictures in my gallery

index.php?action=gallery;sa=myimages;u=4

and over the filespace I see only 139 pictures

index.php?action=gallery;sa=filelist;id=4

where are the others 524 pictures ?

Gallery 6.0

25
Bugs / Regenerate Thumbnails error in log
« on: April 07, 2014, 04:07:06 am »
SMF Gallery 5.0.8

I see hundred of errors if I generate new Thumbnails

Datei: /homepages/www/Sources/Gallery2.php
http://www./index.php?action=gallery;sa=regen2
Kann das 'main' Template nicht laden. ( translate : could not load 'main' template)

http://www./index.php?action=gallery;sa=regen2
8: Undefined index: usercat
Datei: /homepages/www/Sources/Gallery2.php
Zeile: 7186

http://www./index.php?action=gallery;sa=regen2
8: Undefined index: id
Datei: /homepages/www/Sources/Gallery2.php
Zeile: 7185


26
Bugs / Image path wrong
« on: April 06, 2014, 08:21:20 am »
If I click on a picture inside the gallery and the image will be viewed than at the right bottom corner the CLOSE image is missing, because the path is wrong

http://doamin.com/images/closelabel.gif wrong

http://doamin.com/gallery/images/closelabel.gif right


27
I see a picture and want edit some details

index.php?action=gallery;sa=view;id=254

I hit edit and than instead on stay on the edit picture I am redirected to the gallery overview

index.php?action=gallery;cat=37

I have also have this random picture mod installed and than if I click on a picture and edit it than after the edit I land in my own user gallery.

index.php?action=gallery;sa=myimages;u=me

Would be great that after an Edit the pointer will stay on the Id which one was edit - to control the edits or change something again.


28
Bugs / assert(): Assertion failed
« on: March 04, 2014, 03:50:47 am »
In my logs I see many errors from yesterday where I edit inside the Gallery some title


http://www./index.php?action=gallery;sa=edit;id=6923
2: assert(): Assertion failed
Filei: /homepages/Sources/Subs-Editor.php
Line: 1426

Code: [Select]
1421 // Load the Post language file... for the moment at least.
1422 loadLanguage('Post');
1423
1424 // Every control must have a ID!
1425  assert(isset($editorOptions['id']));
1426  assert(isset($editorOptions['value']));


SMF 2.0.7  , German
Gallery 5.0.5

29
Bugs / Batch Import Images wrong Filename - german umlauts
« on: March 01, 2014, 01:58:17 pm »
If I make a ftp batch import with filenames like Münze.jpg than the filename is wrong inside the gallerie.

30
Bugs / Approve error
« on: January 15, 2014, 09:48:24 am »
With the update to 5.0.4 I noticed with every picture view in the gallery these errors ?

/index.php?action=gallery;sa=view;id=4622
8: Undefined index: approved
/Themes/default/Gallery2.template.php
Line: 1625


1625:      
if ($context['gallery_pic']['approved'] == 1)

Pages: 1 [2] 3 4

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