To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - [Modification] Tapatalk on Przemo?

evilmc - 30-09-2010, 06:16
Temat postu: [Modification] Tapatalk on Przemo?
Kod:
http://www.tapatalk.com/

Is it possible to insert in this forum? Thanx

MaTeK_ - 30-09-2010, 10:07

Show me the script to phpBB3
evilmc - 30-09-2010, 15:13

phpBB - Installation

# Place the zip package at the root of your forum system.
# Unzip the package. You should see a directory called "mobiquo" inside your forum system root directory. For example, if your forum URL is http://www.mysite.com/forum, it should be placed at http://www.mysite.com/forum/mobiquo/.

# Edit the file /<phpBB3_root>/styles/{YOUR_STYLE}/template/overall_footer.html
# Search in this file:
Kod:
</body>
</html>


# Insert the following line above them
Kod:
<script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script>


# Purge the forum cache by logging in to the administration panel, find "Resynchronize or reset statistics" in the "General" section, click "Purge the cache".

MaTeK_ - 30-09-2010, 15:45

Ok you must edit filde templates/yourstyle/overall_footer.tpl
Search line (In the end file)
Kod:
</body>
</html>


BEFORE, ADD

Kod:
<script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script>

Upload folder mobiquo to the root phpBB by Przemo
and clear cache.

evilmc - 30-09-2010, 18:05

I change this, but not working, but i have a problem with Verify.
I get this error:
Cytat:
Current Status: Not Published
* Verify Installation Status
Not Installed: Server Error(1)

and this message from Administrator Tapatalk forums:
Cytat:
Currently tapatalk can only work on phpbb3. So phpbb2 is not supported.


It possible to change the modification work on phpbb2 by przemo?

MaTeK_ - 30-09-2010, 20:30

I reviewed the files and I saw that the script is built on phpBB3.We must rebuild the entire script to run under phpBB by Przemo
evilmc - 01-10-2010, 17:52

MaTeK_, could you fix this modification to work on przemo forum?


Powered by phpBB modified by Przemo © 2003 phpBB Group