The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

is this possible?

4 posters

Go down

In progress is this possible?

Post by boswell3782 February 21st 2012, 1:08 pm

Hi, I have added additional rules to my forum but I don't know how to add

By clicking on " I agree to these terms " below:
- You acknowledge to have fully read these current rules;
- You commit yourself to respect unreservedly these current rules;
- You grant the moderators of this forum the right to delete, move or edit any discussion subject at any moment.

to the bottom below the additional rules to make it look a bit more tidier ect.

my forum is phpbb2 thanks Smile
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: is this possible?

Post by boswell3782 February 22nd 2012, 9:50 am

Rideem3 wrote:Yes, you can add them by going here:
Admin Panel -> General -> Rules & FAQ -> Additional Rules

I know how to do that I was wondering how to move the red text originaly on the terms of use to the bottom..
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: is this possible?

Post by BryanR February 22nd 2012, 3:27 pm

I don't think the red text can be removed, the reason, well Forumotion put it there so that new users can read it, I doubt however some even listen or read that text, especially spammers. :/
avatar
BryanR
Forumember

Male Posts : 185
Reputation : 10
Language : English | Spanish | Spanglish | HTML | Graphics
Location : Support Forum@Forumotion.com

Back to top Go down

In progress Re: is this possible?

Post by boswell3782 February 22nd 2012, 9:11 pm

BryanR wrote:I don't think the red text can be removed, the reason, well Forumotion put it there so that new users can read it, I doubt however some even listen or read that text, especially spammers. :/

Not remove, move..
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: is this possible?

Post by Suarez February 22nd 2012, 9:17 pm

You cannot remove these messages ( - You acknowledge to have fully read these current rules;
- You commit yourself to respect unreservedly these current rules;
- You grant the moderators of this forum the right to delete, move or edit any discussion subject at any moment. )

But if you want, You must remove all is write when you click on the Register button. If you want to write your own rules, leave a reply and I will show you how.
Suarez
Suarez
Forumember

Male Posts : 149
Reputation : 9
Language : Romanian | English | German | HTML | CSS | jQuery
Location : Las Vegas, Nevada

http://http:/frog-design.net

Back to top Go down

In progress Re: is this possible?

Post by boswell3782 February 22nd 2012, 11:12 pm

Sorry but for the 3rd time I do not want to remove the message I just want to move it to the bottom below the additional rules
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: is this possible?

Post by aRt)Y February 22nd 2012, 11:27 pm

I am pretty sure it's in the [general -> tamplates -> agreement (first one)]
Code:

                  <div class="genmed align_gauche">
                     <br />{AGREEMENT}<br />{MY_RULES}
                     <br />
                     <br />
                     <div align="center">
                        <a class="genmed" href="{U_AGREE_OVER13}">{AGREE_OVER_13}</a><br />
                        <br />
                        <a class="genmed" href="{U_INDEX}">{DO_NOT_AGREE}</a>
                     </div>
It's the
Code:
{AGREEMENT}
(NOTE: IF YOU use <center> TO CENTER THE RED MARKED PART THEN YOU CENTER THE WHOLE FORUMOTION RULES. No clue how to split these since they're one variable.)
to:
Code:

                  <div class="genmed align_gauche">
                     <br /><center>{AGREEMENT}</Center><br />{MY_RULES}
                     <br />
                     <br />
                     <div align="center">
                        <a class="genmed" href="{U_AGREE_OVER13}">{AGREE_OVER_13}</a><br />
                        <br />
                        <a class="genmed" href="{U_INDEX}">{DO_NOT_AGREE}</a>
                     </div>
I believe that's what you are looking for. ( only changed
Code:
{agreement} to <center>{agreement}</center>
aRt)Y
aRt)Y
Forumember

Male Posts : 97
Reputation : 7
Language : German
Location : Germany

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum