This is a Hitskin.com skin preview
Install the skin • Return to the skin page
3 posters
Cannot change forum title
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°1
Cannot change forum title
I believe this one is clear. When I edit field with old name, and press Send, it says changes have been made, however I still see the old name.
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°2
Re: Cannot change forum title
Try changing it in "General => Search Engines"
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°3
Re: Cannot change forum title
It WORKED! However, I have another problem. Somehow, I've changed the line when registering to say: "I agree with this conditions and am older than or exactly 13" instead of just "I agree with this conditions".
Any idea how to fix it?
Any idea how to fix it?
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°4
Re: Cannot change forum title
If this is in the rules you agree to at the start, you may have added an additional rule.
Go to "General => Additional Rules" and you will hopefully be able to edit in there.
Go to "General => Additional Rules" and you will hopefully be able to edit in there.
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°5
Re: Cannot change forum title
I indeed have additional rules that define how forums work, however, I fail to find place for defining that 13 age limit.
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°6
Re: Cannot change forum title
Is the statement on the button itself?
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°7
Re: Cannot change forum title
Actually, it's a link. Here, let me show you.
The link underlined red says
"I agree with these conditions and I'm older than or exacty 13."
The link underlined green says
"I disagree with these conditions."
The link underlined red says
"I agree with these conditions and I'm older than or exacty 13."
The link underlined green says
"I disagree with these conditions."
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°8
Re: Cannot change forum title
I wonder if that's been changed with a script hmmm.
If it's been changed with a script you will find it either in: "Modules => javascript codes management"
Or it's possibly in your homepage message "Display => Generalities"
The element is a.button1, but you probably just want to edit the text rather than remove the whole script.
If it's been changed with a script you will find it either in: "Modules => javascript codes management"
Or it's possibly in your homepage message "Display => Generalities"
The element is a.button1, but you probably just want to edit the text rather than remove the whole script.
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°9
Re: Cannot change forum title
True, just the text. I don't think it's been changed with script however, because I've been running this forum in 2007, and it had this text. I will try what you said.
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°10
Re: Cannot change forum title
Okay, I can confirm it's forumotion's code:
so... just to leave AGREE?
<a class="genmed" href="{U_AGREE_OVER13}">{AGREE_OVER_13}</a><br />
<br />
<a class="genmed" href="{U_INDEX}">{DO_NOT_AGREE}</a>
so... just to leave AGREE?
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°11
Re: Cannot change forum title
If it's forumotion's code that will make it a little harder to change it, since we don't have access to the HTML. What forum version are you using?
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°12
Re: Cannot change forum title
phpbb2, and I would like it to stay that way.
If you have forum can you check what your HTML says?
If you have forum can you check what your HTML says?
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°13
Re: Cannot change forum title
I have a phpbb3 forum and it just says agree
We could possibly be able to change it with a script, or possibly even a theme update. As I don't use phpbb3 I'm not entirely sure if that text is standard? If you give me your forum address I will have a look and see if I can do anything.
To view the html, you can right-click and select view source, or press ctrl+u
We could possibly be able to change it with a script, or possibly even a theme update. As I don't use phpbb3 I'm not entirely sure if that text is standard? If you give me your forum address I will have a look and see if I can do anything.
To view the html, you can right-click and select view source, or press ctrl+u
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°14
Re: Cannot change forum title
I know, I meant that template that says {AGREE}
i will remove over 13 thingy and see if it works.
i will remove over 13 thingy and see if it works.
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°15
Re: Cannot change forum title
didn't work, it deleted complete link
hogwarts.8forum.biz is the forum
hogwarts.8forum.biz is the forum
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°16
Re: Cannot change forum title
Ahhh I follow now. OK, phpbb2 is a new one for me.
You could try <a class="genmed" href="/register?agreed=true&step=2">I agree</a><br />
You could try <a class="genmed" href="/register?agreed=true&step=2">I agree</a><br />
marc.zenny- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°17
Re: Cannot change forum title
I changed I agree to the wanted text and it worked. Thanks so much.
coco moco- Forumember
- Posts : 118
Reputation : 50
Language : English
- Post n°18
Re: Cannot change forum title
That's great
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
- Post n°19
Re: Cannot change forum title
Solved => Locked