+1, but the time to add new features has passed. Use Extension:
https://github.com/Tatiana5/QuickReply
Search found 94 matches
- Tue Jul 15, 2014 2:49 pm
- Forum: [3.x] Discussion
- Topic: Quote in Quick Reply
- Replies: 2
- Views: 3922
- Sat Jul 12, 2014 6:16 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] AJAX
- Replies: 130
- Views: 187849
Re: [RFC|Merged] AJAX
https://tracker.phpbb.com/browse/PHPBB3-12843nickvergessen wrote:Can you please create a ticket?
https://github.com/phpbb/phpbb/pull/2726
- Sat Jul 12, 2014 2:48 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] AJAX
- Replies: 130
- Views: 187849
Re: [RFC|Merged] AJAX
When you click on "Mark forums read" in the browser console error occurs
Need to insert
Code: Select all
ReferenceError: assignment to undeclared variable phpbbAlertTimer
ajax.js (line13)
var
before phpbbAlertTimer
.- Fri Jul 11, 2014 1:45 pm
- Forum: [3.2/Rhea] Merged RFCs
- Topic: Jumpbox improvements
- Replies: 23
- Views: 43280
Re: Jumpbox improvements
In many places. Modify this class is a bad idea.RMcGirr83 wrote:Not sure where else this is used though.
- Thu Jul 10, 2014 1:04 pm
- Forum: [3.x] Discussion
- Topic: Quick Links
- Replies: 38
- Views: 44766
Re: Quick Links
Nope.PayBas wrote:II'm actually not even sure that there is a global template var that determines if there are any new/unread posts anywhere on the board. I'll have to look into it.
- Sun Jul 06, 2014 2:38 pm
- Forum: [3.x] Discussion
- Topic: Why is the avatar function now under a dropdown menu?
- Replies: 10
- Views: 9347
Re: Why is the avatar function now under a dropdown menu?
Thank.nickvergessen wrote:This sounds like something we can/should fix, so I added a bug report: https://tracker.phpbb.com/browse/PHPBB3-12822
- Sun Jul 06, 2014 1:35 am
- Forum: [3.x] Discussion
- Topic: Why is the avatar function now under a dropdown menu?
- Replies: 10
- Views: 9347
Re: Why is the avatar function now under a dropdown menu?
If only one type of load (eg only Upload or only the Gravatar), then immediately displays the desired field? A selection menu to show only when there is plenty to choose from.
- Sat Jul 05, 2014 3:25 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Search engine optimization: canonical link elements
- Replies: 16
- Views: 44665
Re: [RFC] Search engine optimization: canonical link elements
Duplicate post from another topic
In the current situation, the search engines will index each page twice, the first time with the parameter f =, as almost all the links to the forum include this option in the second visit without the canonical version. The double burden.
In the current situation, the search engines will index each page twice, the first time with the parameter f =, as almost all the links to the forum include this option in the second visit without the canonical version. The double burden.
- Sat Jul 05, 2014 2:46 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Define max-width for prosilver
- Replies: 164
- Views: 218832
Re: Define max-width for prosilver
Why not? Is there an easier way to prevent scroll bar jump issues on PCs:VSE wrote: if not, remove html height: 101%
Code: Select all
html {
height: 100%;
overflow-y: scroll;
}
- Wed Jul 02, 2014 7:18 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Define max-width for prosilver
- Replies: 164
- Views: 218832
Re: Define max-width for prosilver
16px enough, IMHO.hanakin wrote:Code: Select all
font-size: 1.8em; /* 18px */
However, this subject is about max-width, and should not be discussing clutter up font size. Need now set the maximum width and merge pull request.