FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Global settings are ignored - please advice
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Global settings are ignored - please advice [message #17770] Sun, 18 April 2004 05:51 Go to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
Hi!

I got v2.6.2 running this evening and have been playing around with my forum since then.

A strange behaviour is that the settings I've made in global configuration section global settings aren't adhered to. For instance:
  • New Account Moderation = Yes and New Account Notification = Yes but new users can use the forum and no mail is sent to notifying address.
  • COPPA = No but registering users get the question if they're above 13 years.
  • Allow Tree View of Thread Listing = Yes but it's not available.
  • Flood Trigger (seconds) = 30 but when posting two messages wit as little delay as possible I get that I have to wait another 50 seconds so the standard value 60 seems to still be active.
  • Server Time Zone = Sweden but users registering doesn't have this value as their default.
  • Show PDF Generation Link = No and Show Syndication Link = No but they are there anyhow.
  • ... and so on

I've changed the permissions for "Global Anonymous Access" to N N N N N N N N N N N N N N N N N. Despite this anyone, you don't have to be a member, can see the forum.

What did I miss?

Mvh, Lars
Re: Global settings are ignored - please advice [message #17775 is a reply to message #17770] Sun, 18 April 2004 15:45 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The only way this could happen is if the GLOBALS.php inside the admin and the main forum directories are not symlinks to the one inside the include directory.

FUDforum Core Developer
Re: Global settings are ignored - please advice [message #17787 is a reply to message #17775] Sun, 18 April 2004 20:25 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
One of them was a symbolic link, the other a copy.

Can you advice on how to recreate the links? I don't have access to a command shell on the server and the three FTP programs I've tried either
- doesn't cope with links
- copies the linked file, not the link, when making a copy of the link
- moves the link to the new folder when copying it

Regards and respect, Lars
Re: Global settings are ignored - please advice [message #17789 is a reply to message #17787] Sun, 18 April 2004 20:42 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You can use PHP to create symlinks.
<?php
symlink
("/path/to/forum/include/GLOBALS.php", "/path/to/forum/home/GLOBALS.php");
?>


Be sure to remove the copy of the file before making a symlink, since creating a symlink will not overwrite an existing file.
Re: Global settings are ignored - please advice [message #17791 is a reply to message #17789] Mon, 19 April 2004 06:00 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
Many thanks!

Now everything on the global settings part seems to be working - except for "New Account Notification".

Newly created users get a mail sent to them from the notification email address and I successfully replied to it. The possibility that the notification address doesn't work or aren't delivered to me is thus ruled out by test.

What can be causing this problem?

Further...
... neither on my forum nor here I get aany notifications that a post by me has been replied too. Should it work? If so how and how do I make it work?

[Updated on: Mon, 19 April 2004 07:23]

Report message to a moderator

Re: Global settings are ignored - please advice [message #17809 is a reply to message #17791] Mon, 19 April 2004 20:16 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Should be fixed in CVS.
Re: Global settings are ignored - please advice [message #17814 is a reply to message #17809] Mon, 19 April 2004 20:37 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
Sounds great. Is there an easy way for me to pull out just that part of the source and path it into my setup?

I'm still familiarising with the system and haven't got to drilling into the source. My next step will be understanding the templates, which one does what and how to alter them.
Re: Global settings are ignored - please advice [message #17817 is a reply to message #17814] Mon, 19 April 2004 20:47 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=2632
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=2631

Are the patches to fix the problem.
Re: Global settings are ignored - please advice [message #17820 is a reply to message #17817] Mon, 19 April 2004 21:12 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
I manually patched these two files according to the diff from CVS but when testing no mails are sent. I haven't found in the manual (half way through so far) the if, how & when of rebuilding or restarting the forum.

DId I miss something about what to do in order to make FUD take changes into consideration?
Re: Global settings are ignored - please advice [message #17822 is a reply to message #17820] Mon, 19 April 2004 21:25 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
you need to rebuild the theme.
Re: Global settings are ignored - please advice [message #17823 is a reply to message #17822] Mon, 19 April 2004 21:44 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
I got "unterminated tag MAIN_SECTION inside" when rebuilding the theme. Clueless little me! Sad
Citat:

Additional info
The forum seems to be working but what does the error message mean?
Is my forum system now in a limbo?


I only made changes to the files according to the patches http://fudforum.org/forum/index.php?t=tree&th=3689&mid=17817&ri d=1511&SQ=3df826e29d2d60c97b47720501b6bd09&rev=&reveal=
/src/iemail.inc.t
/src/imsg_edt.inc.t

(see attachd zip)

In addition to this I used the file you gave me in the message http://fudforum.org/forum/index.php?t=tree&th=3687&mid=17764&ri d=1511&SQ=5e5f3153a281acde82e07d6fa51a1da1&rev=&reveal= when installing.

Please, please help!
  • Attachment: patched.zip
    (Size: 8.55KB, Downloaded 708 times)

[Updated on: Mon, 19 April 2004 21:48]

Report message to a moderator

Re: Global settings are ignored - please advice [message #17825 is a reply to message #17823] Mon, 19 April 2004 22:14 Go to previous messageGo to next message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
Den mån, 19 april 2004 23:44 skrev lahoo:

I got "unterminated tag MAIN_SECTION inside" when rebuilding the theme. Clueless little me! Sad
Citat:

Additional info
The forum seems to be working but what does the error message mean?
Is my forum system now in a limbo?


I only made changes to the files according to the patches http://fudforum.org/forum/index.php?t=tree&th=3689&mid=17817&ri d=1511&SQ=3df826e29d2d60c97b47720501b6bd09&rev=&reveal=
/src/iemail.inc.t
/src/imsg_edt.inc.t

(see attachd zip)

In addition to this I used the file you gave me in the message http://fudforum.org/forum/index.php?t=tree&th=3687&mid=17764&ri d=1511&SQ=5e5f3153a281acde82e07d6fa51a1da1&rev=&reveal= when installing.

Please, please help!


PS. I greped around for "SECTION_" and got the list of matching lines according to the list bellow:
thm/default/tmpl/admincp.tmpl:{MAIN_SECTION: admin_cp Administrator Control Panel}
thm/default/tmpl/admincp.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/allowed_user_lnk.tmpl:{MAIN_SECTION: err_coppa_title }{MSG: err_coppa_title}
thm/default/tmpl/allowed_user_lnk.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/allowed_user_lnk.tmpl:{MAIN_SECTION: err_blockedaccnt_title}
thm/default/tmpl/allowed_user_lnk.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/announcement.tmpl:{MAIN_SECTION: announcements The Forum Announcement Layout}
thm/default/tmpl/announcement.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/curtime.tmpl:{MAIN_SECTION: curtime Current time indicator}
thm/default/tmpl/curtime.tmpl:{MAIN_SECTION}
thm/default/tmpl/draw_pager.tmpl:{MAIN_SECTION: page_pager The Page Selector (found on thread/msg and other pages)}
thm/default/tmpl/draw_pager.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/draw_pager.tmpl:{MAIN_SECTION: page_pager_js The Page Selector (found on thread/msg and other pages) for javascript pager}
thm/default/tmpl/draw_pager.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/draw_radio_opt.tmpl:{MAIN_SECTION: checkbox_area  standart forum checkbox apperance
thm/default/tmpl/draw_radio_opt.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/draw_select_opt.tmpl:{MAIN_SECTION: option_area Standart forum select options}
thm/default/tmpl/draw_select_opt.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/drawmsg.tmpl:{MAIN_SECTION: message_entry Message Entry (a single message)}
thm/default/tmpl/drawmsg.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/drawpmsg.tmpl:{MAIN_SECTION: private_message_entry draws a single private message}
thm/default/tmpl/drawpmsg.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/footer.tmpl:{MAIN_SECTION: footer forum's footer}
thm/default/tmpl/footer.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/footer.tmpl:{MAIN_SECTION: footer_plain forum's footer for plain pages such as popups}
thm/default/tmpl/footer.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/forumsel.tmpl:{MAIN_SECTION: forum_select a drop down select of all the categories & forums}
thm/default/tmpl/forumsel.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/get_cur_ppage.tmpl:{MAIN_SECTION: cur_ppage private messaging action indicator}
thm/default/tmpl/get_cur_ppage.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/header.tmpl:{MAIN_SECTION: header forum page header}
thm/default/tmpl/header.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/header.tmpl:{MAIN_SECTION: header_plain header for small popup forms}
thm/default/tmpl/header.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/logedin.tmpl:{MAIN_SECTION: loged_in_list loggedin user list}
thm/default/tmpl/logedin.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/minimsg.tmpl:{MAIN_SECTION: minimsg_form list of messages in the thread you're replying to}
thm/default/tmpl/minimsg.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/minimsg.tmpl:{MAIN_SECTION: minimsg_hidden display list of message in the thread you're replying to link}
thm/default/tmpl/minimsg.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/post_common.tmpl:{MAIN_SECTION: post_allowed_extension allowed file extension entry}
thm/default/tmpl/post_common.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/post_opt.tmpl:{MAIN_SECTION: posting_options  what features are enabled/disabled for this post}<font class="SmallText"><b>{TEMPLATE: post_opt}</b><br />
thm/default/tmpl/post_opt.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/postcheck.tmpl:{MAIN_SECTION: post_error_breakback post form error style with break in the back}
thm/default/tmpl/postcheck.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/postcheck.tmpl:{MAIN_SECTION: post_error_breakfront post form error style with break in the front}
thm/default/tmpl/postcheck.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/quicklogin.tmpl:{MAIN_SECTION: quick_login_on}
thm/default/tmpl/quicklogin.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/quicklogin.tmpl:{MAIN_SECTION: quick_login_loged_in}
thm/default/tmpl/quicklogin.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/show.tmpl:{MAIN_SECTION: show_links the links that you see on index/thread/msg page that allow you to access selmsg}
thm/default/tmpl/show.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/stats.tmpl:{MAIN_SECTION: admin_page_stats administrator page stats}
thm/default/tmpl/stats.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/stats.tmpl:{MAIN_SECTION: public_page_stats page stats}
thm/default/tmpl/stats.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/tabs.tmpl:{MAIN_SECTION: tablist tablist used in the profile control panels}
thm/default/tmpl/tabs.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/th.tmpl:{MAIN_SECTION: th_err_invid_title}
thm/default/tmpl/th.tmpl:{MAIN_SECTION: END}
thm/default/tmpl/usercp.tmpl:{MAIN_SECTION: usercp user control panel}
thm/default/tmpl/usercp.tmpl:{MAIN_SECTION: END}
thm/path_info/tmpl/header.tmpl:{MAIN_SECTION: header forum page header}
thm/path_info/tmpl/header.tmpl:{MAIN_SECTION: END}
thm/path_info/tmpl/header.tmpl:{MAIN_SECTION: header_plain header for small popup forms}
thm/path_info/tmpl/header.tmpl:{MAIN_SECTION: END}
  • Attachment: section.txt
    (Size: 4.93KB, Downloaded 746 times)
Re: Global settings are ignored - please advice [message #17826 is a reply to message #17825] Mon, 19 April 2004 22:22 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Your curtime.tmpl seems to be broken.
Re: Global settings are ignored - please advice [message #17828 is a reply to message #17826] Mon, 19 April 2004 22:56 Go to previous message
lahoo is currently offline  lahoo   Sweden
Messages: 62
Registered: April 2004
Karma: 0
Member
Many thanks!

I excuse my miss with that it's past midnight (now) and I'm really tired.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: rdf help
Next Topic: unable to register new users or post topics
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 12 19:57:17 GMT 2024

Total time taken to generate the page: 0.05077 seconds