News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Problema con tapatalk

Started by Tamagochi, January 13, 2017, 04:18:50 AM

Previous topic - Next topic

Tamagochi

Hola

Tengo problemas con tapatalk. Actualice a la ultima versión y ahora no funciona. Si doy a desinstalar el mod veo algunos errores que entiendo que son los errores que tengo que corregir para que funcione. Son los siguientes.

En el archivo Sources/post.php:

Tengo que cambiar:

notifyMembersBoard($notifyData);

Por:

              notifyMembersBoard($notifyData);
            //tapatalk add
global $boarddir;
if (function_exists('tapatalk_push_new_topic'))
tapatalk_push_new_topic($msgOptions['id']);
else if(file_exists($boarddir . '/mobiquo/push_hook.php'))
{
include_once($boarddir . '/mobiquo/push_hook.php');
tapatalk_push_new_topic($msgOptions['id']);
}


Lo he cambiado pero no funciona.

En el archivo /Themes/default/languages/ManageSettings.english.php tengo que cambiar:

?>

Por:


//Tapatalk
$txt['tapatalktitle'] = 'Tapatalk Settings';
$txt['tp_tapatalkRegisterEnabled'] = 'In-app Registration';
$txt['tp_general_settings'] = 'General';
$txt['tp_board_settings'] = 'Boards';
$txt['tp_rebranding_settings'] = 'Tapatalk - Mobile App Deep Linking (BYO Branded App and Tapatalk)';
$txt['tp_other_settings'] = 'Help';
$txt['tp_parent_board'] = 'Boards1';
$txt['tp_child_board'] = 'Boards2';
$txt['tp_board_settingsDesc'] = 'Settings related to boards';
$txt['tp_general_settingsDesc'] = 'These are general settings for tapatalk';
$txt['tp_other_settingsDesc'] = 'Taptalk information';
$txt['tp_rebranding_settingsDesc'] = 'Settings for users who have built their own mobile forum application, try build your <a href="http://tapatalk.com/build.php"> <u>own application</u></a>?';
$txt['tp_select_boards'] = 'Select Boards to HIDE on Tapatalk';
$txt['tp_disable_newtopic'] = 'Disable New Topic For Boards';
$txt['tp_push_key'] = 'Tapatalk API Key';
$txt['tp_ads_disabled'] = 'Disable Ads for Group';
$txt['tp_push_notifications'] = 'Push Notifications';
//Tapatalk IAR
$txt['tp_iar_registration_options'] = 'In-App Registration';
$txt['tp_iar_usergroup_assignment'] = 'User Group Assignment';
$txt['tp_iar_spam_prevention'] = 'Spam Prevention';
$txt['tp_iar_settingsDesc'] = 'Settings related to In App Registration';
$txt['auto_approval_tp_user'] = 'Automatic approval for user registered from Tapatalk';
//Tapatalk BYO
$txt['tp_full_banner'] = 'Smart App Banner';
$txt['tp_google_indexing_enabled'] = 'Google App Indexing';
$txt['tp_facebook_indexing_enabled'] = 'Facebook';
$txt['tp_twitter_indexing_enabled'] = 'Twitter';

$txt['tp_custom_content_replacement'] = 'Thread Content Replacement(Advanced)';
$txt['taptalk_descp'] = '<strong>Tapatalk for SMF Plugin</strong></br><br>
For SMF 2.0 RC5/Final, <a href = "http://www.tapatalk.com">http://www.tapatalk.com</a></br>
For more remote settings, please check <a style="color:red;" href = "http://tapatalk.com/landing.php"><u>here</u></a>.<br><br>
<b>What is Tapatalk?</b></br>
Tapatalk is a forum app for iPhone/iPad, Android, BlackBerry, Windows Phone and WebOS. The app provides super fast forum access to any vBulletin, IPBoard, phpBB, SMF, xenForo, MyBB and Kunena forums that have activated Tapatalk. Forum owner can download the free plug-in to activate Tapatalk in your forum.</br>

<b>What does this mod do?</b></br>
This mod enables your forum to be accessed by the Tapatalk app. The Tapatalk app can be downloaded from Apple iTune Store or from Google Android Market.</br>

<b>What next do I have to do?</b></br>
After installing this mod, head straight to <a href = "http://tapatalk.com/activate_tapatalk.php">http://tapatalk.com/activate_tapatalk.php</a> and register there. After registering you can enlist your forum into the Tapatalk network.</br>
</br>
Please manually change permission of all files under mobiquo/ folder (including the folder itself) to chmod 755 otherwise it won\'t work!!</br>
</br>
For more information please visit tapatalk.com</br>
<br>
Thank you! :)';

?>


Lo he hecho y tampoco me lo reconoce.

En el archivo /Themes/default/languages/Help.english.php tengo que cambiar:

?>

Por:


//Tapatalk start
$helptxt['tp_push_key'] = 'Optional. To improve the quality of Push Notification from your forum, please fill-in copy and paste the Push Notification Key from Tapatalk Forum Owner Area to here.';
$helptxt['tp_ads_disabled'] = 'This option will prevent Tapatalk from displaying advertisements. Users in the selected groups will not be served ads when using the Tapatalk app. Please enter a comma-separated group ID.';
$helptxt['tp_hide_boards'] = 'Hide forums you don\'t want them to be listed in Tapatalk app.';
$helptxt['tp_dsa_boards'] = 'Prevent Tapatalk users to create new topic in the selected sub-forums. This feature is useful if certain forums requires additional topic fields or permission that Tapatalk does not support.';
$helptxt['tp_custom_content_replacement'] = 'Ability to match and replace thread content using PHP preg_replace function(http://www.php.net/manual/en/function.preg-replace.php). E.g. "\'pattern\', \'replacement\'" . You can define more than one replace rule on each line.';
$helptxt['tp_app_banner_msg'] = 'E.g. "Follow {your_forum_name} with {app_name} for [os_platform]". Do not change the [os_platform] tag as it is displayed dynamically based on user\'s device platform.';
$helptxt['tp_app_ios_id'] = 'Enter your product ID in Apple App Store, to be used on iPhone device';
$helptxt['tp_android_url'] = 'Enter your BYO App ID from Google Play, to be used on Android device. E.g. "com.quoord.tapatalkpro.activity"';
$helptxt['tp_kf_url'] = 'Enter your BYO App URL from Amazon App Store, to be used on Kindle Fire device. E.g. "http://www.amazon.com/gp/mas/dl/android?p=com.quoord.tapatalkpro.activity"';
$helptxt['tp_ol_icon_path'] = 'Mobile Online Icon appears on Who\'s Online page to indicate member using Tapatalk app';
$helptxt['tp_ol_icon_link'] = 'Target URL when icon is clicked';
$helptxt['tp_ol_icon_desc'] = 'Mobile Online Icon Title appears on Who\'s Online page to indicate member using Tapatalk app';
$helptxt['tp_push_notifications'] = 'Basic Message - Do not include post content and images preview in Push Notifications<br />
Rich Message - Includes post content and images preview in Push Notifications';
//Tapatalk IAR
$helptxt['tp_iar_registration_options'] = 'Verified Tapatalk users signed in from Facebook, Google or verified email address can register your forum natively in-app. Addition custom fields are also supported, although we strongly recommend to keep the custom fields to absolute minimal to make registration easier on mobile.';
$helptxt['tp_iar_usergroup_assignment'] = 'You can assign users registered with Tapatalk to specific user groups. If you do not assign them to a specific group, they will be assigned a default group.';
$helptxt['tp_iar_spam_prevention'] = 'By enabling StopForumSpam integration, new user registration from Tapatalk app and/or from web will be screened with StopForumSpam database to prevent existing black-listed spammers.';
$helptxt['auto_approval_tp_user'] = 'Automatically Approve Verified Tapatalk Members.';
//Tapatalk ends
$helptxt['tp_full_banner'] = '';
$helptxt['tp_google_indexing_enabled'] = 'Deep-Linking Thread from Google Search Result.';
$helptxt['tp_facebook_indexing_enabled'] = 'Deep-Linking Thread from Link in Facebook App.';
$helptxt['tp_twitter_indexing_enabled'] = 'Deep-Linking Thread from Link in Twitter App.';

?>


Me pasa lo mismo. Lo cambie y nada.

Se os ocurre como podría solucionarlo?

Salu2
Tamagochi
Version Foro SMF 2.0 RC3
Ganar Dinero en Internet
Tienda de Summarios


-Rock Lee-

Generalmente tapatalk da problemas y no es recomendable, puede tomar un tiempo tome los cambios o puede ser en smf cambio algo que no deja trabajar al tapatalk. Aunque una duda ¿desinstalar o instalar? ademas ¿aplicaste el cambio al theme estas usando?


Saludos!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Tamagochi

Hola,

Eso he leido estos dias, que da problemas y muchos no lo recomiendan, pero yo lo use mucho tiempo y me facilito mucho las cosas y 0 problemas. Ademas muchos usuarios de mi foro lo usan y no vi nada similar no?

Lo que quiero es instalarlo. Como no tengo el parse le di a desinstalar para ver lo que tenia que hacer, obviamente aplicando los pasos al reves. No se si me explico.

Salu2
Tamagochi
Version Foro SMF 2.0 RC3
Ganar Dinero en Internet
Tienda de Summarios


Tamagochi

Hola

Vale, ni idea que ha pasado por que pese a que mi foro se veia y la gente posteaba estaba puesto en mantenimiento. Al quitar el modo manteimiento este plugin vuelve a funcionar. Marco como solucionado.

Salu2
Tamagochi
Version Foro SMF 2.0 RC3
Ganar Dinero en Internet
Tienda de Summarios


-Rock Lee-

Quote from: Tamagochi on January 14, 2017, 02:45:50 PM
Hola

Vale, ni idea que ha pasado por que pese a que mi foro se veia y la gente posteaba estaba puesto en mantenimiento. Al quitar el modo manteimiento este plugin vuelve a funcionar. Marco como solucionado.

Salu2
Me alegra pudieras solucionar el problema y dejarás como lo resolviste, posiblemente no podia acceder a los temas y por eso daba conflictos.


Saludos!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Advertisement: