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: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 158
Total: 158

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

Pages: [1] 2 3 ... 10
1
This script ohly shows pictures inside the Gallery but not in the Main SMF Forum at top.

Anyway I can not uninstall this script , send you a pm.

2
Ok, there is no error anymore, now all I need is that I see 4 random pictures from the gallery in the forum index, that was actually my wish.

3
Today I feel like I'm in the scene from Life of Brian where the man is hanging upside down in the dungeon.

Ok, I see the forum again.

https://www.youtube.com/watch?v=8EI7p2p1QJI

4
Ouch ! now I have a blank screen and didnt see anyhting, can not uninstall.

5
Check PM please.

6
Yes, that would be wonderful. I tried to edit it manually like under SMF 2.0.19, but it doesn't work. The current Recent Script also causes problems with errors in the log.

7
The main problem is that if you uninstall the current version, you won't be able to reinstall it. The installation script aborts and that's it.

8
This problem always occurs when you want to reinstall an older or the same version. If there is an update with a higher version, then it's not a problem.

9
I think I found the problem. After restoring the forum, SQL dump and HTML pages I encountered the problem again. I activated the SSL certificate for the domain, so that the forum has now been converted from HTTP to HTTPS. All the references in the database probably point to HTTP. I could no longer edit images using the internal image editing program; a blank page came up or nothing happened.

Is that possible ?

10
Bugs / Can't DROP 'id_member'; check that column/key exists Datei:
« on: March 30, 2024, 04:46:58 am »
After I am trying to reinstall SMFGallery10beta2.zip I am getting

Can't DROP 'id_member'; check that column/key exists
File: /homepages/xx/Packages/temp/galleryinstall2.0.x.php
Line: 1072

Line 1072
$smcFunc['db_query']('', "ALTER TABLE {db_prefix}gallery_log_mark_view DROP INDEX id_member");

11
Ahh I found my Post from 2013, this I need for SMF 2.1.4 Default Theme - Curve2

https://www.smfhacks.com/index.php/topic,7904.msg35814.html

Or can you please provide a mod? I would like to have as little manual intervention in the code as possible in the future, I'm getting older.


Code: [Select]
// SMF Gallery Recent Images on Index
 if (allowedTo('smfgallery_view'))
 {
 global $boardurl;
 
 
 
 
 // Check if the gallery url has been set if not use the default
 if(empty($modSettings['gallery_url']))
 $modSettings['gallery_url'] = $boardurl . '/gallery/';
 
 echo '

 
 <table cellspacing="0" cellpadding="5" border="0" align="center" width="100%" class="tborder">
 
 ';
 $rowlevel = 0;
 $maxrowlevel = 4;
 foreach ($context['gallery_recent'] as $picture)
 {
 
 if ($rowlevel == 0)
 echo '<tr>';
 
 
 echo '
 <td align="center"><a href="' . $scripturl . '?action=gallery;sa=view;id=' .$picture['id_picture'] . '"><img src="' . $modSettings['gallery_url'] . $picture['thumbfilename']  . '" alt="" /></a><br />
 <span class="smalltext">';
 echo $picture['title'] . ' - ' . $picture['profilelink'] ;
 if (!empty($modSettings['gallery_set_t_filesize']))
 echo $txt['gallery_text_filesize'] . $picture['filesize'] . '<br />';
 if (!empty($modSettings['gallery_set_t_date']))
 echo $picture['date'] . '<br />';
 echo '</span></td>';
 
 
 
 if($rowlevel < ($maxrowlevel-1))
 $rowlevel++;
 else
 {
 echo '</tr>';
 $rowlevel = 0;
 }
 }
 if($rowlevel !=0)
 {
 echo '</tr>';
 }
 echo '</table>';
 }
 // End SMF Gallery Recent Images on Index


There is already something like this for the gallery, but I would like to see the random pictures above the forum.


12
Ok, I renewed my Licence and its working now. I was on Gallery 9.0.5 and found another problem which was also with the Update fixed.  (IPV6 Edit Image)


Now I only have 2 problems left.

The gallery images with 3 of them next to each other do not fit in the view on the cell phone (Google Pixel Android 14, Firefox + Chrome), only when I look in landscape format does it work again. When I open the gallery, the images at the top of the view are the most recent. When I enter a category or just click on it to show all the latest ones, then the 3rd row on the right is completely outside the layout as in the 1st post.

I had a modification under SMF 2.0.19 that shows random images at the top of the forum. Where can I find the script?

I had to update SMF 2.0.19 because my provider wants me to switch to PHP 8.1 and then nothing works anymore. So I'm forced to update everything again. The board has been running since 2002 and is constantly being patched.

Thank you !

13
Hello, I am just upgrading my Forum to 2.1.4 and the MOD for Gallery Pro - Recents Images to overall header is no longer working ?

Is there an update ?

I also have Problems with the Default Theme Curve2 on an Mobile Phone. The Gallerie does not fit with 3 Images besides, the Background is with the 3. Image wrong if you scroll right.

14
Feature Requests / Re: Gallery Pro v8.0 and PHP 7.4
« on: December 16, 2021, 12:57:25 pm »
I forgot to say that I am already on 9.0b and the error was stil there.

15
Feature Requests / Re: Gallery Pro v8.0 and PHP 7.4
« on: December 16, 2021, 03:45:57 am »
Today I switched from PHP 7.3 to 7.4 and go the same error while I want to view the Error Logs in 

/Sources/Load.php

Code: [Select]
//Start SMF Gallery
if (allowedTo('smfgallery_view'))
{
global $sourcedir ;
require_once($sourcedir . '/Subs-Gallery2.php');

if (!$context['user']['is_guest'])

$groupsdata = implode($user_info['groups'], ',');


replace last line with :

Code: [Select]
                $groupsdata = implode(',',$user_info['groups']);

Pages: [1] 2 3 ... 10

+- Recent Topics

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

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

Powered by EzPortal