Search found 6 matches
- Fri Oct 17, 2014 12:28 pm
- Forum: [3.x] Discussion
- Topic: [Define New Theme] 8. Utilize Font Awesome icons where icons are needed to simplify server requests.
- Replies: 119
- Views: 2487670
Re: [Define New Theme] 8. Utilize Font Awesome icons where icons are needed to simplify server requests.
Please use FA, it will be much easier to make dark themes and add more icons.
- Tue Jul 08, 2014 4:18 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Combine Related functionality (UI Cleanup)
- Replies: 307
- Views: 484309
Some suggestions
What about:

Instead of:

Also, 'topic review' should be in front of the new topic textarea.
Instead of:
Also, 'topic review' should be in front of the new topic textarea.
- Sat Mar 22, 2014 12:09 pm
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 239714
Re: Prosilver redesign
Definitely +1 for Bootstrap and Font Awesome.
Already tried to make my own theme, worked out pretty good, but .alert class was colliding.
Already tried to make my own theme, worked out pretty good, but .alert class was colliding.
- Sun Mar 16, 2014 9:38 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-11595 - API
- Replies: 64
- Views: 208036
Re: [RFC] API
+1
This is a must.
This is a must.
- Fri Mar 07, 2014 5:47 pm
- Forum: [3.x] Discussion
- Topic: Get popular topics, sort by replies
- Replies: 2
- Views: 5930
Re: Get popular topics, sort by replies
Thanks, I already got an answer on IRC but forgot to update my post here.
- Wed Mar 05, 2014 4:23 pm
- Forum: [3.x] Discussion
- Topic: Get popular topics, sort by replies
- Replies: 2
- Views: 5930
Get popular topics, sort by replies
Hi.
I have a custom portal that was made for phpBB 3.0.x and I need to convert it to phpBB 3.1.
$sql = 'SELECT topic_id, forum_id, topic_poster, topic_first_poster_colour, topic_title, topic_first_poster_name, topic_time FROM ' . TOPICS_TABLE . ' WHERE forum_id != 12 AND forum_id != 3 ORDER BY ...
I have a custom portal that was made for phpBB 3.0.x and I need to convert it to phpBB 3.1.
$sql = 'SELECT topic_id, forum_id, topic_poster, topic_first_poster_colour, topic_title, topic_first_poster_name, topic_time FROM ' . TOPICS_TABLE . ' WHERE forum_id != 12 AND forum_id != 3 ORDER BY ...