All my videos, forum signatures, and photos are to the left

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

All my videos, forum signatures, and photos are to the left

dfdsfsdfsdfsdfdfgf
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: All my videos, forum signatures, and photos are to the left

GregChapman
While it may be possible to create  a centred effect with CSS, it would be far more normal to centre these items while posting by selecting the appropriate options on the dialogue.

Your forum currently appears small enough to go through it and add the necessary code manually. For photographs just add the class code within the "nabble_img" tag: class="center" (which is what would have been added had you checked the center box on the dialogue) and for the video it's easy enough to add HTML < center> tags around the embed code.

Your examples show no signature, but again it would normally be done by checking the "Signature is in HTML format" box and adding the appropriate code while editing your signature.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

You Still Did Not Answer My Question

dfdsfsdfsdfsdfdfgf
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: You Still Did Not Answer My Question

GregChapman
I did appreciate your point, but what was implicit in my original response was that, while it may have been a hiccup in the Nabble software that caused the loss of your customisations, the only way to put things right is for you to re-enter them. I assumed that as you would have made the edits to the CSS it was easy for you to re-create them. I guess it was unwise of me to have made those assumptions. I apologise.

My response was more a question about whether they were needed in the first place, as it would be more normal to set alignment as you make the posts. Again, I apologise it that was inappropriate.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: You Still Did Not Answer My Question

Mencey Melgar
In reply to this post by dfdsfsdfsdfsdfdfgf
Hi Alexander,

If do you want to align all the texts to the center, follow this instructions, but remember that all the message will be centered, also texts:

-Go to "see how NAML generates this page"(at bottom-right in your forum)
-Click in the options "wheel"(at top-left)
-"search macros"
-Search "root_post_message"
-Click on "Override this macro(top-left)"
-Now, delete all the text and copy this instead:
<override_macro name="root_post_message">
    <div class="root-text" style="margin:6em 0 2em;clear:both;text-align: center">
        <n.page_node.node_message_as_html/>
    </div>
</override_macro>
-Click on "Save changes"(top-left)

As you can see, we just modified line 2 adding "text-align: center".

Regards
:) Helper
Reply | Threaded
Open this post in threaded view
|

Thank You So Much, But The Text and Signatures Are Still Not Aligned At The Center

dfdsfsdfsdfsdfdfgf
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Thank You So Much, But The Text and Signatures Are Still Not Aligned At The Center

Mencey Melgar
Reply | Threaded
Open this post in threaded view
|

Help.

dfdsfsdfsdfsdfdfgf
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Help.

Mencey Melgar
Hi Alexander,

-Go to "see how NAML...
-Search this macro: message_with_signature
-Change line 5 to:
<div class="signature weak-color" style="text-align: center;">

Now, your posts signatures are in the middle, check any post: http://avrio-animals-forums.1077527.n5.nabble.com/Avrio-Animals-Forums-Rules-td45.html
If do you want to align more things let me know,
:) Helper
Reply | Threaded
Open this post in threaded view
|

Thank You, Louk, Just One Last Thing Please.

dfdsfsdfsdfsdfdfgf
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Thank You, Louk, Just One Last Thing Please.

Mencey Melgar
To align post texts:
 
macro name: message_text
edit line 2: <div id="message[n.id/]" class="message-text" style="text-align: center;">

About ads, I don't know how to align it.
:) Helper