url and text manipulation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qmaan
    New Member
    • Jan 2017
    • 7
    • 5.2.x

    url and text manipulation

    Hi gurus,

    Its my first experience with VB. Here are some of requirement that i want to achieve but yet not successful.

    1. removing word 'forum' from url, And not find to create any channel directly at Home. e.g http://www.suggestedcoupons.com/forum/products-services/tickets is it possible to make this as http://www.suggestedcoupons.com/prod...rvices/tickets

    2. When i try access my website without www in start. It is accessible. I want that if some one open my website without www. e.g suggestedcoupons.com it should be redirected to www.suggestedcoupons.com

    3. I want to edit this text http://prntscr.com/dvwsdw still not found any way.

    4. I have a CSV list of users with email and password. Can i import this to VB 5 as registered users

    Regards


    Last edited by qmaan; Sun 15 Jan '17, 6:49am.
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4011
    • 5.7.X

    #2
    1. You cannot remove /forum in the URL. vB5 is not just a forum site. It also has /blogs, /articles and /social-groups.

    2. You need to add a redirect rule in htaccess. Google it and you'll find lots of examples.

    3. Those text must be in the Phrase Manager in AdminCP.

    4. Yes using custom coding but you also need usernames.

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • qmaan
      New Member
      • Jan 2017
      • 7
      • 5.2.x

      #3
      Thanks for quick response.

      1. Right

      2. I will do redirection in htaccess file.

      3. Yes i found text in Phrase Manager and bit changed that too

      4. Regarding CSV user import, i have username too. Can you please bit guide me for custom coding, In which file i have to make changes.

      Comment

      Related Topics

      Collapse

      Working...