Jump to content

Welcome Panel 4.3.6

$16.99 $12.99
   (74 reviews)
Message added by David,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

15 Screenshots

  • 478.4k
  • 12.1k
  • 42.87 kB

Recommended Comments



8 hours ago, Deadpool said:

how to make it display 8 tabs? can't set up

Not every template has 10 visible buttons. Basically on template you using, last three buttons are scaled to 0. If you want to re-enable them, you have go to oxide/data/welcomepanel/cuiData.json, you will find options for each button. All you need to is adjust anchors. If you don't know how anchor points work you can always look on already visible buttons for reference or you can use this tool https://rust-cui.surge.sh/#!/editor

Link to comment
Share on other sites
16 minutes ago, UrbanSky said:

Do you have plans on adding a calendar as a tab?

Probably not. I don't feel like calendar is necessary, especially when servers wipes usually at same time every week.

Link to comment
Share on other sites
10 minutes ago, David said:

Probably not. I don't feel like calendar is necessary, especially when servers wipes usually at same time every week.

it would be useful to allow players to see both wipes and also dates of special events that a server may be running. Its only an idea though

 

Link to comment
Share on other sites
5 minutes ago, UrbanSky said:

dates of special events that a server may be running

well it would be handy for special events I agree but realistically I won't be able find free time to do that anytime soon.

Link to comment
Share on other sites

This may be a dumb question but can anyone tell me if there is a formatting syntax for columns? I want to make 3 column tabs but I am struggling on doing it, text columns.

Edited by Synster
Link to comment
Share on other sites
5 minutes ago, Synster said:

This may be a dumb question but can anyone tell me if there is a formatting syntax for columns? I want to make 3 column tabs but I am struggling on doing it, text columns.

There is not, best what you can do is set text align to left side and start playing with spacebar.

found this, but it does not work for some reason
image.png.22977e8825e994f0430be607010c3afc.png

Edited by David
  • Like 1
Link to comment
Share on other sites
2 minutes ago, David said:

There is not, best what you can do is set text align to left side and start playing with spacebar.

found this, but it does not work for some reason
image.png.22977e8825e994f0430be607010c3afc.png

Thanks, once I figured it out I am loving this mod

  • Like 1
Link to comment
Share on other sites

One last question, in the following example I want to use page 10 for unrelated text,

On tab1 in Welcomepanel.json I want a direct link to page10 for tab1 so...

tab1 button "known server issues" please check before opening a ticket ==> Tab1 Page10

Begin Code=======================================
    "<color=#4A95CC>➡</color> BONUS NOT A RULE: If you run out of items or was raided. There is a /kit to help you get on your feet again."
    ],
    "page5": [],
    "page6": [],
    "page7": [],
    "page8": [],
    "page9": [],
    "page10": [

      "stuff I want to direct link to here but not be in the left/right next page arrows",

      "Here I am listing known server issues",

     "issue 1",

     etc.

  ]

End code================================================

So in case I am not making sense, I want a unrelated page for a player to be able to view but I am out of space on the main tabs. So in tab1 I put a button in with a link to tab1,page10 to serve that information to my user

Is this possible? I hope I made sense. I know the left/right next page switches to the next page under that tab, this would be like a right button but instead of going to page5 above it direct links to page10?

Thank you, this should be my last question for now

EDIT: Unrelated, left a 5 star review not showing yet, I LOVE this mod

Like a way I can trigger...

int indexNext = pageNumber + 1;

except int indexNext = pageNumber 10;

 

Edited by Synster
Link to comment
Share on other sites
10 hours ago, David said:

There is not, best what you can do is set text align to left side and start playing with spacebar.

found this, but it does not work for some reason
image.png.22977e8825e994f0430be607010c3afc.png

I cant get this to do anything does not matter if I use spaces underscores or periods. Both images 1 and 2 result in exactly the same layout spacing A, it does not change even if I add more spaces, any ideas on how I can do this?

lined2.PNG

lined1.PNG

lineda.png

Link to comment
Share on other sites
6 minutes ago, Synster said:

 

Add me on discord !David#1337 and I will assist you tomorrow, I just have plenty of work for tonight which is reason why responses coming off late.

Link to comment
Share on other sites

If there is a language system here, more people will purchase it.

I mean language system is global in English.Language = "en" and German is de.
It would be really useful to be able to configure for each language.

Edited by Kawaii Cat
Link to comment
Share on other sites
6 minutes ago, Kawaii Cat said:

If there is a language system here, more people will purchase it.

I mean language system is global in English.Language = "en" and German is de.
It would be really useful to be able to configure for each language.

Oxide lang files are not viable for this use case.

Link to comment
Share on other sites

hey david i'm doing section for commands for in game but they cut off how do i make them show on the next page when you click the -->

Link to comment
Share on other sites
51 minutes ago, Kawaii Cat said:

As in this case, you can implement it in config.

It would require rewrite of config file and that's not something I want to do, everyone would have redo their configs. Last time I did it people were complaining. 

 

12 minutes ago, Father said:

hey david i'm doing section for commands for in game but they cut off how do i make them show on the next page when you click the -->

It's explained in plugin description.

Edited by David
Link to comment
Share on other sites

How do I add the GUI interface of any plugin to your menu? By the type of Welcome UI Addons ?
For example, to add a hit marker setting or chat settings

Edited by volkvladka.24
Link to comment
Share on other sites
7 hours ago, volkvladka.24 said:

How do I add the GUI interface of any plugin to your menu? By the type of Welcome UI Addons ?
For example, to add a hit marker setting or chat settings

Hey, only plugins supported by WelcomePanel can be added.

Link to comment
Share on other sites

Absolutely love the plugin btw. One question is how do i remove or edit this modded max 5 3x loot weekly i dont see it in the config

help me.PNG

Link to comment
Share on other sites

Can someone tell me how I make the background of a text box opaque so it blurs the image behind it, making the text easier to read.

Link to comment
Share on other sites
1 hour ago, OldRusty said:

Can someone tell me how I make the background of a text box opaque so it blurs the image behind it, making the text easier to read.

data/welcomepanel/cuiData.json

try this 

"contentPanel": {
    "anchorMin": "0.25 0.045",
    "anchorMax": "0.94 0.82",
    "color": "0 0 0 0.30",
    "material": "assets/content/ui/uibackgroundblur.mat",
    "image": "",
    "fade": 0.5
},

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 27
  • Sad 3
  • Love 20

David's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

97.4k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.