FYI: http://www.jfusion.org/forums/viewtopic.php?t=6795EXreaction wrote:Unless there is a specific incident with naming collision with other popular software, I do not support renaming existing functions.
Search found 53 matches
- Mon Dec 17, 2012 4:30 am
- Forum: [3.x][Archive] RFCs
- Topic: Adding phpbb prefix to functions
- Replies: 38
- Views: 34813
Re: Adding phpbb prefix to functions
- Wed Dec 12, 2012 2:47 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Breadcrumb microdata
- Replies: 26
- Views: 88425
Re: [RFC|Merged] Breadcrumb microdata
There is a new standard for microdata: http://schema.org/docs/gs.html
This RFC is Google-specific; the new standard is supported by Google, Bing, Yahoo, and Yandex.
This RFC is Google-specific; the new standard is supported by Google, Bing, Yahoo, and Yandex.
- Sun Dec 02, 2012 7:40 pm
- Forum: [3.x] Discussion
- Topic: Avatar serverside resize
- Replies: 25
- Views: 42654
Re: Avatar serverside resize
Why TF I need to turn on js in that website to see anything?!?! Browsing like it's 1995 is your prerogative...just like requiring people to not disable a basic browser function is my prerogative. Sorry, but if you want to view "that website", you'll need to enable javascript. I recently e...
- Sat Dec 01, 2012 8:41 pm
- Forum: [3.x] Discussion
- Topic: Avatar serverside resize
- Replies: 25
- Views: 42654
Re: Avatar serverside resize
Here's what you need: http://forum.dion-designs.com/viewtopic ... 4&sp=13122
The procedure modifies the phpBB function that creates thumbnails to also resize uploaded avatars. You're more than welcome to use it.
The procedure modifies the phpBB function that creates thumbnails to also resize uploaded avatars. You're more than welcome to use it.
- Fri Nov 23, 2012 2:04 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] stop distributing worthless CAPTCHAS in 3.1
- Replies: 98
- Views: 171815
Re: [RFC] stop distributing worthless CAPTCHAS in 3.1
Are you familiar with the online reservation service called OpenTable? Six years ago, they were sued on ADA grounds because a disabled individual was not able to register. It was settled out of court, and their registration page was completely rewritten. Was it a frivolous suit? Don't know, don't ca...
- Thu Nov 22, 2012 8:37 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] stop distributing worthless CAPTCHAS in 3.1
- Replies: 98
- Views: 171815
Re: [RFC] stop distributing worthless CAPTCHAS in 3.1
Just thought I would share this link... It's a different way of defeating bots (using games): http://areyouahuman.com If one's site is in the United States, use of this CAPTCHA requires a fallback registration option (Admin-approval, COPPA-style, whatever). Such a CAPTCHA cannot be completed by peo...
- Wed Oct 10, 2012 7:18 am
- Forum: [3.x] Discussion
- Topic: "Subscribe" link is hard to find
- Replies: 10
- Views: 16416
Re: "Subscribe" link is hard to find
An alternative: a tools menu, like in other boards: I do this on all my boards and call it "Page Options", because the menu contents will change depending on the page. You can also add "Delete Board Cookies" and all the "View Posts/Topics" links to the menu as well. Ta...
- Wed Oct 10, 2012 7:06 am
- Forum: [3.x] Discussion
- Topic: Dropdown menu for "Search within subject/message/etc"
- Replies: 4
- Views: 7849
Re: Dropdown menu for "Search within"
You could do this yourself. In search_body.html , find this: <dl> <dt><label for="sf1">{L_SEARCH_WITHIN}:</label></dt> <dd><label for="sf1"><input type="radio" name="sf" id="sf1" value="all" checked="checked" /> {L_SEARCH_TITLE_MS...
- Thu Oct 04, 2012 9:50 pm
- Forum: [3.x] Discussion
- Topic: Friends/Foes
- Replies: 17
- Views: 21267
Re: Friends/Foes
The "friends" portion of this doesn't really do much of anything anyways as others have pointed out. That's because the friend "feature" was apparently implemented as an afterthought. Go to UCP Board Preferences, Global Settings. There are three options which would be perfect fo...
- Sat Sep 08, 2012 1:37 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Last topic title in forum list
- Replies: 65
- Views: 125931
[RFC|Merged] Last topic title in forum list
Which is another reason why "Re: " should not be used as it adds 4 extra characters. Well, then get rid of it! ;) Find this code in includes/functions_display.php : $last_post_subject = $row['forum_last_post_subject']; $last_post_time = $user->format_date($row['forum_last_post_time']); $l...