ThemeForest

Posts by o_creative

72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Where have the winners been announced? Thanks!

11 months ago in thread $41,000 CodeCanyon Competition!!!
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Thanks for the listing! :)

11 months ago in thread Ecard plugin for Wordpress
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Hi,

If you could provide more details about the features you’d like to see included, there might be someone jumping on it. Actually… I’m pretty sure there will be someone :)

11 months ago in thread Ecard plugin for Wordpress
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

The profile page: You’ll have to either use a plugin to display this or modify your theme’s author.php file to your needs. This might help: http://blogmum.com/2009/06/how-to-make-a-wordpress-profile-page/

Extracting rider information from the database: If the registered name is the same in both table, you could use a query like this

SELECT * FROM wp_race_info WHERE rider_name = get_userdata(intval($author))->user_nicename;

This extracts all entries from the wp_race_info database table (this is the table you have created) where the rider_name filed has the same value as the author’s name. You’ll have to change the wp_race_info and rider_name to your table and variable names.

Does that make sense? :)

1 year ago in thread Display data from table in wp user profile
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Personally, I would implement a simple plugin for this. In the plugin itself you’ll retrieve your database table entries, format and display them.

Other than that, you will have to include an extra field in your results table that contains the user’s ID (or name) then compose your SQL query so that only datasets containing the given user’s ID (or name) are returned.

An alternative would be to use a binding table which contains the user IDs and the IDs from the results table, tied together. This way, you’ll keep the two tables independent.

I hope this helps! Let me know if you need further details! :)

1 year ago in thread Display data from table in wp user profile
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

How about a really large monitor, like 30” or a smartphone or one of the due-to-come Android tablets?

1 year ago in thread What Do You Want in a Competition Prize?
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Any news on whether this is going to come or not? Thanks!

1 year ago in thread Convert your Existing Plugin for the Joomla Category
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

That’s very close to what I was looking for! Thanks so much!

1 year ago in thread Add shortcodes dropdown to the post/page editor
72 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Referred between 1 and 9 users
o_creative says

Is this thread still alive or has been replaced by another one?

Anyway… here’s what I’d like to additionally see:

  • full list of items per marketplace, with some basic item details maybe
  • sales of last month, in the format of recent-sales, ideally
  • sales per file for the last month

Actually, the list of 50 recent sales or even the last 100 events is rather restricting… Given the marketplace dynamics, it will only cover the last few days, in most cases. Thoughts?

Thanks!

1 year ago via ThemeForest | in thread A brief introduction to the API.
by
by
by
by
by