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.

Put Sroll Announcement and Guest Message on HTML Page

2 posters

Go down

In progress Put Sroll Announcement and Guest Message on HTML Page

Post by kumotta June 12th 2014, 6:05 pm

Hello,
i want to put scroll announcement and guest message on new HTML page.
but that code which has {} or <!--> not work, can you help me?
thanks anyway~
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by Guest June 12th 2014, 7:45 pm

One can create a "block" just for scrolling text or even images within your forums.. Setting the block up as if it's a category then create an blank area within the text field to create the scrolling text or images..

Using the "scroll" code as posted below:


Code:
[scroll]Your text here[/scroll]

Your text here

Or Images

Put Sroll Announcement and Guest Message on HTML Page PWOFygf

Or even animated gifs but this I'll force it updown

Put Sroll Announcement and Guest Message on HTML Page Uk_us 

 :wouhou:

To locate this option.. Click the "more" button within your tool tray at the top of this text area.
avatar
Guest
Guest


Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by Jophy June 13th 2014, 9:50 am

Hello,

You can use marquee for HTML for scrolling messages:

Code:
<marquee behavior="scroll" direction="right">TEXT HERE</marquee>
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by kumotta June 13th 2014, 10:42 am

and how to add guest/member message on HTML page?
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by Jophy June 13th 2014, 10:50 am

What do you mean message for guests/members? You can add messages on your HTML pages.

Please explain in detail what you want. Thanks.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by kumotta June 13th 2014, 10:58 am

i create new HTML page for my homepage, and i put this code;

Code:

<div class="pun-crumbs">
  <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
<!-- BEGIN switch_ticker_new -->
               <div id="fa_ticker_block">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" >
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker_new -->

               <!-- BEGIN switch_ticker -->
               <div id="fa_ticker_block">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <div id="fa_ticker_container" style="height:{switch_ticker.HEIGHT}px;">
                           <div id="fa_ticker">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker -->



</div>

<!-- BEGIN switch_user_logged_out -->
<div class="guestMessage"><strong>Welcome!</strong><br>blablabla<br><br><a href="/register" class="ipsButton_secondary" style="color:#b85f1d!important">Register</a> <a href="/login" class="ipsButton_secondary" style="color:#b85f1d!important">Login</a> <a href="/profile?mode=sendpassword" class="ipsButton_secondary" style="color:#b85f1d!important">Forgot my password</a></div>
<!-- END switch_user_logged_out -->

<!-- BEGIN switch_user_logged_in -->
  <div class="guestMessage"><strong>Welcome!</strong><br>blablabla<br><br><a href="#" class="ipsButton_secondary" style="color:#b85f1d!important">General Rules</a> <a href="#" class="ipsButton_secondary" style="color:#b85f1d!important">Important Point</a> <a href="#" class="ipsButton_secondary" style="color:#b85f1d!important">Member Introductions</a></div>
<!-- END switch_user_logged_in -->

when i go to homepage that's code not work, but in my index_box that's code it's work..
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by kumotta June 14th 2014, 1:11 pm

bump!
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

In progress Re: Put Sroll Announcement and Guest Message on HTML Page

Post by Jophy June 15th 2014, 9:24 am

To create an HTML page, you must create it here:

AP > Modules > HTML pages management:
Create in a mode you are preferred to  Add 
Use this as a homepage : Set it yes
> Save

Also, it must be a plain HTML codes, if you wish to add javascript, it must be enclosed in script tags:

Code:
<script> Javascript codes here </script>

For CSS:

Code:
<style> CSS codes here </style>
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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