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.
- MSAnswered
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 isthemes/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
- IKAnswered
Hello Saleem That worked fine. Thank you very much. Great service. Two more questions.
- How can I change the wording of the share_message?
- 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?
- MSAnswered
Hello,
- In the language file
app/language/english/app_lang.php
- 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
- In the language file
- IKAnswered
Hello Saleem That worked fine also. I would like to change the Register form if that was possible. I would like to:
- Totally remove the DOB field
- Add a field called “Club” Thanks for the help.
- MSAnswered
Hello,
You will need to modify the
register
method of theapp/controllers/Auth.php
and the view file isthemes/default/views/auth/login.php
Thank you
- IKAnswered
Thank you very much. With your answers I have been able to edit the .php and achieve exactly I needed.
- Login to Reply