TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 05:58:38 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 203
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 79
  • Total: 80
  • @rjen

Weird text issue and text color change for dark themes/shout box

Started by darkangel, January 13, 2021, 04:23:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

darkangel

Theme name and version: GamerZ
Browser Name and Version: FireFox 84.0.2
Mods installed: TP 2.0, httpBL 2.5.1, Join Reason 1.5 and Stop Spammer 2.3.9

The shout box is up and ready,  in this dark theme I try to get the actual shout text to be #ccc. I copied the tpshout.css into theme's css folder. Any idea where to change it for dark themes?
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

darkangel

Has this happened to anyone using smf and php7.3:
we are having issues while typing, keys are getting hit right, But either need to enter text in notepad or  get half text written or words stuck together.

I haven't read of anything like this happening with mods or portal so am lost.
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

lurkalot

Quote from: darkangel on January 13, 2021, 04:23:39 AM
Theme name and version: GamerZ
Browser Name and Version: FireFox 84.0.2
Mods installed: TP 2.0, httpBL 2.5.1, Join Reason 1.5 and Stop Spammer 2.3.9

The shout box is up and ready,  in this dark theme I try to get the actual shout text to be #ccc. I copied the tpshout.css into theme's css folder. Any idea where to change it for dark themes?

In TP2.0.0 the shoutbox colours are set in the shoutbox settings.  Leaving them blank should take on the default colours for the theme in use.

Regarding the other text problems, does this do the same on the SMF default theme?

Got a link to that site?

darkangel

Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

tino

Quote from: darkangel on January 13, 2021, 09:03:41 PM
oops I had to remove some text and forgot to plop it back in...Yest it is in any theme.
http://www.thefantasiesattic.net/attic/index.php?action=forum

If it's slow in the shoutbox, that suggests an issue with the server itself and not being able to handle the load, turning off auto refresh will help.

Other than that it's checking the round trip time and ensuring the routing from you to the server is decent. With a low ping and decent upload / download speeds on both ends.

darkangel

ok will test it out soon as I finally go eat sumpin. it says to set it to 0 to disable but when I do it then tells me that to set it to no less than 1
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

tino

Quote from: darkangel on January 13, 2021, 11:24:07 PM
ok will test it out soon as I finally go eat sumpin. it says to set it to 0 to disable but when I do it then tells me that to set it to no less than 1

I thought that bug had been fixed. Obviously not 0 is disabled though.

lurkalot

Quote from: tino on January 13, 2021, 11:54:25 PM
Quote from: darkangel on January 13, 2021, 11:24:07 PM
ok will test it out soon as I finally go eat sumpin. it says to set it to 0 to disable but when I do it then tells me that to set it to no less than 1

I thought that bug had been fixed. Obviously not 0 is disabled though.

Confirmed.  Cannot disable the auto refresh in TP 2.0.0  :'(

darkangel

I can see in the code--I think -- where to set it )maybe 2 places in the text there) to 0 but it did not work for me...I tried...LOL

line 176 and 179
                    <label for="tp_shoutbox_refresh">'.$txt['tp-shout-autorefresh'].'</label>
                        </dt>
                        <dd>
                            <input type="number" name="tp_shoutbox_refresh" id="tp_shoutbox_refresh" value="' ,$context['TPortal']['shoutbox_refresh'], '" size="6" min="0" max="60" step="1" />[br /]
                        </dd>


scroll just before that section also gives the same text if setting to 0 in admin.
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

tino

Quote from: lurkalot on January 13, 2021, 11:59:44 PM
Quote from: tino on January 13, 2021, 11:54:25 PM
Quote from: darkangel on January 13, 2021, 11:24:07 PM
ok will test it out soon as I finally go eat sumpin. it says to set it to 0 to disable but when I do it then tells me that to set it to no less than 1

I thought that bug had been fixed. Obviously not 0 is disabled though.

Confirmed.  Cannot disable the auto refresh in TP 2.0.0  :'(

Reopened the issue on GitHub. It's fixed in 2.1.0 not 2.0.1