Snippets
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Jul 6th, '16, 23:43
Post
by martin » Jul 6th, '16, 23:43
Use another account and make sure it shows you viewing topics and replying and posting
Just for the record 3.2 will also need changing.
zardos
Users
Status:
Offline
User theme: Dark
Posts: 175 Joined: Feb 26th, '16, 22:20
Post by zardos » Jul 6th, '16, 23:46
Post
by zardos » Jul 6th, '16, 23:46
Ok, will do.
zardos
Users
Status:
Offline
User theme: Dark
Posts: 175 Joined: Feb 26th, '16, 22:20
Post by zardos » Jul 7th, '16, 00:00
Post
by zardos » Jul 7th, '16, 00:00
What do you think martin, is its working.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Jul 7th, '16, 01:16
Post
by martin » Jul 7th, '16, 01:16
Just checked my 3.2 and your not far away from having it working.
Code: Select all
//'U_EDIT' => ($edit_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=edit&f=$forum_id&p={$row['post_id']}") : '',
'U_EDIT' => ($edit_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=edit&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',
//'U_QUOTE' => ($auth->acl_get('f_reply', $forum_id)) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=quote&f=$forum_id&p={$row['post_id']}") : '',
'U_QUOTE' => ($quote_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=quote&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',
'U_INFO' => ($auth->acl_get('m_info', $forum_id)) ? append_sid("{$phpbb_root_path}mcp.$phpEx", "i=main&mode=post_details&f=$forum_id&p=" . $row['post_id'], true, $user->session_id) : '',
//'U_DELETE' => ($delete_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=' . (($softdelete_allowed) ? 'soft_delete' : 'delete') . "&f=$forum_id&p={$row['post_id']}") : '',
'U_DELETE' => ($delete_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=' . (($softdelete_allowed) ? 'soft_delete' : 'delete') . "&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',
Anders
Users
Status:
Offline
User theme: Dark
Posts: 80 Joined: Sep 15th, '15, 06:15
Post by Anders » Jul 7th, '16, 07:49
Post
by Anders » Jul 7th, '16, 07:49
Hi
Is it something in root zip that need to change to work on 3.2?
HoodieWeather
Users
Status:
Offline
User theme: Dark
Posts: 25 Joined: Jun 21st, '16, 22:33
Post by HoodieWeather » Jul 30th, '16, 01:07
Post
by HoodieWeather » Jul 30th, '16, 01:07
Need to upload bigger images. really hard to see small images.
Antaka
Users
Status:
Offline
User theme: Dark
Posts: 8 Joined: Feb 2nd, '16, 06:03
Post by Antaka » Aug 3rd, '16, 16:05
Post
by Antaka » Aug 3rd, '16, 16:05
Hello Martin
beautiful on phpBB 3.1.9
see the preview below
enjoy it
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Aug 3rd, '16, 16:58
Post
by martin » Aug 3rd, '16, 16:58
3.2 version looks better.
1.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Antaka
Users
Status:
Offline
User theme: Dark
Posts: 8 Joined: Feb 2nd, '16, 06:03
Post by Antaka » Aug 3rd, '16, 17:07
Post
by Antaka » Aug 3rd, '16, 17:07
Hi Martin
not sure I can pass phpBB version 3.2x and install this amendment today, which is still in phase of RC and I read on phpBB.com there would still be some buggs
And yet will have to see if extensions that interested me is compatible on 3.2x rhea
cordially
Antaka
Users
Status:
Offline
User theme: Dark
Posts: 8 Joined: Feb 2nd, '16, 06:03
Post by Antaka » Aug 29th, '16, 15:34
Post
by Antaka » Aug 29th, '16, 15:34
Hello Martin
I spent my week in 3.2.0 RC1 last night and now I installed this modification and find myself to make a problem, and nothing is displayed in the forum console with chrome end up with an error 503
For all information functioned to wonder under 3.1x and now I have moved your CSS extension on Magic 3.2.0 RC1
cordially
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Aug 29th, '16, 15:37
Post
by martin » Aug 29th, '16, 15:37
Who is where code for 3.2 rc1 has not been released as of yet the code for 3.1 will not work on 3.2 hence the blank box.
killfrenzy
Users
Status:
Offline
User theme: Dark
Posts: 118 Joined: Feb 6th, '16, 18:22
Post by killfrenzy » Sep 4th, '16, 13:18
Post
by killfrenzy » Sep 4th, '16, 13:18
I got one problem image doesn't show in flags and browser. I don't know why because I believe I uploaded it in the root/images. I'm using 3.1.9 board
no-image-who-is-where.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Sep 4th, '16, 19:36
Post
by martin » Sep 4th, '16, 19:36
If you uploaded them to the right place they will show.
1.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
killfrenzy
Users
Status:
Offline
User theme: Dark
Posts: 118 Joined: Feb 6th, '16, 18:22
Post by killfrenzy » Sep 5th, '16, 13:56
Post
by killfrenzy » Sep 5th, '16, 13:56
martin wrote: Sep 4th, '16, 19:36
If you uploaded them to the right place they will show.
1.png
I laready fixed Sir. I just changed the permission of the folder flags and browser from 700 to 755 and all the file inside from 664 to 644. Then it will shows now. Thanks
killfrenzy
Users
Status:
Offline
User theme: Dark
Posts: 118 Joined: Feb 6th, '16, 18:22
Post by killfrenzy » Sep 6th, '16, 13:20
Post
by killfrenzy » Sep 6th, '16, 13:20
I noticed one it gave me a false IP country in my forum. It appears I'm in USA but I'm Philippines.
country-ip-wrong.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.