Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Pre-sale queries / No download file available
« Last post by Mur on July 23, 2022, 07:37:36 am »
Paid for smf mobile but still not have a valid link for downloading.
Please fix the problem as soon as possible
12
Site comments and suggestions / Re: Paid via paypal not showing up in downloads
« Last post by Mur on July 23, 2022, 07:08:24 am »
Same problem, nothing also in the link you posted below
13
Site comments and suggestions / Re: Paid via paypal not showing up in downloads
« Last post by vbgamer45 on February 21, 2022, 05:05:20 pm »
Added to the customer group
You can download via
https://smfmobile.com/community/index.php?action=downloads
14
Site comments and suggestions / Paid via paypal not showing up in downloads
« Last post by rockyrails on February 21, 2022, 03:03:12 pm »
Hi
I paid for theme with paypal and the download is not showing up in my download area. No link for the download in paypal receipt

thanks in advance for help resolving
15
Site comments and suggestions / Re: Duplicate js call
« Last post by jhonalbert on December 23, 2021, 06:31:45 am »
$(document).ready(function () {
     ViewProduct(action_name);
 });
16
Site comments and suggestions / Re: Errors when trying to upgrade forum to 2.0.10
« Last post by vbgamer45 on September 02, 2021, 08:29:14 pm »
It should support all of SMF 2.0.x
17
Site comments and suggestions / Re: Errors when trying to upgrade forum to 2.0.10
« Last post by Bencuri on September 02, 2021, 08:01:31 pm »
I have SMF4Mobile 1.0, which is the max version that it supports?
18
Site comments and suggestions / Re: Errors when trying to upgrade forum to 2.0.10
« Last post by vbgamer45 on September 02, 2021, 07:42:19 pm »
You can just skip them if they are updates for the SMF4Mobile theme. I would try to upgrade to latest SMF version if you can.
19
Site comments and suggestions / Errors when trying to upgrade forum to 2.0.10
« Last post by Bencuri on September 02, 2021, 05:00:01 pm »
I am trying to upgrade the forum from 2.0.9 to 2.0.10, but the updater reports "Test failed" for theme related upgrades. In case of SMF4Mobile, it wants to change these, but cannot find corresponding sections. Do these changes have any significance from the aspect of SMF4Mobile, or I can just skip them?


Code: [Select]
Code: (Find) [Select]
var is_ff = (ua.indexOf('firefox') != -1 || ua.indexOf('iceweasel') != -1 || ua.indexOf('icecat') != -1 || ua.indexOf('shiretoko') != -1 || ua.indexOf('minefield') != -1) && !is_opera;

Code: (Replace) [Select]
var is_ff = (ua.indexOf('firefox') != -1 || ua.indexOf('iceweasel') != -1 || ua.indexOf('icecat') != -1 || ua.indexOf('shiretoko') != -1 || ua.indexOf('minefield') != -1 || ua.indexOf('PaleMoon') != -1) && !is_opera;

Code: (Find) [Select]
if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)

Code: (Replace) [Select]
if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)

Code: (Find) [Select]
<li class="board" style="margin-', $context['right_to_left'] ? 'right' : 'left', ': ', $board['child_level'], 'em;">
<label for="brd', $board['id'], '"><input type="checkbox" id="brd', $board['id'], '" name="brd[', $board['id'], ']" value="', $board['id'], '"', $board['selected'] ? ' checked="checked"' : '', ' class="input_check" /> ', $board['name'], '</label>
</li>';

Code: (Replace) [Select]
<li class="board">
<label for="brd', $board['id'], '" style="margin-', $context['right_to_left'] ? 'right' : 'left', ': ', $board['child_level'], 'em;"><input type="checkbox" id="brd', $board['id'], '" name="brd[', $board['id'], ']" value="', $board['id'], '"', $board['selected'] ? ' checked="checked"' : '', ' class="input_check" /> ', $board['name'], '</label>
</li>';

Code: (Find) [Select]
\'question\', \'topic\'

Code: (Replace) [Select]
\'question\', \'topic\', ', JavaScriptEscape($context['session_var']), '

20
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by vbgamer45 on February 20, 2021, 06:30:11 pm »
Great you are in the customer group!
Pages: 1 [2] 3 4 ... 10