Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
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']), '

32
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!
33
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by Pobre on February 20, 2021, 05:43:32 pm »
OKAY...just sent payment
34
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by vbgamer45 on February 20, 2021, 12:10:07 pm »
I haven't used godaddy myself for hosting.  I agree then installing the latest version from SMF directly is preferred though.
35
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by Pobre on February 20, 2021, 10:07:48 am »
OK bought a domain... I hear that goddady (my current host) is not "SMF friendly"...must not be since I can't locate instructions on Godaddy on how to install SMF on their platform.  I'm sure I found those instructions in the past (years ago). 

Also hear that I should do a manual install vs the automatic install?

Thanks
36
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by vbgamer45 on February 19, 2021, 02:32:14 pm »
Sounds good. Once you order let me know there.
Are two parts to the theme.
The theme itself.
Then the mod to switch over to the theme if the user is on mobile.
37
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by Pobre on February 19, 2021, 02:17:05 pm »
Looking for a theme (with limited categories and limited traffic) where the mobile users can list and sell items that are legal but not allowed on craigslist/facebook.

Probably just three categories, For Sale, Wanted, Other/Misc

I personally don't use a smart phone and do have an operating SMF forum.

Thanks

 I do like what I see!
38
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by vbgamer45 on February 19, 2021, 01:54:54 pm »
The mobile theme makes no major changes to admin side. The main areas that are developed are all user facing. It is mainly for the user side for posting/logging in etc.

I would try would the demo here on this site and see if it would work for your users.
39
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by Pobre on February 19, 2021, 01:52:12 pm »
You say mobile only...but I assume that all SMF admin functions can be done on my PC and smart phone users can read/write posts from their devices correct?

Been along time since I loaded a SMF theme on my godaddy hosting, was considering either purchasing a new domain or using one loaded with Wordpress right now.

Thanks
40
Pre-sale queries / Re: Is SMF4Mobile current and supported?
« Last post by vbgamer45 on February 19, 2021, 12:34:37 pm »
It is still Available. It is a mobile only theme.   It is made for SMF 2.0.x

You can check out a demo on this site by clicking on the mobile mode link in the footer.
Pages: 1 2 3 [4] 5 6 ... 10