Search found 115 matches
- Sun Jun 14, 2020 5:35 pm
- Forum: [4.x] Discussion
- Topic: Name of the new style
- Replies: 45
- Views: 257490
Re: Name of the new style
As per Chameleon why not naming the new style i.e. Léon?
- Wed May 27, 2020 9:18 am
- Forum: [4.x] Discussion
- Topic: Passworded Forums Phpbb4
- Replies: 15
- Views: 66214
Re: Passworded Forums Phpbb4
Those boards/installations I've encountered never made use of this feature. Just like the PM rules feature it sits there, needs almost no space, has its advantages, but remains rather unknown/uncommon to everyone. However, we live in times were people argument to not overwhelm them with options and ...
- Tue May 19, 2020 9:43 am
- Forum: [4.x] Discussion
- Topic: Searching in PMs
- Replies: 9
- Views: 31260
Re: Searching in PMs
I've created \includes\search\fulltext_mysql_pm.php which is largely a copy of \includes\search\fulltext_mysql.php and makes use of authors, keywords and splits \includes\ucp\ucp_pm_search.php which overly copies from \includes\ucp\ucp_pm_viewfolder.php to display search results and also partly from...
- Fri May 15, 2020 1:35 pm
- Forum: [4.x] Discussion
- Topic: Searching in PMs
- Replies: 9
- Views: 31260
Re: Searching in PMs
I did in Re: [GSoC] Search Backend Refactoring 6+ years ago. On my board I implemented it as similar as the board search: keywords and/or authors, and filters. It is an additional module and the search results are a list of PMs which also show their folder (also all PM folder "tabs" were m...
- Fri Mar 06, 2020 7:25 am
- Forum: [3.x] Style Development
- Topic: [4.0.x] Chameleon: no more first unread post links
- Replies: 16
- Views: 64308
Re: [4.0.x] Chameleon: no more first unread post links
because I do not like how we are currently handling it ... What I am against is adding more clutter where its not required. We have all the elements we need. Thanks, so this is not a team decision but only yours. As you can see from the replies the link is far from "not required" - please...
- Tue Mar 03, 2020 9:26 am
- Forum: [3.x] Style Development
- Topic: [4.0.x] Chameleon: no more first unread post links
- Replies: 16
- Views: 64308
[4.0.x] Chameleon: no more first unread post links
As it stands now there is no plan to link to anything other than the first and last post as those are the only links that make sense semantically to link to! Why is the link to the first unread post about to disappear? Am I in a minority actually using this, i.e. as per egosearch to then quickly se...
- Tue Nov 12, 2019 2:19 pm
- Forum: General Development Discussion
- Topic: Documentation errors
- Replies: 1
- Views: 15190
Re: Documentation errors
Why not editing the Wiki article right away?
- Sat Oct 06, 2018 10:55 am
- Forum: [3.x] Style Development
- Topic: [NEW THEME] 4. JS frameworks & approach
- Replies: 61
- Views: 295016
Re: [NEW THEME] 4. JS frameworks & approach
I think he was talking about a REST API here, which would support having AJAX functionality where it makes sense. AJAX is also only requesting resources - the output of a PHP document can be anything: HTML and JSON - one could even switch template files for this as it is already an abstraction laye...
- Wed Sep 26, 2018 11:52 pm
- Forum: [3.x] Style Development
- Topic: [NEW THEME] 4. JS frameworks & approach
- Replies: 61
- Views: 295016
Re: [NEW THEME] 4. JS frameworks & approach
It takes one line today in all modern browsers: fetch(url).then(function (data) { /* … */ }, function (error) { /* maybe retry */ }) Double standards - likewise the 8 year old code could omit linebreaks as well and easily be merged into 1 line. I see your argument, but anonymous functions or not - ...
- Thu Aug 02, 2018 12:19 pm
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180663
Re: ACP UX Improvements
Add a search options for settings to the ACP What's your idea of realizing this? In the past I analyzed other BBS software to see how they did it just to realize all they did was providing "tags" per module (which, of course, is much less than all the captions being presented per module)....