An IPB URL issue solved

Discussion in 'IP.Board Discussions' started by Mike, Jan 5, 2010.

  1. Mike

    Mike Adept

    Joined:
    May 23, 2009
    Messages:
    137
    Likes Received:
    88
    Location:
    Lafayette, IN, USA
    First Name:
    Mike
    I've been trying to get around a multiple URL issue within IPB and Matt Mecham has helped me solve the problem.

    Since we're not using IPB here, I will copy some URLs from the IPB company forums.

    If you visit the Pre-Sales Questions forum, you see this URL - Invision Power Services -> Pre-Sales Questions

    I selected a thread to view, at this URL -http://community.invisionpower.com/topic/301666-renewal-question/

    After reading the thread, I click Go on the Forum Jump menu to go back to the Pre-Sales Questions forum. Remember that URL from above? But if I use the Forum Jump menu, I end up back on the Pre-Sales Question forum, but it now has this URL - Invision Power Services

    What happened to the keyword-rich FURL we had before?!?

    I've been chatting with Matt on Twitter about IPB and SEO, so I pointed this issue out to him. And he immediately handed me a fix.

    It takes all of about 5 seconds to apply the fix too, which is the best part of all.

    Admin CP > Look & Feel > Select Style to Edit > Global Templates > forum_jump

    Look the first line -

    Code:
    <form id='forum_jump' action='{parse url="" base="public"}' method='post'>
    Change it to read -

    Code:
    <form id='forum_jump' action='{parse url="" base="public"}' method='get'>
    You're finished. Thanks go to Matt Mecham for this one.

    DISCLAIMER - Yes, I have admitted to using Twitter in this post, which has, in the past, demonstrated the ability to cause at least one individual to share his intense dislike of Twitter with us. I choose to use Twitter and also support everyone's right to make their own choices concerning Twitter, so public scorn, derison and/or disparaging observation is neither sought or desired in this thread. Additionally, no Twitter birds, ones or zeroes were harmed in the publication of this thread.
     
    4 people like this.
  2. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,707
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    Thx for the tips Mike :)
     
  3. ArnyVee

    ArnyVee Regular Member

    Joined:
    May 25, 2009
    Messages:
    1,264
    Likes Received:
    39
    So, from "post" to "get". :)

    Nice and quick fix. Thanks Mike!
     
  4. Mike

    Mike Adept

    Joined:
    May 23, 2009
    Messages:
    137
    Likes Received:
    88
    Location:
    Lafayette, IN, USA
    First Name:
    Mike
    Yes sir, it's just that simple.

    And be sure to thank Matt, he came up with the fix. All I did was gripe about it. ;)
     
  5. John

    John Regular Member

    Joined:
    May 23, 2009
    Messages:
    757
    Likes Received:
    87
    Location:
    Tennessee
    Excellent tip, thanks for passing it along Mike!
     

Share This Page