I agree, I would like my board to be able to send HTML emails with some styling, instead of plain-text old-looking emails.
There could be a board-wide setting and a user-setting for choosing between text emails or HTML emails.
Search found 11 matches
- Thu Jul 26, 2012 2:49 pm
- Forum: [3.x] Discussion
- Topic: HTML Template in Emails.
- Replies: 31
- Views: 27428
- Tue Apr 24, 2012 3:54 pm
- Forum: [3.x] Discussion
- Topic: Load default language before other languages?
- Replies: 26
- Views: 32939
Re: Load default language before other languages?
The problem may also happen if you install a mod that adds new language keys.
Most mods deliver texts only in English, so unless you update all your other language files, "{L_MISSING_VAR}" will show when using a language other than English.
Most mods deliver texts only in English, so unless you update all your other language files, "{L_MISSING_VAR}" will show when using a language other than English.
- Mon Apr 23, 2012 10:13 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Auto-load additional content on scrolling to end
- Replies: 17
- Views: 26222
Re: [RFC] Auto-load additional content on scrolling to end
callumacrae,
my previous post was not explaining a problem, but giving a solution in reply to the first post in this discussion, that says (among other things):
Why would you want that?
Improves the reading flow when reading a topic.
Reduces wait time.
In my previous post I was explaining ...
my previous post was not explaining a problem, but giving a solution in reply to the first post in this discussion, that says (among other things):
Why would you want that?
Improves the reading flow when reading a topic.
Reduces wait time.
In my previous post I was explaining ...
- Mon Apr 23, 2012 5:22 pm
- Forum: [3.x] Discussion
- Topic: Load default language before other languages?
- Replies: 26
- Views: 32939
Re: Load default language before other languages?
I like that idea of replacing missing values in the default language by the ones in english.
Does anyone know what are the effects on performance?
Does anyone know what are the effects on performance?
- Mon Apr 23, 2012 5:12 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Auto-load additional content on scrolling to end
- Replies: 17
- Views: 26222
Re: [RFC] Auto-load additional content on scrolling to end
OK to add more AJAX to phpbb, but only if it makes things easier or nicer for the user.
I've seen this system on several websites, and I really dislike it.
When I go to multi-page topic, I immediately open the next page in a second tab. When I'm finished reading the first page, I close the first ...
I've seen this system on several websites, and I really dislike it.
When I go to multi-page topic, I immediately open the next page in a second tab. When I'm finished reading the first page, I close the first ...
- Mon Apr 23, 2012 4:43 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Require Subject on *all* posts
- Replies: 20
- Views: 29117
Re: [RFC] Require Subject on *all* posts
In reply to the first post in this discussion:
1. I disagree, when I see a post without a subject, it's not a problem since the subject is already in the title bar of my browser, and displayed on the top of the page.
Displaying so many times the subject is a waste of space on the screen.
2. The ...
1. I disagree, when I see a post without a subject, it's not a problem since the subject is already in the title bar of my browser, and displayed on the top of the page.
Displaying so many times the subject is a waste of space on the screen.
2. The ...
- Thu Apr 19, 2012 4:50 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-11595 - API
- Replies: 64
- Views: 203661
Re: [RFC] API
What about an API like IPBWI , that works with IPB forums?
It contains many powerful ready-to-use functions, there's no need to bother with including many phpbb source files, declaring variables or constants, sending queries to the database...
I used an Invision forum until it became a commercial ...
It contains many powerful ready-to-use functions, there's no need to bother with including many phpbb source files, declaring variables or constants, sending queries to the database...
I used an Invision forum until it became a commercial ...
- Thu Apr 19, 2012 4:27 pm
- Forum: [3.x][Archive] RFCs
- Topic: Drop distinction between style name and style path
- Replies: 34
- Views: 33796
Re: [RFC] Drop distinction between style name and style path
I agree with brunoais.
I want to keep the possibility to name my phpbb styles using spaces and any accented character (commonly used in many languages, including german, portuguese, french...and many more!).
Please keep style_path!
I want to keep the possibility to name my phpbb styles using spaces and any accented character (commonly used in many languages, including german, portuguese, french...and many more!).
Please keep style_path!
- Thu Apr 14, 2011 5:50 pm
- Forum: [3.x] Discussion
- Topic: SEO URLs
- Replies: 94
- Views: 271022
Re: SEO URLs
Before using PHPBB, I used IPB (up to version 2.0)
In all IPB pages , the same function gets called just before sending content to the browser.
I had seen a mod using that to change the URLs with str_replace() and preg_replace() functions. All URLs that could be seen by a search engine bot (public ...
In all IPB pages , the same function gets called just before sending content to the browser.
I had seen a mod using that to change the URLs with str_replace() and preg_replace() functions. All URLs that could be seen by a search engine bot (public ...
- Thu Apr 14, 2011 5:18 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] WYSIWYG editor
- Replies: 52
- Views: 159124
Re: [RFC] WYSIWYG editor
There is still the problem of easilly integrating custom BBcodes into the WYSIWYG editor...
custom bbcodes must be auto-integrated without any user-interaction.
http://area51.phpbb.com/phpBB/viewtopic.php?p=212730#p212730
I know that, this is the reason I wrote that line about easy integration ...
custom bbcodes must be auto-integrated without any user-interaction.
http://area51.phpbb.com/phpBB/viewtopic.php?p=212730#p212730
I know that, this is the reason I wrote that line about easy integration ...