VB Question

Discussion in 'Web Development and Programming' started by Juster, Oct 9, 2010.

  1. Juster

    Juster Regular Member

    Joined:
    Feb 16, 2010
    Messages:
    91
    Likes Received:
    1
    Location:
    Hollandland
    Since I do not get any answer on the boards which are specialy for VB, I'll try it here...

    I know it is possible to make a forum set as url, that when a person clicks on it, the wil be redirected. Now I would like to have it for topics. I make a topic and when the click on it, they will be redirected.

    Is there a way to do it?
     
  2. Cerberus

    Cerberus Admin Talk Staff

    Joined:
    May 3, 2009
    Messages:
    1,031
    Likes Received:
    500
    Yeah I am sure that is doable in the same fashion as a forum. But, I dont recall any specific mod.. Where exactly do you want topics redirected to? You could manage these quite easy if you want them to all go the same place...Though I dont understand why you would wanna do this?
     
  3. Juster

    Juster Regular Member

    Joined:
    Feb 16, 2010
    Messages:
    91
    Likes Received:
    1
    Location:
    Hollandland
    First a big thanks for anwering. Unbeleivable that on the vb-boards nobody answers anymore...

    But to go to your question.
    I have a board which is pretty serious and there is no place for fun. I do have a sub-forum for less serious stuff, but I keep it low. I also have a couple threadgames, but since I do not want many of them, I do want to provide the service. Now I have an offtopic-board and there are loads of threadgames and other funtopics.
    I want to keep 2 real topic alive on the serious board and like 3 'fake' topics which redirects to live topics on the other board. (Still get it?)

    The big reason is that my serious board is about health and members are active for a short time to talk about what is going on with them and ask questions, seeking people who have the same experiences etc. It is not a board for a long stay and do not want that they feel too much at home because I do not want other people get the feeling that they are interupting in an old group of members. So I do not want topics that makes people to come back for.
     
  4. Cerberus

    Cerberus Admin Talk Staff

    Joined:
    May 3, 2009
    Messages:
    1,031
    Likes Received:
    500
    Well, if its only a couple I guess the easiest dirty way would be to use htaccess and just 301 redirect the posting url to wherever you want it to go...Plus that would be better for you SEOwise ...Plus its easy to do LOL
     
  5. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    Maybe we could make a "forum support/question" section since we have so many forum addicts here. :)

    To answer the question, I don't really understand what you want? :-/

    Are you wanting to setup URL mapping for another URL, not your forum.com?
     
  6. Cerberus

    Cerberus Admin Talk Staff

    Joined:
    May 3, 2009
    Messages:
    1,031
    Likes Received:
    500
    He has a couple posts on his forum he wants to send to another forum when they are clicked. I think 301 is easiest and best way. Just make a wildcard so it redirects for everything in the post :)
     
  7. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    Ah okay, are these threads made by one person?
    If so, allow that user to post HTML via groups, then a 301 in the post.

    Or just do it via .htaccess or have someone make a mod for it.
     
  8. Cerberus

    Cerberus Admin Talk Staff

    Joined:
    May 3, 2009
    Messages:
    1,031
    Likes Received:
    500
    I dont know how you would make a mod for that? Maybe use a php redirect?


    Also this is good for those wanting to learn to make a mod.. It has basics :)

    http://www.megavideo.com/?d=7EQO9BSP
     
  9. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    What I was thinking is a mod that you would have a field in the newthread template that a user could add a URL to point the thread too.
    This would have to be based on usergroup for security reasons.
     
  10. Cerberus

    Cerberus Admin Talk Staff

    Joined:
    May 3, 2009
    Messages:
    1,031
    Likes Received:
    500
    That sounds like a good idea. Though I dont really know why you would use that, but good idea :)
     
  11. Juster

    Juster Regular Member

    Joined:
    Feb 16, 2010
    Messages:
    91
    Likes Received:
    1
    Location:
    Hollandland
    Wow, I get that old vb-feeling again, good!!!

    In your admin you can setup a new forum, we all know that. One of the settings of that is that you can make it to be an url (forums&moderators>Add new forum> third line which states:
    )
    That is in fact what I would like to have for a topic, ofcourse only admin permissions.
     
Similar Threads
Loading...

Share This Page