Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4219
Latest: Toddie
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 42850
Total Topics: 7463
Most Online Today: 96
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 49
Total: 49

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

Pages: [1]
1
Feature Requests / photobucket converter
« on: August 29, 2017, 03:34:28 pm »
i see someone has created a peice of code to convert photobucket urls and upload the images to Imgur
https://github.com/pastudan/photobucket-imgur

i know similar questions have been raised in the past but with the latest photobucket debacle is there any chance of a similar converter ?

2
Feature Requests / errors after installation
« on: July 08, 2017, 02:22:45 am »
i am getting lots of errors in the error log after installation and there is no menu tab appearing for the gallery

list of some of the errors


Code: [Select]
8: Undefined index: gallery_ftp
Apply Filter: Only show the errors from this file
File: /home/public_html/forum/Sources/Admin.php
Line: 288

8: Undefined index: gallery_text_catpermlist2
Apply Filter: Only show the errors from this file
File: /home/public_html/forum/Sources/Admin.php
Line: 287

8: Undefined index: gallery_filespace
Apply Filter: Only show the errors from this file
File: /home/public_html/forum/Sources/Admin.php
Line: 286


and so on....

i have attached my admin.php any ideas how to fix the issue ???

3
Site Discussion / instaling Simple Audio Video Embedder error
« on: September 16, 2015, 02:11:27 pm »
i am trying to instal Simple Audio Video Embedder but get a message telling me to replace '<img>' in the /Sources/Post.php the only line with img that i can find is this one
Quote
      if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img><object><embed>')) === '')

do i just replace the last section with the new code
Quote
'<img><object><embed><div><iframe>'

4
Support / post topic in a forum board when a picture is uploaded
« on: February 25, 2015, 03:57:53 pm »
can someone please explain how i setup the gallery to post a topic in a forum board when a picture is uploaded ?

gallery pro 7.0.2
SMF 2.0.9

5
Support / autopost
« on: July 20, 2014, 04:32:41 am »
i wish to edit a category so it will make a post when a member uploads new photos. however i can only see this option if i create a new category and not by editing a current category.
is there a way to do this with a current category ???

6
Support / Embed Links not clickable
« on: January 12, 2013, 04:58:01 pm »
had a problem with selecting the links to photos. it only seems to of occurred since this problem
http://www.smfhacks.com/index.php/topic,7246.msg31256.html#msg31256

i am also getting the following error message

http://www.myforum/index.php?action=gallery;sa=download&amp;amp;id=32
Unable to load the 'main' template

also when you view a photo and click to download it you get box offering two choices
1. open with browser
2, save to pc

if you choose option 1 it just opens a page full of script.

i don't know if these errors are all linked or not ???

smf version 2.0.3

and these mods installed

Stop Spammer    2.3.9    
Align text with Smiley    1.3    
Welcome Topic Mod    2.1    
httpBL    2.5.1    
SMF 2.0.3 Update    1.0    
TopicStarter Mod    1.7    
Christmas Smileys    1.0    
Aeva ~ Auto-Embed Video & Audio    7.2
PaypalDonations    2.0    
Forum Firewall    1.1.5    
Tidy Child Boards    1.4    
Customizable Home Button    1.0    
Birthday Posts    0.12.1 Beta    
Users Online Today    2.0.3    
SMF Gallery Pro    4.0.9a    

7
Support / DataBase Errors
« on: December 06, 2012, 01:58:40 pm »
just run optimizer and table checker on my database abd got these messages at the end. any ideas what they mean and how to fix them ?

Quote
Problems with indexes of table `smf_gallery_custom_field`
The indexes id_cat and id_cat_5 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_4 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_3 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_2 seem to be equal and one of them could possibly be removed.
Problems with indexes of table `smf_gallery_pic`
The indexes id_member and id_member_5 seem to be equal and one of them could possibly be removed.
The indexes user_id_cat and user_id_cat_5 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_5 seem to be equal and one of them could possibly be removed.
The indexes id_member and id_member_4 seem to be equal and one of them could possibly be removed.
The indexes user_id_cat and user_id_cat_4 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_4 seem to be equal and one of them could possibly be removed.
The indexes id_member and id_member_3 seem to be equal and one of them could possibly be removed.
The indexes user_id_cat and user_id_cat_3 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_3 seem to be equal and one of them could possibly be removed.
The indexes id_member and id_member_2 seem to be equal and one of them could possibly be removed.
The indexes user_id_cat and user_id_cat_2 seem to be equal and one of them could possibly be removed.
The indexes id_cat and id_cat_2 seem to be equal and one of them could possibly be removed.

8
Support / smf2 rc3
« on: March 13, 2010, 09:28:03 am »
just upgraded to rc3 and now i am trying to install gallery pro
i have emulated rc2 but still needed to edit my subs.php to i presume to add gallery button
i followed these instructions
Quote
Find
'mlist' => array( 'title' => $txt['members_title'], 'href' => $scripturl . '?action=mlist', 'show' => $context['allow_memberlist'], 'sub_buttons' => array( 'mlist_view' => array( 'title' => $txt['mlist_menu_view'], 'href' => $scripturl . '?action=mlist', 'show' => true, ), 'mlist_search' => array( 'title' => $txt['mlist_search'], 'href' => $scripturl . '?action=mlist;sa=search', 'show' => true, ), ), ),

Quote
Add After
// [SMF Gallery] button 'gallery' => array( 'title' => $txt['smfgallery_menu'], 'href' => $scripturl . '?action=gallery', 'show' => $context['allow_smfgallery_view'], 'icon' => '', ),

but my gallery button is still not showing
i have attached my subs

9
Support / Fullsize image in posted topic
« on: February 16, 2010, 01:54:35 pm »
SMF Gallery Pro
SMF 2.0 RC2

i have done a search on this and a few members have had the same problem but with no conclusion

with the Fullsize image in posted topic un-checked i get a full size image of the thumb nail

any ideas ?

10
Support / Assertion failed error
« on: February 13, 2010, 04:01:48 pm »
i keep getting this error

Code: [Select]
http://my domain/index.php?action=gallery;sa=edit;id=769
Apply Filter: Only show the errors with the same message
2: assert() [<a href='function.assert'>function.assert</a>]: Assertion failed
Apply Filter: Only show the errors from this file
File: /home/my domain/public_html/Sources/Subs-Editor.php
Line: 1434

and the code

Code: [Select]
1434:  assert(isset($editorOptions['value']));
anyone know what this is about and how to fix it ?

11
Support / image not showing
« on: September 25, 2009, 02:52:53 pm »
hi all

please forgive me if this is covered, i have done a search but nothing mentioned has worked for me

i have just installed pro locally
i created my gallery's and uploaded a few pics to one of the gallery's. when i click on the gallery i see thumb nails but when i click on thumb nail no image appears
if i select Slideshow it displays the image. also if i follow Image Linking Code the image is there.

paths and urls are

:\Program Files\EasyPHP 2.0b1\www\new wagonpics\gallery\

http://127.0.0.1/new wagonpics/gallery/

Pages: [1]

+- Recent Topics

Question on Completed Listing & Reserve Price by SMFHacks
May 31, 2023, 01:43:19 pm

[Mod]GDPR Helper by Nicole
May 29, 2023, 11:58:49 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Copyright Removal Key by SMFHacks
April 03, 2023, 02:44:28 pm

Converting from Aeva Media by sudhakar
April 02, 2023, 11:09:54 am

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Permissions query by davejo
March 26, 2023, 04:43:48 am

Powered by EzPortal