[HELP] New ItemMall tab invisible text

05/26/2019 01:28 ger580#1
Need the ItemMall a few extra steps? Or where is my fail?

I only added new tabs to the existing group "MALL_AVATAR_GROUP1" & "MALL_AVATAR_DRESS"
So i added these lines in the DB & Media

_RefShopTab & txt
HTML Code:
1	15	280	MALL_AVATAR_DRESS_2	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_2
1	15	283	MALL_AVATAR_DRESS_3	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_3
1	15	285	MALL_AVATAR_DRESS_4	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_4
textuisystem.txt
HTML Code:
1	UIIT_STT_SILKMALL_DRESS_2							Dress [M] 2
1	UIIT_STT_SILKMALL_DRESS_3							Dress [F]
1	UIIT_STT_SILKMALL_DRESS_4							Dress [F] 2
The Tabs are working and i see my added stuff BUT the Tab text (Dress [M] 2) is invisible.
I tested some stuff but i cant get the tab text showing.
05/26/2019 13:16 guckguck#2
Quote:
Originally Posted by guckguck View Post
It might be a problem with end character formatting of your textfiles.
I would recommend you to get notepad++ and display the end characters of your file:
[Only registered and activated users can see links. Click Here To Register...]

Make sure you got a "CRLF" at every line, no ending with "LF" only. If you want to remove every single "LF" entry, simply follow this procedure:
[Only registered and activated users can see links. Click Here To Register...]

- Search for "\r\n"
- Replace with a non used set of chars like "ÜÜÜ"
- Search for "\n" and replace with space char
- Replace back "ÜÜÜ" to "\r\n"

Afterwards you should have every entry in each textfile seperated into a single line only. The old "\n" format chars will be gone in some item description and so on. You do not need them anymore, because text with will be limited automatically.

If it does not display anything please make sure you have lua entries matched to the textfile entries (SN_...).
Please verify that you do not have such a bug in your textfiles.
I had such troubles while adding stuff to questdata files, but it might happen with others too.
05/26/2019 15:16 ger580#3
Nope no "LF" everything has "CRLF"
05/27/2019 06:24 NorseGodTyr#4
Quote:
Originally Posted by ger580 View Post
Need the ItemMall a few extra steps? Or where is my fail?

I only added new tabs to the existing group "MALL_AVATAR_GROUP1" & "MALL_AVATAR_DRESS"
So i added these lines in the DB & Media

_RefShopTab & txt
HTML Code:
1	15	280	MALL_AVATAR_DRESS_2	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_2
1	15	283	MALL_AVATAR_DRESS_3	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_3
1	15	285	MALL_AVATAR_DRESS_4	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_4
textuisystem.txt
HTML Code:
1	UIIT_STT_SILKMALL_DRESS_2							Dress [M] 2
1	UIIT_STT_SILKMALL_DRESS_3							Dress [F]
1	UIIT_STT_SILKMALL_DRESS_4							Dress [F] 2
The Tabs are working and i see my added stuff BUT the Tab text (Dress [M] 2) is invisible.
I tested some stuff but i cant get the tab text showing.
if im not Wrong you using a wrong text file .. try to adding in textdata_object :)
or add one tab key more :)
05/27/2019 19:29 blapanda#5
Quote:
Originally Posted by ger580 View Post
Need the ItemMall a few extra steps? Or where is my fail?

I only added new tabs to the existing group "MALL_AVATAR_GROUP1" & "MALL_AVATAR_DRESS"
So i added these lines in the DB & Media

_RefShopTab & txt
HTML Code:
1	15	280	MALL_AVATAR_DRESS_2	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_2
1	15	283	MALL_AVATAR_DRESS_3	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_3
1	15	285	MALL_AVATAR_DRESS_4	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_4
textuisystem.txt
HTML Code:
1	UIIT_STT_SILKMALL_DRESS_2							Dress [M] 2
1	UIIT_STT_SILKMALL_DRESS_3							Dress [F]
1	UIIT_STT_SILKMALL_DRESS_4							Dress [F] 2
The Tabs are working and i see my added stuff BUT the Tab text (Dress [M] 2) is invisible.
I tested some stuff but i cant get the tab text showing.

Your textuisystem context is lacking a proper tabulator. If you are using the general "no xtrap, multiclient, yadda yadda"-sro_client, assure having 8 tabs between the string and the actual text for your itemmall-tabname!

You have 7.
05/28/2019 02:17 ger580#6
Thank you booth.

Quote:
Originally Posted by NorseGodTyr View Post
if im not Wrong you using a wrong text file .. try to adding in textdata_object :)
or add one tab key more :)
Didn't worked but blapanda was right the tabs was the problem now its working.
Im now using textdata_object anyway for custom edits. thanks :handsdown:

Only problem i have for now is the already in youre pn yesterday mentioned 16 Slots problem, Why the ItemMall tab only lists 16 objects (before i cleaned up there was more than 16) so i look into it maybe i find the error.