Jump to content
DevFuse Forums

BadgeHunter

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by BadgeHunter

  1. Any way you can explain what was done to correct this issue?
  2. Hey Michael, Was hoping you may be able to help me since you know the code pretty well. I have a new section and what I would like to do is when someone comes to the home page where my article section is, I would like to add a image or text that says "- New" So basically when you visit the site for the first time and there was a artcile that was posted since your last visit, I would like to show the "- New" next to the artcile name. Sort of like the forums is set up, when you visit it and any new posts that have been made it shows you what is new. Well I want this same thing to work for my articles/new posts that I make on the front page, not just on the forums section. Can you assist me with this? Thanks, BH
  3. Ok thank, I will have to wait for the guy who purchased it to get back from vacation before I can fix it. I don't have his access here to download the updated files :) Thanks Michael
  4. Michael, does this work on 3.1.1? Reason i ask is on the dev site we are working on, we upgraded to IPB 3.1.1 and when we click the Apps tab and try to click the Donat Tracker tab we get this error now. Fatal error: Method start_table does not exist in adminOutput in /home2/tmawebd1/public_html/Development/admin/sources/classes/output/publicOutput.php on line 304 Any7 idea what went wrong?
  5. OK Michael, thanks for looking into this. I did happen to miss the sale but oh well, life goes on. I would rather pay full price knowing that this issue is resolved when I buy it :) Thanks again, Bh
  6. Michael, I have a friend that let me see his donation tracker on his test site in action, that way I can get a better feel for how it works. All seems really good, but I ran across one problem I'm wanting to know. I've noticed with that being installed on both his live site and his test site, when viewing who's online it always shows people on the donation tracker page even though they are on the Forum index or the portal page. Does the donation tracker actually overwrite that information or is there a way to fix it. It doesn't hinder the program in anyway, but just displays the incorrect information on the Who's Online page. We tested this by disabling the Donation Tracker and then the real information was displayed correctly on the Who's Online page again. So its definately something with the Donation Tracker. Please get back to me as soon as you can, because after seeing this in action I would like to buy it, but want to know if I can correct that information before making the purchase. Thanks, BH
  7. Hey everyone, This isn't really a support issue as nothing is broken, but more so a question. I'm looking for the code that the ACP uses when managing the order of the Hooks and Aps. You know how you can drag and drop the Hook to put them in order, I need this code for my site so I can do this with a table I have. I have a page that shows game character that people create. I want to place a image to the far left column with a up and down arrow where they can grab this and drag it to place their game characters in the order that they wish. This of course will save to the DB so it can save the ordering. Here is an example of what Im talking about, I just need the code for it If anyone can help me it would be appreciated. Thanks, Rob
  8. Thats exactly what I had to begin with, but I ketp getting errors, I removed the tagbles and went with a div, they worked fine. Thanks for trying though!
  9. Hey guys, sorry if this is a noob question, but I'm not much of a php person. I'm trying to place the results of a query into a table so I can place it on my side block on my portal page. Below is the query ... <?php include("sqlauth.inc"); $select = mysql_query("select COUNT(`badge_id`) AS 'villian' from badges where badge_avail='V' and badge_type!=8 and badge_group is null"); $row = mysql_fetch_array($select); $villian = $row['villian']; $select = mysql_query("select COUNT(`badge_id`) AS 'hero' from badges where badge_avail='H' and badge_type!=8 and badge_group is null "); $row = mysql_fetch_array($select); $hero = $row['hero']; $select = mysql_query("select COUNT(`badge_id`) AS 'both' from badges where badge_avail='B' and badge_type!=8 and badge_group is null "); $row = mysql_fetch_array($select); $both = $row['both']; $hero_total = $hero + $both; $villian_total = $villian+$both+1; $hero_only = $hero; $villian_only = $villian+1; echo "Hero Badge Total: $hero_total<br>"; echo "Hero Only Badges: $hero_only<br>"; echo "Villian Badge Total: $villian_total<br>"; echo "Villian Only Badges: $villian_only<br>"; echo "Shared Badges: $both<br>"; ?> I basically want a table with no borders, and 2 columns spanning 200 width. But I can not for the life of me figure it out. If anyone could assit me it would be greatly appreciated.
  10. Hey guys, I'm wanting to place a xml feed on my site, either on the portal page and or the sidebar of the forums. The problem is, I'm a complete newb when it comes to the feeds. I don't know how to call them in to be displayed on my site. The URL of the feed is here... http://www.cityofheroes.com/servers/server_stat.xml Can anyone assist me and show me how to display this on my site. Thanks in advanced, Rob
  11. Well its your application, if you say there is a settign to alloow you not to be promoted, I believe you. As for the skinning situation, that I didn't know. Oh well, at least I know that now. Thanks
  12. Here is something I found on other forums, so I figured I would ask if it were true. People were mentioning to be careful with the auto promotion. A member said he was a Admin and sent in a donation to the site and it promoted him to a Donator/Supporter of the site and removed his admin rights. Is this true? If so, you may want to make sure the application checks to make sure it doesn't demote people if they donate to the site. I would hate to lose my admin rights. But then again, I haven't bought this app yet. Just something I want to check on before I commit to it.
  13. Well I tried adding some other hooks to the sidebvar people had made, but I'm no skinner or major coder, so I had to remove them because they were calling for a different images other than what my current blocks do now. For example: My current block use the background image rowbg.png (Background Gradient) Some of the sidebar hook apps, I've tested uses the gradient_bg.png image, and the headers look different. When I simply tried to change the image name to make them match, it whacked the entire hook/block up, so that was the extent of me trying to mess with code....lol But I'm sure you're more knowledgable than I am :D
  14. Well I don't think its a poorly mad skin, I'm currently using the Viper 3.x.x skin from Skinground. All I care about it that it will line up vertically along with the other hooks int eh sidebar and not be any different in size such as width, the height doesn't matter. You can view my site by the url under my avatar. That will give you a idea on what I talking about :)
  15. Ok great, glad you install it as I'm not sure I can deal with that right now ..lol As for the Sidebar, no real customization, just want to make sure it is the same width, header size, font size, etc...etc. as my current hooks on the sidebar and looks uniformed. The reason I say this is I was playing with someone elses app that allowed a hook on the sidebar and it was way our of whack and didn't look like nothing on my site. So I removed it as I'm not a customization guru and didn't want to deal with the headaches.
  16. Hello everyone, first time poster and possible customer :) I'm wanting to purchase the Donation Tracker v2.0.4 but I have a few questions before I do. Do you offer the service of installing the aplication and getting it set up? If so... Do you cusomize the hooks to match our already installed hooks? And last, do you charge any extra to install and set the application up?
×
×
  • Create New...