Search found 147 matches

by P_I
Sat Mar 25, 2017 12:45 pm
Forum: [3.x] Discussion
Topic: What standard does phpBB follow for setting cookies?
Replies: 12
Views: 30263

Re: What standard does phpBB follow for setting cookies?

Thanks. I was trying to first understand the design specification before I started looking into the code.

As I stated in the first paragraph, this seems to be a common source of problems for board admins, and I can find a number of places where the phpBB documentation and/or support discussions ...
by P_I
Fri Mar 24, 2017 10:41 pm
Forum: [3.x] Discussion
Topic: What standard does phpBB follow for setting cookies?
Replies: 12
Views: 30263

What standard does phpBB follow for setting cookies?

A common topic of discussion on the phpBB.com support forums is making sure the board has proper cookie settings, specifically the requirement for a leading dot for the 'Cookie domain' seems problematic to many board admins.

In doing some research, I'm trying to determine which standard is used for ...
by P_I
Thu Mar 23, 2017 10:11 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15086 Replace quote.gif with fontawesome icon
Replies: 13
Views: 37977

Re: PHPBB3-15086 Replace quote.gif with fontawesome icon

Posting this more for completeness than anything else, in case someone stumbles upon it.

Still haven't solved why bbcode.html isn't being used,

Some clues exist in [PHPBB3-11819] Hardcoded bbcode is duplicated in bbcode.html and [PHPBB3-15145] BBcode.html is ignored by default due to template ...
by P_I
Thu Mar 23, 2017 3:14 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15137 - Global Announcements shouldn't always be never ending
Replies: 2
Views: 11703

Re: PHPBB3-15137 - Global Announcements shouldn't always be never ending

TL;RL Newbie still learning phpBB development process, how to handle merge conflict.

The gory details, that are probably old hat to most of you.

As I learn more about the phpBB development process, using phpBB Development Documentation as a guide, I continue to also learn some of the nuances ...
by P_I
Tue Mar 21, 2017 4:34 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15137 - Global Announcements shouldn't always be never ending
Replies: 2
Views: 11703

PHPBB3-15137 - Global Announcements shouldn't always be never ending

SInce a topic type of Global is essentially a board wide Announcement, is there any reason the poster shouldn't be allowed to specify a non-zero number of days to stick the topic? That would make it consistent with how topic types of Sticky and Announcement work.

As it stands now in phpBB 3.2.0 ...
by P_I
Mon Mar 13, 2017 3:32 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15086 Replace quote.gif with fontawesome icon
Replies: 13
Views: 37977

Re: PHPBB3-15086 Replace quote.gif with fontawesome icon


any/everyone is responsible for the changes... best way I have found to test them is in your browser change the class on the body from ltr to rtl, then on the html element change the dir to rtl as well. you will have to manually add the bidi.css file to your header...

Otherwise if you can then ...
by P_I
Mon Mar 13, 2017 4:24 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15086 Replace quote.gif with fontawesome icon
Replies: 13
Views: 37977

Re: PHPBB3-15086 Replace quote.gif with fontawesome icon

I sure have learned a lot from this initial effort to contribute to phpBB and the comments/reviews that I've been given on the pull request have been very educational. Thanks to hanakin and vinny for sharing their knowledge, it has been much appreciated.

However, as a newcomer, I've struggled to ...
by P_I
Wed Mar 08, 2017 1:20 pm
Forum: General Development Discussion
Topic: Restarting/repeating travis-ci build after random failure
Replies: 3
Views: 12668

Re: Restarting/repeating travis-ci build after random failure

Thanks to whomever restarted the build.

As a new contributor to phpBB, bumping into problems like this can be a bit on the frustrating part, particularly when there doesn't seem to be any breadcrumbs/documentation that describes the likely causes and resolution steps AFAIK.

I am trying to keep ...
by P_I
Wed Mar 08, 2017 5:18 am
Forum: General Development Discussion
Topic: Restarting/repeating travis-ci build after random failure
Replies: 3
Views: 12668

Restarting/repeating travis-ci build after random failure

Please help the newbie understand how to restart/repeat a travis-ci build after an apparent random failure. After looking at my recent commit build which failed, I don't think the error is related to my code change.

I seem to be 2 for 2 on having this problem , so I'd like to understand what is ...