|
How do the update or change the google# badge from the generic url digits to the custom one with my company name? Placing it custom option so far below on the page, I missed seeing it.
Started by qt213 on
, 17 posts
by 6 people.
Answer Snippets (Read the full thread at google):
What Google+ badge are you talking about then? the google....
The pages, and profiles look the same, poor technical support as well .
The option is way on the bottom weak.
No, not the Vanity URL, the Google+ badge.
Will have a delete button.
|
|
I'm trying to write a piece of code that checks a users stats, be that their points, rank or num_friends and in turn awards them a badge similar to that used in SO. The system is set so when a task (vote up, comment, etc.) is completed by a user, their...
Started by mdolon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Will evaluate it first as a constant which is bad practice, see PHP Reference: Arrays
If $bq['badge_var['badge_var'] };
It might be safer and easier to extend if you pass an array to checkbadges * FROM badges"); while($bq = $database....
|
|
I've been implementing the push service to my application, and I've been thinking about the application's badge. My app is a mail app (sorta) and I want to notify the user via push for new messages added to the inbox, I want the badge = number of new ...
Started by natanavra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The problem with doing it that way is that....
If you don't include any value for badge and adjust the badge programmatically yourself via UIApplication's applicationIconBadgeNumber property.
Nope, you'll have to track this on the server side .
|
Ask your Facebook Friends
|
Hello all!
How to add badge to UITableViewCell, like this:
is it simply adding a subview with a text and lable on it ?
thanks
Answer Snippets (Read the full thread at stackoverflow):
In this example that there isn't a standard way to put a badge in table view cells, since there are so many apps that do.
Yes, there is currently no supported way of adding a badge to a UITableView Cell.
|
|
Quickie-Question: To summarize, I'm a little confused as to how I would design such a database that allows indefinite badge-rule creation without requiring structural changes to the previously existing user-tables in the database.
Storing Badge Title,...
Started by Jonathan Sampson on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Create table users ( id int, name varchar ) create table badges ( id int, badge_name varchar ) create table user_badges_xref....
A user can have many badges and a badge can have many users.
Reference table to relate them.
|
|
What other sites (not necessarily tech) that use a badge/reputation system like stackoverflow. I am building a basketball website and will probably be looking for a metaphor thats more fitting than badges.
Started by joe on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
How about trophies?
You'll definitely need a Chuck Norris badge ;)
Your question should have been "What other sites (not necessarily tech) use a badge/reputation system like StackOverflow?" instead ....
On, but that would be unfortunate.
|
|
I don't like the HUGE Vw emblem on the back of my golf. I know there only stuck on with a sticky pad so I would like to replace it with another badge.
Does anyone know the exact size of the recess left once you take it off?
90mm?
Cheers
Started by Steve123 on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at com):
Anyone? From what i've read before you'll need to replace it with the smaller vw sharron badge.
|
|
Does anyone know how to implement an action badge, like the ones seen below with the price tags in them. The App Store has those too.
Started by Sam V on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If they're not meant to be interactive, then you can use a ... .
You can just make them be standard UIButtons , set their background color and the label color and font .
The easiest way is to set the accessoryView of a standard UITableViewCell to a UIView .
|
|
I've been thinking about how to implement the badge feature similar to SO's on a new website. What is the best way to store criteria for badges?
Two ideas:
All code 'Second system' - create a meta architecture for defining badges and their criteria. Store...
Started by Ryan Doherty on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This will keep the two downside is that if the event... .
You can then decide if a badge is awarded or not.
You don't run "select count(*) from posts where user and build a query based on it .
Specifically, say you have a badge "made 10 posts".
|
|
Hi,
If you were to build a badge system similiar to how SO does it, would you put the logic/business layer in the database directly (via stored procedure, scheduled sql jobs) or put it in the server side?
From what I can think of, you have to:
list badges...
Started by Blankman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This would be supported by a more heavyweight routine which could recalculate every badge sure nothing had been missed -....
SELECT <new_badge> WHERE NOT EXISTS (SELECT NULL FROM user_badges WHERE badge = <new_badge> goes.
|