IPS Remove Create New button

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

Hi,

I have downloaded a .xml script to remove the "start new topic" button.

This one :
new topic 1.jpg


But, it also removes this one on top :

new topic 2.jpg


+Create

Is there a way to only remove the first one, and keep the +Create at your profile?

Hope someone can help.

Regards
 

skinzinho

New member
Registered
Joined
Feb 6, 2022
Messages
1
Points
1

Reputation:

Remove the button you want from layout configurator (Admin Panel > Theme > Edit) instead using your plugin.
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

you can jus remove one thing from there you would have to remove all of it
 

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

Ok, thank you
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

Sirius05

New member
Registered
Joined
Mar 29, 2022
Messages
3
Points
3

Reputation:

Hi,

I have downloaded a .xml script to remove the "start new topic" button.

This one : View attachment 28491

But, it also removes this one on top :

View attachment 28492

+Create

Is there a way to only remove the first one, and keep the +Create at your profile?

Hope someone can help.

Regards
adamaЧто бы удалить надпись "форумы" с индексной страницы , добавляем следующий код в custom.css

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; }
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

Что бы удалить надпись "форумы" с индексной страницы , добавляем следующий код в custom.css
Sirius05thats not what he is asking never mind i did not see the top of the image

To remove the inscription "forums" from the index page, add the following code to

yes you have the right codes
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

I thought this is what he needs
Sirius05yea that was my bad and for him to remove just one thing from create button he would have to remove it all witch it would have to be done like this
Type in the "Search Template..." -> "elCreateNew"

Code:
<a href='#elCreateNew_menu' id='elCreateNew' data-ipsTooltip data-ipsMenu title='{lang="create_menu_title"}'>
                    <strong><i class='fa fa-plus'></i> &nbsp;{lang="create_menu"}</strong> <i class='fa fa-caret-down'></i>
                </a>

t7TjsdT.png
 

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

It worked beautifull!!!

Thank you all!!
 
Top