• Page 9 of 9
  • «
  • 1
  • 2
  • 7
  • 8
  • 9
uCoz Community » uCoz Modules » Site News & Blogs » [ Add news entry ] link (how to delete, add)
[ Add news entry ] link
carloscompu
Posts: 246
Reputation: 1

Message # 121 | 8:30 AM
Right now its working Fine.Ill inform if it happens again.

Added (2013-04-27, 2:30 AM)
---------------------------------------------
When a user add an entry and submit it an ajax window apears How do I change the message of the ajax and delete the words 'Go to entry' or instead redirect the user without the ajax window apearing after submitting

Also

I would like to take out the tag entry form from the add entry page.How can I do that?

Sunny
Posts: 9296
Reputation: 456

Message # 122 | 1:22 PM
Quote (carloscompu)
How do I change the message of the ajax and delete the words 'Go to entry' or instead redirect the user without the ajax window apearing after submitting


It seems to me you asked the same question here and I gave you the script.

Quote (carloscompu)
I would like to take out the tag entry form from the add entry page.How can I do that?


Via CSS:

Code
#tagsTd2 {display:none !important;}

I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 123 | 4:50 PM
I only want to take it out from one module not the whole page

I want to take this tag out from blog not the other modules
Xayaan
Posts: 558
Reputation: 13

Message # 124 | 5:11 PM
If you want to delete the tags from "Blog" module.Delete the following code in Customize design (Template) -> Blog-> Page with full entry text and associated comments.

Code
<?if($TAGS$)?> | <!--<s5308>-->Tags<!--</s>-->: $TAGS$<?endif?>

My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
carloscompu
Posts: 246
Reputation: 1

Message # 125 | 8:06 PM
not the tag I know that What I mean is the add tag form from the add entry body

If I do it through css It will delete the tag for from all the modules in the page
Sunny
Posts: 9296
Reputation: 456

Message # 126 | 10:19 AM
carloscompu, add the following to any global block:

Code
<?if($MODULE_ID$="blog")?><style>#tagsTd2 {display:none !important;}</style><?endif?>

I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 127 | 1:35 AM
Thanks sunny you Saved me again.
But I dont have no global block in add entry page of blog cause it opens in a fancybox.
I will try to add it directly to the template

It works but only the text form left ,You can still see the words
Quote
Tags (separated by comma):


How can I disapear this?
Post edited by carloscompu - Wednesday, 2013-05-01, 1:41 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 128 | 2:36 AM
Code
<?if($MODULE_ID$="blog")?><style>#tagsTd1 {display:none !important;} #tagsTd2 {display:none !important;}</style><?endif?>


smile

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
pvill
Posts: 1
Reputation: 0

Message # 129 | 12:51 PM
I have the same problem with add new entry in the home page
there is a link but it is not active
my site is sal84.ucoz.org
and this is my script
Attachments: 1975410.png (63.2 Kb)
Sunny
Posts: 9296
Reputation: 456

Message # 130 | 4:11 PM
pvill, replace it with the following code:

Code
<?if($ADD_ENTRY_LINK$)?><div style="text-align:right;padding-bottom:3px;">[ <a href="$ADD_ENTRY_LINK$">Add news entry</a> ]</div><?endif?>$LAST_NEWS$

I'm not active on the forum anymore. Please contact other forum staff.
proudtobgeeks
Posts: 1
Reputation: 0

Message # 131 | 11:09 PM
Hello please i need a help i add an entry in my site at the "file catalog" of my page but it did show at home page as new you know how i can do that to show up???
Post edited by proudtobgeeks - Wednesday, 2015-06-24, 11:09 PM
Sunny
Posts: 9296
Reputation: 456

Message # 132 | 7:59 AM
proudtobgeeks, if you want latest File Catalog entries to be displayed on the website's home page, use Informers. Please see the guide at http://forum.ucoz.com/forum/37-457-1
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » Site News & Blogs » [ Add news entry ] link (how to delete, add)
  • Page 9 of 9
  • «
  • 1
  • 2
  • 7
  • 8
  • 9
Search: