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: 197
Total: 197

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

Pages: [1]
1
I forgot that was in the Board editing area!

I was looking for it in the settings   :-[

Oops.

No help with the mature thumbnail, but a big help every other way!

Many thanks for putting up with my lack of familiarity with the settings   ::)

2
Hi again.

This one may actually qualify as a good question!

We have been wondering if we could get the threads generated by the gallery to display the generated thumbnails instead of full sized images.

We host some High Resolution stuff, and thumbnails would not only make pages load faster, it would save bandwidth for mobile users who view the threads instead of going to the gallery.

Plus, if I am very, very, lucky  ...  it will solve my problem with Mature Images displaying in generated threads at the same time since the gateway to those is actually the "mature" thumbnail   8)

3
Support / Re: Code Tag Does Not Use Scrollbars In Gallery
« on: September 06, 2017, 02:55:16 pm »
That's a shame.

I just tried it, and no change   :'(

It is odd that the scrollbars do appear in the forum post generated by the gallery, but not in the gallery itself.  So it is in there by default someplace.  But it didn't work in your post, so ...  ????

Now I'm even more confused.

Especially since I had to increase the number of characters a post can have from 20,000 to 50,000 since a member complained that his 28,500 digit coordinates were above the character limit for a post   ::)

If I find an answer, or if the previous admin answers me when I ask again  (no reply from him about a few things) I will post here with the solution so you can know what did it.

Meanwhile, if you have any other ideas, I would love to try them!


4
Support / Re: Code Tag Does Not Use Scrollbars In Gallery
« on: September 06, 2017, 02:40:05 pm »
Hmm I wonder if you have a mod that is changing it the default smf code doesn't seem to have that option.

A quick fix would be to modify

Sources/Subs.php

Find
Code: [Select]
'content' => '<div class="codeheader">' . $txt['code'] . ': ($2) <a href="#" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a></div>' . ($context['browser']['is_gecko'] || $context['browser']['is_opera'] ? '<pre style="margin: 0; padding: 0;">' : '') . '<code class="bbc_code">$1</code>' . ($context['browser']['is_gecko'] || $context['browser']['is_opera'] ? '</pre>' : ''),
Change to
Code: [Select]
'content' => '<div class="codeheader">' . $txt['code'] . ': ($2) <a href="#" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a></div>' . ($context['browser']['is_gecko'] || $context['browser']['is_opera'] ? '<pre style="margin: 0; padding: 0;">' : '') . '<code class="bbc_code" style="overflow: scroll;">$1</code>' . ($context['browser']['is_gecko'] || $context['browser']['is_opera'] ? '</pre>' : ''),

Thanks, I'll try that!

We have limited the number of mods we install intentionally.  Probably only 5 to 10.  I can post the list if you like.

But did you notice that your own code box is not using scrollbars?  The page here is doing the same thing that happened in our gallery.

That is strange   :o

5
Support / Code Tag Does Not Use Scrollbars In Gallery
« on: September 06, 2017, 04:32:25 am »
Hi.

Me again with another annoying question I hope you can help resolve.

As you may recall, our site is about Fractals - Art generated by Mathematical Formulas.

We often display the code used to generate our images, but it can involve numbers with many, many, decimal places.

The code tag is the obvious way to do that since it condenses that sort of thing in a box with scrollbars.

Here's an example of what we are getting when this is done:

https://fractalforums.org/gallery/?sa=view;id=29

The code box does not open scrollbars in the gallery, but does open them in the forum thread generated by the gallery  ( https://fractalforums.org/fractal-image-gallery/wiggly-fungus-spores-glitch/msg1141/#msg1141 ).  Without scrollbars in the code box, the page stretches out to be extremely wide.

This was not an issue on our old site, but that admin was good with php, and sadly I am not.

Do you have any advice on how we can correct this?

6
Support / Re: How To Enable Recent Images & Comments On Board Index?
« on: September 03, 2017, 11:47:55 am »
Thanks for the quick reply!

I'll inform him and we'll see what happens next.

7
Support / Re: How To Enable Recent Images & Comments On Board Index?
« on: September 03, 2017, 10:59:02 am »
The gallery was paid for, reluctantly, by the guy paying for the hosting too.

So I don't have the license code from his purchase and I get the error :

Quote
The topic or board you are looking for appears to be either missing or off limits to you.
If you are a customer check your license information is entered under http://www.smfhacks.com/index.php?action=license

Is it considered wrong for him to authorize me to enter the license code?

Or must it be him?

He wants little to do with setting up the gallery.

But he can be talked into contacting you and confirming that this is from a legitimate purchase and I am authorized to do this!

Or you can look up the contact info from the fractalforums.org purchase and contact him yourself if that is preferable for security.

But I fear that his lack of enthusiasm for setting up the gallery would not help unless he can assign me as a "tech support" person or whatever might be needed in these circumstances.

8
Support / How To Enable Recent Images & Comments On Board Index?
« on: September 03, 2017, 09:53:24 am »
Hi,

We're moving our forum to a new site with a new gallery - making a clean start.

We're under new ownership and I have some basic questions I hope I didn't just miss in the documentation!

If you care to see examples of what I'm asking about, the link for the new site is the one under my avatar and the original site is fractalforums.com  (new is .org).

I want to duplicate a few features of the .com's gallery on .org.

I like the "Recent Images and Recent Comments On Board Index" features .com has, but I can't seem to find how to enable them.

I found these entries in .com's Package Manager:

SMF Gallery Pro Recent Images Board Index  2.0.1    
SMF Gallery Pro Recent Comments Board Index  2.0

But I was unable to locate those mods  (I know - my search skills may need some work).

The .com site is old and has not been kept current with many things so those packages may be outdated.  If there are more current replacements, or if displaying those things on the index page is a feature I missed, please let me know.

9
Support / Re: Mature Images - Issue With Generated Threads
« on: August 27, 2017, 04:49:15 am »
Thanks for the tip!

I'll try to figure out what to do exactly...

...Again, thanks for the pointer!  I may be able to make it work the way I'd like now!

OK, there was a lot to do before our public beta starts next week, and I did play with this trying various configurations  (only 1 of which broke the gallery!)  (Don't worry, I back up every file I tweak and restore that after I fail) but I was unable to display the "mature.gif" image in the generated threads, or just display no image but include the link and author's description.

So before settling for a solution that does prevent images with the mature option checked from being posted in the forum but does not create a thread, I figured I'd ask one final time.

I greatly appreciate the code you posted, but my inexperience with php and css and basically most of the "New Ways" of creating websites has kept me from figuring out this particular answer on my own.

If you have time, I would greatly appreciate the old "Find *existing code* and Replace With *new code*" format for where to place the code snippet you offered.

Please forgive my ignorance of coding.  I made websites a long time ago, so know some basics, but I missed the whole introduction of css and html5 so I am literally just guessing on a lot of things.  I have good luck about half the time, but unfortunately this is the other half of the time and I am running out of time.

Again - we have an acceptable solution already and I appreciate you helping stop threads from mature images all together, but it falls short in that it would be ideal if we could generate threads with either the mature image warning or just no image at all.  The threads show forum users that a new image has been posted and is a good thing to have for all images, even those images we should not display without the Mature Image filter in place.

Thanks for any further help you can offer.

10
Support / Re: Mature Images - Issue With Generated Threads
« on: August 01, 2017, 04:48:33 am »
Thanks for the tip!

I'll try to figure out what to do exactly...

My guess is to add

Code: [Select]
1 && $markmature == 0
to the

Code: [Select]
"[/b]\n\n[img$extraheightwidth]"
string - somehow.

Maybe make the 1 into a zero?

I'll play around, but may need a little more specifics if I am to make this work   :-[

Again, thanks for the pointer!  I may be able to make it work the way I'd like now!

11
Support / Re: Mature Images - Issue With Generated Threads
« on: July 31, 2017, 04:29:26 pm »
It's a good start, but all that does is stop the thread from being made.

I was hoping to allow the thread, but have no image  (or a generic image like the one that shows when a mature image is there but the user has not elected to see mature images).

Was that the functionality you intended?

Because I already made a Naughty Image category which does not generate threads.  So I may have misunderstood what this was supposed to do.

Maybe this does need a feature request?

Either way, it's a step up from requiring all naughty images to be in a single category, so thanks for that!

Maybe one day enough Naughty Minded People will clamor for this, and it will become standard   ::)

Thanks again for the help.  It is, indeed, an improvement.

12
Support / Re: Mature Images - Issue With Generated Threads
« on: July 31, 2017, 03:48:52 pm »
Many thanks!

That makes this much easier   ;D

13
Support / Re: Mature Images - Issue With Generated Threads
« on: July 31, 2017, 03:19:43 am »
Thanks for the reply and the code!

I'll give it a try.

Looking at that, I'm glad I didn't try it on my own.

I'm terrible with php   :-[

Again - Many thanks!



EDIT:

Sorry to be such an amateur, but  ...  what file am I editing?

I had a poke around so I could back up an original and try out the tweak, but I'm literally working blind.  No idea which file this code goes in!

I checked index.php because I'm clueless - obviously not that.

Tried a couple js files, but didn't find the right one.

Sorry to be clueless, but I am clueless!

Thanks for understanding...

14
Support / Mature Images - Issue With Generated Threads
« on: July 30, 2017, 07:50:42 am »
Hi, I did a little research on an issue I'm having and it looks like it came up a few years ago as well, but I couldn't find if it ever got addressed.

http://www.smfhacks.com/index.php/topic,8297.msg35574.html#msg35574

I'll just quote that thread's first post since it states it so well:

I don't know if this is a bug, a missing feature or something I'm missing myself, but when a picture is marked as "Mature content", it is still visible in posts (if the option "create a post" is on).
Is there a way to prevent that ?

Did it ever make it to the To Do list?  Last post in that thread said you'd consider it.

If I missed it someplace, please point me there!

If it was forgotten, please reconsider adding it to the To Do list.

I'm setting up the Gallery on the upcoming 2nd version of FractalForums.  The .com is live, but the new domain is still in the works.  We got the Pro Gallery for there, and in setting it up I noticed the Mature option.  Not having that in our .com site always held me back - I'd love to have it on the new domain, but we will be making threads in the main forum from images posted, so it's kind of important if we are to allow Mature Content.

I know us perverts are often annoying, but  ...

It's Art!

Thanks for any feedback you may have on this issue.



EDIT - I just realized this may belong in Feature Requests!

If staff agree I don't mind it moving and being re-titled accordingly.



EDIT 2:  In what I hope is just a temporary work-around, I set up a "Naughty Images" category that does not generate threads.  Not the best way but a hold-over, I hope.

Obviously the thread is good publicity that a post happened, so I'd still like to see a way to omit the picture or substitute something generic if the Mature setting is chosen.

Pages: [1]

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