Customizing FUD Forum [message #7061] |
Wed, 06 November 2002 17:07 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
In our application of FUD Forum, there are some links we do not need active for the user such as "Show Polls", "Profile", "Members", "Register", etc. We are actually disabling polls and we register our members for them. I have figured out how to delete the links for "Show Polls" and "Members" but have not yet discovered a good way to hide or delete the profile/register button. We would rather our users not have access to this but the admin still needs to have the option to register people and needs access to this link. How can we disable this link? It does not appear in the code when you try to edit the php file directly.
Lastly, if we would like to customize the FAQ page so that it pertains to specific questions & answers about our forum, how can we edit the contents of that page? Is it possible?
|
|
|
Re: Customizing FUD Forum [message #7063 is a reply to message #7061] |
Wed, 06 November 2002 17:53 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can remove the register/profile link by modifying usercp.inc.t.
The modification of the FAQ can be done by modifying the files inside
i18n/[language]/help/
FUDforum Core Developer
|
|
|
|
Re: Customizing FUD Forum [message #7071 is a reply to message #7063] |
Wed, 06 November 2002 20:20 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
Ok...I have given that a try and it is not updating the FAQ section. Let me make certain I am editing the correct files:
/forum/thm/default/thm/i18n/english/help
Is that correct? I replaced the 'english' files with what I want to use and the old FAQ still appears. Am I missing something?
|
|
|
|
Re: Customizing FUD Forum [message #7077 is a reply to message #7075] |
Wed, 06 November 2002 22:47 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
I have not rebuilt the theme yet. I have done that before and when I do it usually loses all of the modifications to the pages that I have made (t.e. removing links, etc). Is that the only way? Once I rebuild and go through all of the modifications I made, will I then have to rebuild each time I make a change to the FAQ?
|
|
|
Re: Customizing FUD Forum [message #7079 is a reply to message #7077] |
Wed, 06 November 2002 23:34 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you are loosing info on theme rebuilt it means you modified the COMPILED files rather then the actual sources.
FUDforum Core Developer
|
|
|
Re: Customizing FUD Forum [message #7080 is a reply to message #7079] |
Wed, 06 November 2002 23:38 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
I am modifying the files located in the theme/default folder. Are these not the correct ones to modify? I did not realize there were two different files, compiled and source. Where can I then find the source files? Thanks again for the help.
|
|
|
Re: Customizing FUD Forum [message #7081 is a reply to message #7080] |
Wed, 06 November 2002 23:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Nope wrong folder.
You should be modifying the files inside the thm/default/tmpl and src/ directories.
FUDforum Core Developer
|
|
|
Re: Customizing FUD Forum [message #7082 is a reply to message #7081] |
Wed, 06 November 2002 23:44 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
Ahhh, I see. So now when I make changes to the source files rather than the compiled files and do a rebuild, I will not lose my changes, correct? Thanks so much!
|
|
|
Re: Customizing FUD Forum [message #7083 is a reply to message #7082] |
Wed, 06 November 2002 23:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That's correct if you modify the theme's sources, your changes will not be lost when you update the theme.
FUDforum Core Developer
|
|
|
Re: Customizing FUD Forum [message #7084 is a reply to message #7083] |
Wed, 06 November 2002 23:50 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
Wonderful, thanks again.
An unrelated question...have you all developed a PHP portal similar to FUDforum? Any plans to do so in the future? Thanks again for the the script and awesome support!
|
|
|
Re: Customizing FUD Forum [message #7087 is a reply to message #7084] |
Thu, 07 November 2002 00:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I have not developed a portal software based or simular to FUDforum, nor do I plan to do so in the near or far future.
FUDforum Core Developer
|
|
|
Re: Customizing FUD Forum [message #7123 is a reply to message #7081] |
Thu, 07 November 2002 23:53 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
Ok, I now know that I need to edit files in these two locations to remove links, etc. and as I do this and rebuild the theme, my changes will keep.
I've accessed these folders and have glanced at the files there. So far I'm still scratching my head as to what I need to edit and where. In the compiled files, I can open them with my text editor and clearly see where the "show polls" link is to delete it. This is one of the links I need to remove but can't seem to locate it in the source files. Can you help me out?
Also, I think I know the answer to this question but I'll ask anyway. If we have edited any graphics (ie buttons) and do not want them to be replaced during theme rebuild, do they need to go in the thm/default/images folder?
|
|
|
Re: Customizing FUD Forum [message #7124 is a reply to message #7123] |
Fri, 08 November 2002 00:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Use the grep utility to find what you want
It depends on what graphics you are talking about, the buttons with captions (text on them) are inside thm/default/i18n/english/img/. The other graphics, such as background and so on are inside thm/default/images/.
FUDforum Core Developer
|
|
|