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.

topic it

+2
SLGray
poesia-verses
6 posters

Go down

Solved topic it

Post by poesia-verses January 6th 2023, 9:05 pm

How can I replace this picture with my own? my users don't understand it

topic it Clipbo14


Last edited by poesia-verses on February 2nd 2023, 3:42 pm; edited 1 time in total
poesia-verses
poesia-verses
Forumember

Male Posts : 496
Reputation : 19
Language : and small english

https://stihi-podval.forumotion.com/

Back to top Go down

Solved Re: topic it

Post by SLGray January 6th 2023, 9:36 pm

I believe it can not be changed.  You could post a topic about it so your members and guests know what it is.


topic it Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: topic it

Post by SLGray January 6th 2023, 9:41 pm

Also you can turn it off if you want.


topic it Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: topic it

Post by jucarese January 7th 2023, 12:44 pm

If your users did not have an account in topic'it, that button is useless, since that native application of Forumotion for the mobile stopped working, and only those users who had made an account when the application was active, can use that link, to register on your page, or to login.
The button cannot be changed since the image is uploaded to the forumotion DB.:
you can disable it

topic it Topic11


jucarese
jucarese
Hyperactive

Male Posts : 2431
Reputation : 114
Language : spanish
Location : SSF Admin

http://asistencia.foroactivo.com/u23082

SarkZKalie likes this post

Back to top Go down

Solved Re: topic it

Post by Niko January 7th 2023, 1:42 pm

Just a clarification following what @jucarese mentioned, you can still register on Topic'It and then use it to login on new forums. Simply, that button now works only as a Forumotion Single Sign-On and no more as a mobile application.

thumright
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: topic it

Post by jucarese January 7th 2023, 8:19 pm

Niko wrote:Just a clarification following what @jucarese mentioned, you can still register on Topic'It and then use it to login on new forums. Simply, that button now works only as a Forumotion Single Sign-On and no more as a mobile application.

thumright

Of course, that's how it works now as a quick registration, or a quick login, but you can disable the quick start from the topic options.
Mark the second option of the settings in No

topic it Topici10

that way, when registering, they will not do it directly and they will not be able to enter the forum skipping, the permissions that you have from the forum

when you make the connection with topicit to your forum, it is made direct, and does not go through the user registration that you have in your forum. uncheck that option, the topicit registration will be the same as any registered in your forum, and it will have to go through the same security controls that you have on.
jucarese
jucarese
Hyperactive

Male Posts : 2431
Reputation : 114
Language : spanish
Location : SSF Admin

http://asistencia.foroactivo.com/u23082

Niko and TonnyKamper like this post

Back to top Go down

Solved Re: topic it

Post by poesia-verses January 12th 2023, 6:26 pm

i need quick registration
poesia-verses
poesia-verses
Forumember

Male Posts : 496
Reputation : 19
Language : and small english

https://stihi-podval.forumotion.com/

Back to top Go down

Solved Re: topic it

Post by Guest January 12th 2023, 7:13 pm

Tell me your forum version and give me your forum link. Thanks.
@poesia-verses
avatar
Guest
Guest


Back to top Go down

Solved Re: topic it

Post by jucarese January 12th 2023, 8:07 pm

poesia-verses wrote:i need quick registration
https://topicit.net
jucarese
jucarese
Hyperactive

Male Posts : 2431
Reputation : 114
Language : spanish
Location : SSF Admin

http://asistencia.foroactivo.com/u23082

Back to top Go down

Solved Re: topic it

Post by Razor12345 January 28th 2023, 2:10 pm

Good afternoon!

Wherever the topic'it button is located in the forum, it is an iframe element:

topic it Ouo86

If the iframe element and the forum were on the same domain, it would be possible to control the iframe element using JS. But as they are on different domains, the browsers' security policy prevents access to the iframe DOM. You can read more about it here: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP

topic it Ouo122

Unfortunately, we (the forum administrators) do not have direct access to the iframe element code.

Therefore, the button itself cannot be changed. We could try adding text above the button that describes what the button is. Would that be useful?
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1409
Reputation : 258
Language : Ukr, Rus, Eng
Location : Ukraine

Niko, poesia-verses and كونان2000 like this post

Back to top Go down

Solved Re: topic it

Post by poesia-verses January 28th 2023, 3:49 pm

We could try adding text above the button that describes what the button is. Would that be useful?

yes of course
poesia-verses
poesia-verses
Forumember

Male Posts : 496
Reputation : 19
Language : and small english

https://stihi-podval.forumotion.com/

Back to top Go down

Solved Re: topic it

Post by Razor12345 January 28th 2023, 4:26 pm

In pop-up window:

AP - Display - Templates - General - overall_header

Find:

Code:
<!-- BEGIN topicit_quick_connect -->
            <div class="ti-connect"></div>
            <!-- END topicit_quick_connect -->

Replace with:

Code:
<!-- BEGIN topicit_quick_connect -->
                        <div>Some text about Topic'it</div>
            <div class="ti-connect"></div>
            <!-- END topicit_quick_connect -->

Save. Publish.

AP - Display - Colors & CSS - CSS Stylesheet

Add this code:

Code:
.social_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

In widget Login\Profile

AP - Display - Templates - Portal - mod_login

Find:

Code:
<!-- BEGIN switch_social_login -->
        <div class="mt10 center">
            <div class="social_btn">
                <div class="fb_or">{switch_login_small.switch_social_login.L_OR}</div><br />
                <!-- BEGIN fb_connect -->
                <div class="fb-login-button"></div>
                <!-- END fb_connect -->
                <!-- BEGIN topicit_connect -->
                <div class="ti-connect"></div>
                <!-- END topicit_connect -->
            </div>
        </div>
        <!-- END switch_social_login -->

Replace with:

Code:
 <!-- BEGIN switch_social_login -->
        <div class="mt10 center">
            <div class="social_btn">
                <div class="fb_or">{switch_login_small.switch_social_login.L_OR}</div><br />
                <!-- BEGIN fb_connect -->
                <div class="fb-login-button"></div>
                <!-- END fb_connect -->
                <!-- BEGIN topicit_connect -->
              <div>More text about Topic</div>
                <div class="ti-connect"></div>
                <!-- END topicit_connect -->
            </div>
        </div>
        <!-- END switch_social_login -->

Save. Publish

For quick enter

AP - Display - Templates - General - index_body

Find:

Code:
<!-- BEGIN switch_social_login -->
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
                <!-- END switch_social_login -->

Replace with:

Code:
<!-- BEGIN switch_social_login -->
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                  <div>One more text about topic</div>
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
                <!-- END switch_social_login -->

Save. Publish

Result:

topic it Ouo87
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1409
Reputation : 258
Language : Ukr, Rus, Eng
Location : Ukraine

TonnyKamper, poesia-verses and كونان2000 like this post

Back to top Go down

Solved Re: topic it

Post by poesia-verses January 28th 2023, 4:46 pm

sorry. where is topic it in admin panel?
poesia-verses
poesia-verses
Forumember

Male Posts : 496
Reputation : 19
Language : and small english

https://stihi-podval.forumotion.com/

Back to top Go down

Solved Re: topic it

Post by Razor12345 January 28th 2023, 4:50 pm

jucarese wrote:

topic it Topic11

Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1409
Reputation : 258
Language : Ukr, Rus, Eng
Location : Ukraine

Niko and poesia-verses like this post

Back to top Go down

Solved Re: topic it

Post by skouliki February 2nd 2023, 8:56 am

When your request is complete/answered, please mark it as Solved.
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: topic it

Post by skouliki February 2nd 2023, 7:56 pm

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top


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