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

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

Pages: 1 [2] 3 4
16
I have your GDPR Pro.

In this post...

https://www.smfhacks.com/index.php/topic,9578.msg41970.html#msg41970

...you gave an answer about the date of acceptance of the Privacy Policy and Registration Agreement would be visible to the Admin in the member's profile. I don't see the dates.

I wonder if it might be because I use a  enhanced profile mod from SMFPacks called SMFPacks Social Profile Pro. Back when I installed that SMFPacks mod it took away your summary of Awesome Post Ratings (see attached picture below) that used to nicely show at the bottom of each member's profile page. I liked that feature but after installing the SMFPacks Social Profile Pro I never went back to SMFPacks or you to see if I could recover the Post Ratings list in each member profile.

What I am wondering now is the date of acceptance for the Privacy Policy and the Registration Agreement in GDPR Pro masked by the enhanced profile pages that I use from SMFPacks? Possibly the same as the Awesome Post Rating list is masked (missing).

One other question. I can only export my data and when trying to export the data from a member account I get this...

---------------------
An Error Has Occurred!
You cannot export the users information. You can only export your own data
---------------------
Is this normal?

17
Support / Re: Error When Opening Admin Panel
« on: April 03, 2016, 09:12:57 pm »
Rookie question...

I should do the uninstall via the SMF Package Manager first and then manually edit the above out of admin.php file on my server?
I bit my lower lip and cross my fingers and did what you suggested and went ahead and assumed that what you meant was what I quoted above. It worked!! Everything is working.

You make awesome products and your support is awesome as well. If you ever get a Harley I can help you with that!!

18
Support / Re: Error When Opening Admin Panel
« on: April 03, 2016, 08:21:56 pm »
Rookie question...

I should do the uninstall via the SMF Package Manager first and then manually edit the above out of admin.php file on my server?

19
Support / Re: Error When Opening Admin Panel
« on: April 03, 2016, 07:56:02 pm »
Code: [Select]
'mediapro' => array(
'title' => $txt['mediapro_admin'],
'permission' => array('admin_forum'),
'areas' => array(
'mediapro' => array(
'label' => $txt['mediapro_settings'],
'file' => 'AutoEmbedMediaPro2.php',
'function' => 'MediaProMain',
'custom_url' => $scripturl . '?action=admin;area=mediapro;sa=settings;sesc=' . $sc,
'icon' => 'server.gif',
'permission' => array('admin_forum'),
'subsections' => array(
'settings' => array($txt['mediapro_settings']),
'copyright' => array($txt['mediapro_copyremove']),
),
),

),
),



'awesome' => array(
'title' => $txt['awepost_admin'],
'permission' => array('admin_forum'),
'areas' => array(
'awesome' => array(
'label' => $txt['awepost_admin'],
'file' => 'AwesomePostRatings2.php',
'function' => 'AwesomeMain',
'custom_url' => $scripturl . '?action=admin;area=awesome;sa=adminset;sesc=' . $sc,
'icon' => 'server.gif',
'subsections' => array(
'adminset' => array($txt['downloads_text_settings']),
'ratingtypes' => array($txt['awepost_ratingstypelist']),

),
),),
),

'layout' => array(
'title' => $txt['layout_controls'],
   
As seen above my current admin.php file does not have
Code: [Select]
'layout' => array(
'title' => $txt['layout_controls'],
after the media code. Instead the awesome code starts and then that closes with
Code: [Select]
'layout' => array(
'title' => $txt['layout_controls'],

as you see above. I am a bit concerned with how I should back the SAVE mod out and not cause issues.

20
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 07:19:55 pm »
Reinstall SAVE it seems like you do not have the latest one the current embed code would use
<iframe title="YouTube video player" width="640" height="480" src="//www.
Instead of
<iframe title="YouTube video player" width="640" height="480" src="http://www.
It will take some manual edits since I get this when trying to unistall SAVE...

 Find Select
Code: [Select]
'mediapro' => array(
'title' => $txt['mediapro_admin'],
'permission' => array('admin_forum'),
'areas' => array(
'mediapro' => array(
'label' => $txt['mediapro_settings'],
'file' => 'AutoEmbedMediaPro2.php',
'function' => 'MediaProMain',
'custom_url' => $scripturl . '?action=admin;area=mediapro;sa=settings;sesc=' . $sc,
'icon' => 'server.gif',
'permission' => array('admin_forum'),
'subsections' => array(
'settings' => array($txt['mediapro_settings']),
'copyright' => array($txt['mediapro_copyremove']),
),
),

),
),

'layout' => array(
'title' => $txt['layout_controls'],
Replace
Code: [Select]
'layout' => array(
'title' => $txt['layout_controls'],'layout' => array(
'title' => $txt['layout_controls'],

21
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 07:13:33 pm »
All those youtube links are http:// try changing it https:// and see if it helps.
I went back and did that with the first thread and now all of them are https:// in this thread...

https://hdbitchin.com/index.php/topic,884.0.html

All links in replies 2, 3, 4 and 5 are now http://

22
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 07:06:27 pm »
I did it on this page/thread and it didn't help.

https://hdbitchin.com/index.php/topic,3586.0.html

23
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 07:04:06 pm »
I did do that on another page that had a single youtube video and it did not help. I will try again.

24
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 06:56:28 pm »
Here is a link to a page that has several YouTube videos that don't show...

https://hdbitchin.com/index.php/topic,884.0.html

In that thread you will see replies 2, 3, 4 and 5 are missing the videos.

I can uncheck "Youtube Short Url" in the settings and the raw links will appear. Right now I have it checked. In Firefox I get spacing for where the videos should be but no videos. If you tell the page to disable the protection that SSL is doing you will see the videos.

25
Support / Re: Re: Error When Opening Admin Panel
« on: April 03, 2016, 06:31:14 pm »
Yes that is showing https for the URL path the apricons.

A quick check shows vimeo and facebook videos are OK. YouTube is not.

26
Support / Re: Error When Opening Admin Panel
« on: April 03, 2016, 05:51:31 pm »
Would anything in the install of the Awesome Post Ratings have caused embedded YouTube videos to no longer show on my SSL forum?

I use your SMFHacks mod "Simple Audio Video Embedder" and after installing Awesome Post Ratings I have noticed on certain browsers that the embedded YouTube video is now being deemed as insecure and my SSL protection on my forum is blocking that content on certain broswers. Everything was working well before but after installing Awesome Post Ratings the YouTube videos are blocked as non-secure content. 

The Simple Audio Video Embedder is at Version 3.6.2 which should handle both https and http which it was doing prior with my SSL cert.  Seems like this change or setback occurred with this new install of Awesome Post Ratings.

I have no errors in my log. I also turned Awesome Post Ratings off and it made no difference.

One thing to note is that YouTube videos in the SMF Gallery Pro are fine. They show and are not blocked content.


27
Support / Re: Error When Opening Admin Panel
« on: April 03, 2016, 02:02:18 pm »
Just like the mod says "Awesome"!! That fixed it!

28
Support / Error When Opening Admin Panel
« on: April 03, 2016, 01:47:54 pm »
Just purchased your Awesome Posts Ratings mod and it appears to be working as it should in the forums but I have the following error that is consistently logging each time I load my Admin CP. With each access to the Admin CP I get the below error.

8: Undefined index: downloads_text_settings
Apply Filter: Only show the errors from this file
File: /home/hdbitchin/public_html/Sources/Admin.php
Line: 380

29
Site Discussion / Re: Copyright Removal Key Fail - EzPortal
« on: March 06, 2016, 02:49:47 pm »
All 3 work!! Thanks!

I will head over to purchase the Simple Audio Video Embedder copyright removal.

30
Site Discussion / Re: Copyright Removal Key Fail - EzPortal
« on: March 06, 2016, 02:31:40 pm »
As it looks right now the 3 copyright removals licenses I recently purchased need to be changed to an https version of my domain. Yesterday I went to a SSL certificate on my forum. Since having done that all three copyright licenses are not being recognized on the https verison of the domain.

I have copyright removals for the following...

ezPortal
Ad management Mod
SMF Gallery Pro

The forum is found here...
https://hdbitchin.com

I will now also need to purchase the copyright removal for your Simple Audio Video Embedder. I will purchase that later today.

Pages: 1 [2] 3 4

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