I was curious to try a demo of 3.2 on phpbb.com, but surprise. There is no demo for 3.2.
At first, the 3.0 and 3.1 demos didnt load either, but a minute later i saw they did. Are there any plans to add a 3.2 demo ?
Search found 642 matches
- Wed Jan 11, 2017 10:26 am
- Forum: General Development Discussion
- Topic: 3.2 demo on phpbb.com?
- Replies: 1
- Views: 9462
- Thu Dec 01, 2016 10:26 pm
- Forum: [3.x] Discussion
- Topic: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
- Replies: 9
- Views: 29861
Re: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
Thank you for the pullrequest Hanakin. 
*Sticking my tongue at the VSE grumpycat*
*Sticking my tongue at the VSE grumpycat*
- Sun Nov 27, 2016 6:55 pm
- Forum: [3.x] Discussion
- Topic: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
- Replies: 9
- Views: 29861
Re: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
Adding the clear class breaks the existing layout of your div and you need to add extra css code to get it back to normal.
People that add content in the event usually want it to show in the main page footer, less on these pages: Memberlist, The team, Viewing Profiles, Vieving Groups.
Seems odd ...
People that add content in the event usually want it to show in the main page footer, less on these pages: Memberlist, The team, Viewing Profiles, Vieving Groups.
Seems odd ...
- Sat Nov 26, 2016 12:43 am
- Forum: [3.x] Discussion
- Topic: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
- Replies: 9
- Views: 29861
Re: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
I can create a ticket, but i am unsure on how to fix it. I only found a way around it, hiding the content on those pages.
https://tracker.phpbb.com/browse/PHPBB3-14881
https://tracker.phpbb.com/browse/PHPBB3-14881
- Thu Nov 24, 2016 2:47 pm
- Forum: [3.x] Discussion
- Topic: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
- Replies: 9
- Views: 29861
Re: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
I fixed it by using the if statements to hide from ucp, adm, etc pages. But It should be fixed though.
The jumpbox needs to be added after the user profile wrapper. Not before the navbar.
The jumpbox needs to be added after the user profile wrapper. Not before the navbar.
- Thu Nov 24, 2016 12:27 am
- Forum: [3.x] Discussion
- Topic: EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
- Replies: 9
- Views: 29861
EVENT Bug: Jumpbox bug if you use EVENT overall_footer_content_after.html
If you add anything in the overall_footer_content_after EVENT, it gets overlayed on the Jumpbox in the user profile.
Example:
Create the overall_footer_content_after.html event.
Add:
<div style="background-color:#553D3C;padding: 4px;">Testing</div>
The jumpbox code needs to be better placed ...
Example:
Create the overall_footer_content_after.html event.
Add:
<div style="background-color:#553D3C;padding: 4px;">Testing</div>
The jumpbox code needs to be better placed ...
- Thu Sep 22, 2016 1:34 am
- Forum: [3.x] Discussion
- Topic: 3.3 release date
- Replies: 7
- Views: 22226
Re: 3.3 release date
Hm, what is there to fix? Was the unix system designed to work just until 2038 ?Marc wrote: Mon Sep 19, 2016 8:57 am Somewhere between now and probably 2020, at the latest 2038 as we'll have to fix the unix time stamps until then though.
- Tue Sep 20, 2016 4:45 am
- Forum: [3.x] Discussion
- Topic: Adding foe reason?
- Replies: 4
- Views: 18922
Re: Adding foe reason?
Sure,
First we would need to move the " Are you sure you wish to carry out this operation? " from a pop-up notification, back to a single-page notification, like it was in 3.0. Change the quoted message above into something like " Why do you consider this person a foe? " and add a input or ...
First we would need to move the " Are you sure you wish to carry out this operation? " from a pop-up notification, back to a single-page notification, like it was in 3.0. Change the quoted message above into something like " Why do you consider this person a foe? " and add a input or ...
- Sat Sep 17, 2016 1:53 am
- Forum: [3.x] Discussion
- Topic: function make_clickable_callback
- Replies: 7
- Views: 22276
Re: function make_clickable_callback
There is this extension, [DEV] Convert Local Url To Link Name that deals with the local urls.
There was also an extension that dealt with external urls but i ve removed it and i cant figure out which it was. I believe it was Primehalo's "PrimeLinks" extension But i cant figure out how to configure ...
There was also an extension that dealt with external urls but i ve removed it and i cant figure out which it was. I believe it was Primehalo's "PrimeLinks" extension But i cant figure out how to configure ...
- Sat Sep 17, 2016 12:47 am
- Forum: [3.x] Discussion
- Topic: Adding foe reason?
- Replies: 4
- Views: 18922
Adding foe reason?
We usually forget why we added people as foes, so i was wondering if maybe it would be an idea to add a description/notes field asking, Why do you consider this person as a foe?
I use the Foe system only on phpbb.ro for people that get rude and cant appreciate your help and act like they demand ...
I use the Foe system only on phpbb.ro for people that get rude and cant appreciate your help and act like they demand ...