
This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!
Search found 1534 matches
- Tue Dec 27 2016 4:51 am
- Forum: phpBB3 Test Area!
- Topic: Mobile detect test
- Replies: 7
- Views: 14933
- Wed Oct 16 2013 6:15 am
- Forum: phpBB3 Support
- Topic: Trouble Accessing .MODS Tab In ACP
- Replies: 9
- Views: 7007
Re: Trouble Accessing .MODS Tab In ACP
If you can't re install in install remove the module by going to the systems tab , module management , admin control panel , .mods , mchat and disable it
[ Post made via iPhone ]
[ Post made via iPhone ]

- Tue Oct 08 2013 1:22 pm
- Forum: phpBB3 Mod Requests
- Topic: mark unread posts as read
- Replies: 2
- Views: 5306
Re: mark unread posts as read
Search in the snippets forum I wrote it a whileback
[ Post made via iPhone ]
[ Post made via iPhone ]

- Tue Sep 17 2013 11:12 am
- Forum: The Fun Zone
- Topic: Never Ending Story
- Replies: 173
- Views: 53087
Re: Never Ending Story
crap zone, in the middle of the...
- Fri Aug 23 2013 4:54 pm
- Forum: phpBB3 Support
- Topic: Mobile Style Request
- Replies: 40
- Views: 9931
Re: Mobile Style Request
When editing a message in the chat..
[ Post made via iPhone ]
[ Post made via iPhone ]

- Wed Aug 21 2013 6:18 am
- Forum: phpBB3 Support
- Topic: Mobile Style Request
- Replies: 40
- Views: 9931
Re: Mobile Style Request
actually my phone was upside down ...
- Mon Aug 19 2013 2:57 pm
- Forum: phpBB3 Support
- Topic: Mobile Style Request
- Replies: 40
- Views: 9931
Re: Mobile Style Request
Buttons are fine just in the chat I think them buttons use a different class or summit there's also debug error caused when eduting [phpBB Debug] PHP Warning: in file [ROOT]/mchat.php on line 587: include_once(): Failed opening './includes/mods/mobile_device_detect.php' for inclusion (include_path='...
- Mon Aug 19 2013 1:07 pm
- Forum: phpBB3 Support
- Topic: Mobile Style Request
- Replies: 40
- Views: 9931
Re: Mobile Style Request
Looks like this
[ Post made via iPhone ]
[ Post made via iPhone ]

- Thu Jun 20 2013 9:08 pm
- Forum: phpBB3 Mods
- Topic: Welcome back message!!
- Replies: 0
- Views: 1725
Welcome back message!!
Author: Steve© Modification name: Welcome back message!! Version: 1.0.0 Requirements: phpBB3 3.0.7-PL Description: Displays a welcome back message to registered members displaying the user group colour ! Very easy mod more of a snippet but been made for a tutorial im writting might as well share it...
- Sat Jun 15 2013 11:01 am
- Forum: phpBB3 Snippets
- Topic: Display profile icons in memberlist view for prosilver
- Replies: 0
- Views: 2193
Display profile icons in memberlist view for prosilver
Lets use the profile icons on the viewtopic page in members profile. open styles/prosilver/template/memberslist_view.html Find: <!-- IF U_EMAIL --><dt>{L_EMAIL_ADDRESS}:</dt> <dd><a href="{U_EMAIL}">{L_SEND_EMAIL_USER} {USERNAME}</a></dd><!-- ENDIF --> <!-- IF U_WWW --><dt>{L_WEBSITE}:</dt...
- Mon Sep 03 2012 6:21 am
- Forum: phpBB3 mods support
- Topic: 'Global Announcements on Index' change to sticky
- Replies: 6
- Views: 840
- Sun Sep 02 2012 4:08 am
- Forum: phpBB3 mods support
- Topic: 'Global Announcements on Index' change to sticky
- Replies: 6
- Views: 840
Re: 'Global Announcements on Index' change to sticky
This works
find:
replace with:
find:
Code: Select all
WHERE t.forum_id = 0
AND t.topic_type = " . POST_GLOBAL . '
Code: Select all
WHERE t.topic_type = " . POST_STICKY . '