Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 16    Views: 188

mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
02/03/14 11:34 AM (10 years ago)

BT30 - Day 30 - Add comments to your app (PHP)

BT30 is my personal project to contribute to buzztouch: https://www.buzztouch.com/forum/thread.php?fid=2348BA49BA5737C92E3D9B5&tid=2348BA49BA5737C92E3D9B5 Day 30 - Add comments to your app (PHP) ------------- DESCRIPTION ------------- So this one is the last one, and I find it very useful for some apps. If you have your own website, you can upload these files, attach them to your database, and have a comments page for your app by adding the link via a custom url. Nothing native but still very cool. Screenshot 1: http://i781.photobucket.com/albums/yy98/Fpsdown/dfb09431.jpg?t=12695404944 Screenshot 2: http://i781.photobucket.com/albums/yy98/Fpsdown/be18f683.jpg?t=1269540495 ------------- DOWNLOAD ------------- Download here: https://buzztouchmods.com/downloads/comments.zip Hope this helps someone. Cheers, David.
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
02/03/14 11:51 AM (10 years ago)
Thanks very much for what you've done for BT30. This is a very good one to finish on, because I could imagine this being quite handy. I certainly have quite a few uses for it. Some of the things you've listed I haven't heard of before, so to suddenly have 30 of these resources is great!
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/03/14 12:02 PM (10 years ago)
Thanks for all the work and effort you've put into sharing these. Going to miss this...
 
EdReyes
Lost but trying
Profile
Posts: 574
Reg: Oct 21, 2013
location unknow...
17,640
like
02/03/14 12:31 PM (10 years ago)
Useful, planning on using this one. Thanks again.
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
02/03/14 02:07 PM (10 years ago)
Thank you! LA
 
ChrisYemaya
Code is Art
Profile
Posts: 60
Reg: Jul 29, 2011
Orlando
3,400
like
02/03/14 02:41 PM (10 years ago)
This looks amazing, going to definitely implement in my future apps. Thank you! ChrisYemaya
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/03/14 03:28 PM (10 years ago)
Yah, this is rather cool. Thanks! Cheers! -- Smug
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
02/03/14 03:37 PM (10 years ago)
Just implemented it myself... took less than 5 minutes and works perfectly. Thanks MrDavid! By the way, when using it on a customURL screen... is there a way to use my own background instead of the stock apple striped background (like your screenshots)? I tried replacing background.png in the package contents, as well as tried the standard background options in the control panel on the customurl page that this is using. It works awesomely, the background just doesn't match the rest of my app. Thanks!
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
02/03/14 03:39 PM (10 years ago)
Hi mate, of course! Check the css file, and use the background-image style to add a custom utl for the background image ;) Thanks all, David
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
02/03/14 03:41 PM (10 years ago)
Duh!, lol All this coding and I completely forgot about simple CSS, haha. Couldn't see the forest through the trees ;) Thanks again, we all appreciate your hard work.
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
02/03/14 03:43 PM (10 years ago)
No problem LOL! You don't know how many times I miss simple things when I work on objective-c then go to something like HTML after not using it for a while. Cheers friend, David
 
MadRod
Aspiring developer
Profile
Posts: 1853
Reg: Apr 12, 2012
Lisbon
27,930
like
02/03/14 05:40 PM (10 years ago)
Super cool. Thanks David.
 
Arubaman
Aspiring developer
Profile
Posts: 636
Reg: Oct 20, 2011
Akron
16,910
like
02/03/14 10:03 PM (10 years ago)
Nice 30 days, hate to see it end.
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
02/04/14 03:59 PM (10 years ago)
Quick tip... for anyone looking to have the newest comments displayed first, instead of the oldest comments first like the default script does, here is the quick and easy mod: ---------------------- Open file "index.php" ---------------------- ---------------------- On line 37, change this: ---------------------- $getnews = mysql_query("SELECT * FROM news") or die(mysql_query()); ---------------------- To this: ---------------------- $getnews = mysql_query("SELECT * FROM news ORDER BY id DESC") or die(mysql_query());
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/04/14 04:00 PM (10 years ago)
Slick Addition, Ninja :) Cheers! -- Smug
 
piggilypoo
Aspiring developer
Profile
Posts: 172
Reg: Jun 28, 2011
San Diego
5,120
like
07/13/14 01:43 PM (9 years ago)
link is broken now :( anyone still have this?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
07/13/14 02:42 PM (9 years ago)
http://www.smugwimp.com/btMods/comments.zip Let me know if there are others missing... Cheers! -- Smug
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.