Jump to content

David McHenry

Members
  • Joined

  • Last visited

  1. Care to share what was causing it incase other people have similar issues?
  2. Adding templates and having them parse was infintely easier than it is in vBulletin 4 sure. Not having to go into debug mode to create options is also easier. Now I just need to find out how to get them all in one .xml file or whatever for download :D
  3. Okay I got how to add the group and tab but how can I attach it to a hook? so users can import it when the import the skin I also figured out how to add it to the templates {$this->settings['twittername']} Now I'm going to have to work on finding the conditon for if a setting = yes to display.
  4. In vBulletin you could put the board into debug mode add a Product then add a Setting Group to vBulletin options and put settings in there. For example I made a plugin for my theme called Social Media, then put options for people to enter their username for popular social media sites. Then I put links to their profiles in the footer using something like $vbulletin->options['bsmediasocial'] or whatever. So how can I do something similar with IPB?
  5. I'm still unsure of the purpose of it?
  6. Seems to be working good now! Perhaps they just had some down time for a few hours yesterday or something.
  7. Thanks Matt, It actually was a problem with the userInfopane template!
  8. Drupal is more of a true CMS than Invision Community Pages is right now. Invision Community Pages is good for building pages manually (last time I used it any way), drupal is probably better if you're going to need a lot of pages created. But again, I haven't used Invision Community Pages in a LONG time and they've made a lot of improvements to it since then.
  9. Got them both there, and the options for the profile field to show. Gonna ask for support from where I bought the skin and see whats up.
  10. Here we go, this is what I used for showing something after the first post to guests only. <if test="showAds:|:$post['post']['post_count'] % $this->settings['display_max_posts'] == 1 && $this->memberData['member_id'] == 0"> <div align="center"><a href="http://apertureforums.com/index.php?app=core&module=global&section=register" title="Register Now For Free" rel="nofollow"><img src="/images/register.png" alt="Please register" /></a></div> </if> I have no clue what the showAds:|: part does, but it wouldn't work without it.
  11. Whenever I click the tab it never pops out and just said "Waiting for tweetboard.com..."
  12. Anyone know the code to add profile fields back to the postbit area? I'm using a custom skin and apparently it's missing from it, and I've tried to find the code from a default template but wasn't successful on it.
  13. Anyone know the template conditional to display something after the first post only? I thought I wrote a list a long time ago before I sold the site but now I can't find it.
  14. I'm sure this maybe a side effect of this above problem but; The attachments that were imported were either given a new ID, causing attachments to display incorrectly in their threads (wrong attachment attached to post). Or are simply messed up another way.
  15. I just ran the converter going from vBulletin to IPB and it all went smoothly except for the attachments. My attachments are stored as files and I can browse to the directories to see they are all there but when I run the conversion it is only picking up 23 out of 91 attachments for some reason. Any idea's or tips?