Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Ask in support, this thread is for people showing their code snippets.
  2. same thing
  3. Put this in your skins css .pagination ul{ display: inline; } .pagination ul li{ margin-left: 0; padding: 3px 5px; color: #2b6b97; list-style: none; display: inline; font-size: 1.2em; font-weight: bold; }
  4. That error usual has to do something with a javascript conflict.
  5. from activity_list.tpl
  6. I tried that, it screws up my site. How do I exactly replace the code on line 3? foreach($allactivities as $activity) {
  7. Thank you for the fix, works perfect!
  8. I have a fictional, and I have never made mine public. Don't see any reason too.
  9. I got the PIREPS tp post to Twitter, can not get the recent activity to post on my page, I get an error. Warning: Invalid argument supplied for foreach() in /home/flyakaco/public_html/lib/skins/flyalaska_1.0/activity_list.tpl on line 3 Line 3 is foreach($allactivities as $activity) {
  10. Same here!
  11. Jeff made a nice one. I use it for my PIREPS - http://www.flyaka.com/index.php/AllPIREPS You can get it from FSProducts - http://fs-products.net/index.php/downloads/viewdownload/6-phpvms-modules/23-pagination-example
  12. foreach($allactivities as $activity) {
  13. <thead></thead> and the body part in <tbody></tbody>. was eventually the issue. Took crack at it the next day and that fixed it.
  14. I get an error when i try to connect.
  15. Whats the pros and cons of removing inactive pilots? Does it hurt your VACentral Ranking? What does everyone else do to pilots who never fly or don't fly anymore?
  16. I have updated since. Forgot to back up. Forgot exactly where in the Registration.php do I put the code.
  17. Every single table that is paginated was messed up. Thank you for the heads up. Looks like I fixed it now.
  18. The only browser that I didn't test it in. I never had an issue with Firefox in the past.
  19. What browser do you use?
  20. Got it! I hate roster squatters. would imagine that if he is on several VA's and not flying. He is probably there to steal info.
  21. Did I miss something?
  22. If you go that way, I have a rss generator that I use. I will get you the link. You can see how I have it, under latest news. http://www.flyaka.com/index.php On our hub pages - http://www.flyaka.com/index.php/Anchorage on the side bar under news.
  23. There are 359 different images for the icon. Too much work to do it manually. I would google search 360 image generator.
  24. If you are talking about the title in custom pages, go to /core/templates/pages_content/tpl and remove <h1><?php echo $pagename;?></h1>
  25. I know this is an old post. I am trying to get the twitter activity feed to work. I gar this error Warning: Invalid argument supplied for foreach() in/home/flyakaco/public_html/lib/skins/flyalaska_1.0/activity_list.tpl on line 3 I have added the the twirrer settings to my config.
×
×
  • Create New...