Question: Removing Social Media buttons etc

Removing Social Media buttons etc

I am using the forum for an in house purpose and want to remove any linkage with outside social media buttons in the threads. Also want to remove the associated text, with just the text inpu

IK

Ian Kirkpatrick

Asked

I am using the forum for an in house purpose and want to remove any linkage with outside social media buttons in the threads. Also want to remove the associated text, with just the text input box showing below the heading material. How can I do this using Dreamweaver I cannot get access to the HTML files.

  • MS

    Mian Saleem

    Answered

    Hello,

    The share view file is themes/default/views/forums/share.php You can remove the contents as you like.

    The topic listing view file is themes/default/views/forums/index.php while single topic view file is themes/default/views/forums/topic.php

    You will need php knowledge to modify the files.

    Please be informed that we don’t offer support for modifications and modified versions. You are allowed to modify code at your own risk as per license.

    Thank you

  • IK

    Ian Kirkpatrick

    Answered

    Hello Saleem That worked fine. Thank you very much. Great service. Two more questions.

    1. How can I change the wording of the share_message?
    2. Once I have everything set as I want it, and I am very close to achieving that now, how can I reset the Views, Reply’s and Days counters. so that the are meaningful when I send the forum live?
  • MS

    Mian Saleem

    Answered

    Hello,

    1. In the language file app/language/english/app_lang.php
    2. There is no option to reset db. You will need to manually delete the data from database tables or if there is no change in db, you may reinstall and then replace the new files with modified files.

    Thank you

  • IK

    Ian Kirkpatrick

    Answered

    Hello Saleem That worked fine also. I would like to change the Register form if that was possible. I would like to:

    1. Totally remove the DOB field
    2. Add a field called “Club” Thanks for the help.
  • MS

    Mian Saleem

    Answered

    Hello,

    You will need to modify the register method of the app/controllers/Auth.php and the view file is themes/default/views/auth/login.php

    Thank you

  • IK

    Ian Kirkpatrick

    Answered

    Thank you very much. With your answers I have been able to edit the .php and achieve exactly I needed.

  • Login to Reply