Jump to content

Brandon D

Members
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    24

Brandon D last won the day on March 18 2012

Brandon D had the most liked content!

Recent Profile Visitors

78,096 profile views

Brandon D's Achievements

  1. Duplicate content is content that can be accessible by more than one URL - so yeah, I'd say it's duplicate content. I'm not an SEO expert either, though ;) Point is, not only can the files be different, but you can use htaccess, scripting language, apache, etc to display different content based on whether they entered foo.com or foo.com/index.php, so it's no different from any other page Google indexes.
  2. domain.com doesn't have to be domain.com/index.something, so no, it can't just assume they're the same page.
  3. I don't know the specifics of your SVN setup, but I'd think it would be pretty easy to modify the script you guys use to generate file diff reports to simply copy those files from an up-to-date working copy. An upgrade package will automatically be built for you at the same time you generate the file diff reports. I do this at work, but my SVN setup is pretty basic.
  4. Pretty sure that means you're guaranteed a (free) upgrade to a "major version" within 5 days (but it's usually much much faster than 5). Not sure what constitutes a major version though (e.g., x.0.0 or x.x.0), so I'd wait until a staff member confirms :)
  5. I haven't seen abuse of it. The solution is to remove the avatars of those abusing it, not disable the entire feature for everyone.
  6. svn log "$workingDir/mckeelschools/trunk/$schoolToBuild" -vq -r$startingRev:$endingRev | egrep '^ {3}[AMR] ' | cut -c6- | sort | uniq > "$buildDir/$filesName" echo "Copying files over..." for i in $(cat $buildDir$filesName); do if [[ "$i" =~ "mck_kernel" ]] ; then continue fi basePath=${i/mckeelschools/trunk/$schoolToBuild/} dr=`dirname $basePath` echo $basePath if ! [ -d $buildDir$patchDir/$dr ] ; then mkdir -p $buildDir$patchDir/$dr fi cp $workingDir$i $buildDir$patchDir/$basePath done
  7. You could also just use a file diff program. If I remember, I'll post the relevant bits from my script. I use it to build patches that contains changed files between revision x and y. The command to get the changed files is a one liner.
  8. Matt probably wrote a bash script to pull a list of changed files between revisions from SVN. Once you have that it's easy to format it for BBCode.
  9. It's probably Links :x I never went back and profiled it or even take a quick look at the performance I haven't heard of any problems tho, so let's go with the whole out of sight out of mind thing
  10. If a forum is moderated by a specific group/person, the names will be listed at the bottom of the forum index next to the legend under "Forum led by".
  11. Allow admins to create "search templates". Each search template would add a tab to searching and would add defined parameters to the search (in addition to the keywords entered). Admins could then create a search template that searches in x forums, y albums, z download categories, etc. One obvious application is combining all support related resources into one search. If you're feeling adventurous you could even create a "What's new in Customer Resources" search that would add a date restriction to it. [edit] Bonus points if you can allow inserting of search boxes that default to a template into the skin :D
  12. File Name: Links System 3.1.1 File Submitter: Brandon D File Submitted: 10 Jun 2009 File Category: Applications Links System 3.1 is the first version of the popular Links System 3.0 for IP.Board 3.0. In addition to being a compatibility release, Links System 3.1 includes several enhancements and offers a high level of integration with IP.Board 3.0. Submit links to websites along with a title, description, and an image.Comment on and rate submitted linksAbility for users to report potentially offensive content or broken links using the built-in Report CenterSearch integration: search links along with the rest of your board's contentSupports item marking, allowing your users to see what links have been added or commented onIntegrates into "View New Content" and "View Active Content"Drag & drop reordering of categories in the ACPAbility to specify which categories, if any, allow image submissions with it's linksProvide "link back" images and code so other websites can link back to yoursMark links as official affiliates and display them in a different section on the links indexGroup permissions allowing you to specify who can add links, moderate links, add comments, search links, and moreSpecify which BBCodes are allowed in the link descriptions and their comments, and whether emoticons are allowedMulti moderation: Mass move, approve/unapprove, pin/unpin linksSphinx search supportedMuch, much, more... If you used Links System 3.0 on an IPB 2.x install you will find an additional upgrade application that will prepare your old install for Links System 3.1. Within the download you will find a "readme.txt" file. Please open this up for instructions on how to either install a fresh copy of Links System 3.1 or how to upgrade your old 3.0 install to 3.1. Click here to download this file
  13. I like how you're comparing apples to oranges here ;) You're certainly entitled to your opinion, but comparing this tiny (w/ respect to employee size) web services company to large hosting companies and banks isn't helping your cause. Perhaps you're making these analogies to show that IPS should grow with its client base to lessen response times. I'd tend to agree, but being small is one aspect of IPS I like, as a customer.
  14. Someone's a little short tempered. Arguably your post is feedback, but it's obviously a bug in the software and would be more easily addressed in the bug tracker. And yeah, people read it, especially those who matter: people who actually fix the bugs. The very nature of the bug tracker will pretty much guarantee acknowledgement from a staff member. You posted in a public forum: expect public responses.
  15. Cause they don't offer complimentary coffee.
×
×
  • Create New...