Sub Menu
Links Menu
Online Users

In total there are 304 users online :: 4 registered, 0 hidden and 300 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot] based on users active over the past 60 minutes

Signature settings in ACP are not applied

Support for IntegraMOD 140

Moderator: Integra Moderator

Signature settings in ACP are not applied

PostAuthor: Angelus » Sat May 06, 2006 2:04 pm

Hi.
I have a problem setting up the rules for signatures in ACP.

For example one can set allow [URL] or [IMG] to YES and than send these changes. But after I return to the config page the setting is NO again. Also changes in the number of allowed images (field is empty) doesn't take any effect even if I reset the signatures and than change the settings. They seem not to be stored in DB. This does not work with integra 1.4.0 in combination with phpBB 2.0.17 and 2.0.19. I thought the settings made in the fields (eg. max number of allowed images in signature) should be displayed but as I said the fields are empty.

Has anyone any ideas about that?

Greetings
Thorsten
Last edited by Angelus on Wed May 24, 2006 2:27 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Threat009 » Sat May 06, 2006 3:57 pm

Did you confirm the changes? Maybe a dumb question, but I think there's a confirm, or commit something or other at the bottom of the page you have to hit after you make your changes.
Last edited by Threat009 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://i63.photobucket.com/albums/h129/Threat009/donate.gif[/img][/url]
User avatar
Threat009
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 11:48 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Sat May 06, 2006 4:01 pm

Yes I did this and clicked after this at the link to return to the config page. Other settings for example avatar settings work without problems.
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Thu May 11, 2006 1:48 am

Problem still not solved.

It is possible that this problem has something to wo with the update from my previous phpBB 2.0.17. I have a fresh install of 1.4.0 and in that the problem does not occur.
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

PostAuthor: kyber » Thu May 18, 2006 9:55 pm

I have just upgraded from 132 to 140 and have this problem as well. I am just starting the patch upgrade process to bring everything as up-to-date as possible and am hoping this will resolve the problem although given the above posts this now seems unlikely.

Stuart
Last edited by kyber on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

kyber
Newbie
Newbie
 
Posts: 6
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 27, 2006 1:57 am
Cash on hand: 0.00

PostAuthor: kyber » Thu May 18, 2006 11:16 pm

Looking at the 140 installation code, I find this:
Code: Select all
INSERT INTO `phpbb_config` VALUES ('sig_max_lines', '5');INSERT INTO `phpbb_config` VALUES ('sig_wordwrap', '100');INSERT INTO `phpbb_config` VALUES ('sig_allow_font_sizes', '1');INSERT INTO `phpbb_config` VALUES ('sig_min_font_size', '7');INSERT INTO `phpbb_config` VALUES ('sig_max_font_size', '12');INSERT INTO `phpbb_config` VALUES ('sig_allow_bold', '1');INSERT INTO `phpbb_config` VALUES ('sig_allow_italic', '1');INSERT INTO `phpbb_config` VALUES ('sig_allow_underline', '1');INSERT INTO `phpbb_config` VALUES ('sig_allow_colors', '1');INSERT INTO `phpbb_config` VALUES ('sig_allow_quote', '0');INSERT INTO `phpbb_config` VALUES ('sig_allow_code', '0');INSERT INTO `phpbb_config` VALUES ('sig_allow_list', '0');INSERT INTO `phpbb_config` VALUES ('sig_allow_url', '1');INSERT INTO `phpbb_config` VALUES ('sig_allow_images', '1');INSERT INTO `phpbb_config` VALUES ('sig_max_images', '0');INSERT INTO `phpbb_config` VALUES ('sig_max_img_height', '75');INSERT INTO `phpbb_config` VALUES ('sig_max_img_width', '500');INSERT INTO `phpbb_config` VALUES ('sig_allow_on_max_img_size_fail', '0');INSERT INTO `phpbb_config` VALUES ('sig_max_img_files_size', '10');INSERT INTO `phpbb_config` VALUES ('sig_max_img_av_files_size', '0');INSERT INTO `phpbb_config` VALUES ('sig_exotic_bbcodes_disallowed', '');INSERT INTO `phpbb_config` VALUES ('sig_allow_smilies', '1');


and I do not find any of those items in my current "upgraded" database.

Looking back through the various update scripts, I can not see anything that should have added those files.

Not sure if I am supposed to have run 140 install code as well as installing advised files over the top of my 132 files and running just the three db update files.

Note sure if there are other entries missing from the table. Was just looking at the signatures for now.

Perhaps I need to do a clean install somewhere and then compare the datastructures.

I am surprised though that the code did not complain about missing fields.

Stuart
Last edited by kyber on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

kyber
Newbie
Newbie
 
Posts: 6
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 27, 2006 1:57 am
Cash on hand: 0.00

PostAuthor: kyber » Thu May 18, 2006 11:49 pm

I have run the update code for just the signature entries using phpmyadmin and all seems well.

Obviously I have missed an instruction somewhere or these lines are missing from the upgrade update db files.

Stuart
Last edited by kyber on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

kyber
Newbie
Newbie
 
Posts: 6
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 27, 2006 1:57 am
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Fri May 19, 2006 8:01 am

Yes that solved the problem.Now the fields are filled with values that are obviously stored when changed.

Thanks!!!
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Wed May 24, 2006 2:43 pm

I have to reopen this topic. The values are now applied in the ACP. But after resetting the signatures the signatures are still not affectd by the settings.

So if I allow only 1image and reset all signatures a user can still use as much pictures as he wants to.
Also other settings like file size or general verbose of using url does not have any affect.

The only thing that takes effect is the limit of 255 letters in the signature. The limit of yy lines has also no effect.
Someone any idea how to correct that?

Greetings
Thorsten
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Sun May 28, 2006 12:04 pm

Hi I still have the problem that the ACP changes have no effect. I also now switched the Signatue Settings to "Contolled" but this has also no effect.

EDIT: I have looked to a integra 1.4.0 standard installation. The ACP settings for signatures do not work either.

Please help!!
Greetings
Thorsten
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Mon Jun 05, 2006 1:23 am

Sorry for posting again but the problem is still not solved. Settings still have no effect after applying.

Greetings
Thorsten
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: Signature settings in ACP are not applied

PostAuthor: Master Dwarf » Tue Jun 06, 2006 6:57 am

I have to give this a bump.

I am disallowing images for sigs but the setting is not being applied, and they are showing up in my forums. Some (images) are getting big and starting to mess up the formatting of the forums.

Do you have to apply the changes and then do a 'Reset'? This says:
Erase the signature in the profile of all the members! This is to oblige them to set it again, and then passed the signature control


Will this fix things? I'd just hate to delete sigs only to continue for the change to not go into effect.

update: I reset (erased) all sigs using 'Reset'. It deleted all sigs. I logged in using a nonadmin account and I could still use images. So the resetting does not work.
Last edited by Master Dwarf on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Sean Kelley
http://www.GrumblingDwarf.com
Wisconsin Region Game Site
User avatar
Master Dwarf
Integra Supporter
Integra Supporter
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 8:26 am
Cash on hand: 0.00
Location: Madison, WI

Re: Signature settings in ACP are not applied

PostAuthor: Teelk » Tue Jun 06, 2006 3:02 pm

This is a known bug and is currently being looked into.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: Master Dwarf » Wed Jun 07, 2006 4:16 am

Good to know. Thanks Teelk!
Last edited by Master Dwarf on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Sean Kelley
http://www.GrumblingDwarf.com
Wisconsin Region Game Site
User avatar
Master Dwarf
Integra Supporter
Integra Supporter
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 8:26 am
Cash on hand: 0.00
Location: Madison, WI

Re: Signature settings in ACP are not applied

PostAuthor: Angelus » Wed Jun 07, 2006 6:12 am

Will this be fixed in 1.40 or only in 1.41?

Greetings
Thorsten
Last edited by Angelus on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Next

Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot]