uCoz Community » uCoz Modules » Site News & Blogs » [ Add news entry ] link (how to delete, add) |
[ Add news entry ] link |
Right now its working Fine.Ill inform if it happens again.
Added (2013-04-27, 2:30 AM) |
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.
|
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 |
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 |
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 |
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
|
Code <?if($MODULE_ID$="blog")?><style>#tagsTd1 {display:none !important;} #tagsTd2 {display:none !important;}</style><?endif?> ![]() Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 12 years and counting. |
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)
|
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.
|
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
|
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.
|
| |||