Facebook 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4290
Latest: JoshuaShoor
New This Month: 2
New This Week: 0
New Today: 0
Stats
Total Posts: 43790
Total Topics: 7602
Most Online Today: 49
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.


Messages - live627

Pages: [1]
1
Site Discussion / Re: Site upgrade to 2.1
« on: August 18, 2024, 02:47:33 am »
Cool bot, bro..  What other tricks you got?

2
Support / Re: Opportunity to use more hooks
« on: July 20, 2024, 07:36:11 pm »
That's micro optimization.

3
Support / Installation error: code not found
« on: July 20, 2024, 05:07:58 am »
The following code no longer  exists in 2.1:

Code: [Select]
// Remember this URL in case someone doesn't like sending HTTP_REFERER.
if (strpos($_SERVER['REQUEST_URL'], 'action=dlattach') === false && strpos($_SERVER['REQUEST_URL'], 'action=viewsmfile') === false)
$_SESSION['old_url'] = $_SERVER['REQUEST_URL'];
It is n ow

Code: [Select]
// Remember this URL in case someone doesn't like sending HTTP_REFERER.
if ($should_log)
$_SESSION['old_url'] = $_SERVER['REQUEST_URL'];

and should be populated via integrate_pre_log_stats example usage at https://github.com/envision-mods/portal/blob/312391fcc576cd70bb9a7882214cabd933ac6253/ep_source/EnvisionPortal/Integration.php#L103-L110

4
Support / Opportunity to use more hooks
« on: July 20, 2024, 04:36:28 am »
The following integration hooks which this mod uses for SMF 2.1 are also available in 2.0:

integrate_pre_include
integrate_admin_areas
integrate_menu_buttons
integrate_actions
integrate_load_permissions

You can use integrate_load_theme to load language files so that  you don't dump your strings into the messy garbage heap known as Modifications.english.php

5
Support / Installation warning: file not found
« on: July 20, 2024, 03:44:27 am »

2: copy(/home/user/public_html/forum/adseller/scripts/Colorpicker.js): failed to open stream: No such file or directory

Pages: [1]

+- Recent Topics

[Mod]Cloudflare Turnstile for SMF by SMFHacks
May 08, 2025, 10:08:43 am

Disable "Notify me of Comments feature" by Kiwi
May 08, 2025, 02:04:16 am

Trying to access array offset on null by Michel68
May 05, 2025, 08:47:34 am

Default [Additional] Membergroups upon Registration by SMFHacks
April 30, 2025, 10:22:52 am

Sorted FTP Import Directory by SMFHacks
April 25, 2025, 05:11:22 am

Search results items per page? by SMFHacks
April 18, 2025, 04:12:23 pm

Suggestions and request by Senkusha
April 03, 2025, 02:30:43 pm

How does a member add a Classified Listing? by SMFHacks
March 28, 2025, 08:05:50 pm

Auto converting to webp or AVIF by [chrisB]
March 28, 2025, 01:46:00 pm

Thumbnail creation settings by SMFHacks
March 28, 2025, 12:42:51 pm

Powered by EzPortal