| [ Add news entry ] link |
| SluDm | Date: Sunday, 2009-04-05, 3:56 Pm | Message # 1 |
Newbie
Group: Users
Messages: 3
Awards: 0
Reputation: 0
Status: Offline
| How to remove [ Add news entry ] link at the top of the news?
|
|
| |
|
| jackass | Date: Sunday, 2009-04-05, 4:19 Pm | Message # 2 |
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
| Main » Customize design » Editing templates Edit main page
Support forum
|
|
| |
|
| tcb4ep | Date: Wednesday, 2009-04-22, 4:27 Pm | Message # 3 |
|
Newbie
Group: Users
Messages: 4
Awards: 1
Reputation: 1
Status: Offline
| i dont see where to delete it in the site page code??
|
|
| |
|
| Sunny | Date: Thursday, 2009-04-23, 2:42 Am | Message # 4 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| tcb4ep, what's your site url?
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| tcb4ep | Date: Thursday, 2009-04-23, 2:30 Pm | Message # 5 |
|
Newbie
Group: Users
Messages: 4
Awards: 1
Reputation: 1
Status: Offline
| hey i found it,, i had been looking at the main page file and not in the customise page in the control panel,
|
|
| |
|
| Rezwan73 | Date: Monday, 2009-05-18, 12:57 Pm | Message # 6 |
Regular
Group: Checked
Messages: 73
Awards: 1
Reputation: -1
Status: Offline
| When i go to main page of my blog there is a [Add new entry] link. But in the category of blog there is no such link. How to add this. and we can't customize our category design of blog from "design customization". And there is no section as well. Why there are less function in blog?
My suggestions: Include all module in "Rank" by point system Easy transfer system between Categories
|
|
| |
|
| jackass | Date: Tuesday, 2009-05-19, 1:22 Am | Message # 7 |
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
| Rezwan73, all other pages with categories is here page of the entries archive And use this code: Code <?if($ADD_ENTRY_LINK$)?>[ <a href="$ADD_ENTRY_LINK$">Add new entry</a> ]<?endif?> Where you want it to appear
Support forum
|
|
| |
|
| warezparadise | Date: Tuesday, 2009-05-26, 0:47 Am | Message # 8 |
|
Regular
Group: Users
Messages: 66
Awards: 0
Reputation: 0
Status: Offline
| How can I change the name of "Add News Entry" present on the main page of website to "SUBMIT ARTICLE".
|
|
| |
|
| barc00de | Date: Tuesday, 2009-05-26, 1:22 Am | Message # 9 |
Curious
Group: Checked
Messages: 38
Awards: 0
Reputation: -4
Status: Offline
| CP-Main » Page Editor » Entries management-- main page find Add News
www.qMpGrup.com
|
|
| |
|
| DJYoshi | Date: Friday, 2009-06-05, 10:54 Pm | Message # 10 |
|
Newbie
Group: Checked
Messages: 8
Awards: 2
Reputation: -3
Status: Offline
| i accidently deleted my "add news entry" button on my main page. i did a search to find a solution but found nothing on this exact topic. any help would be greatly appreciated. Thanks in advance
|
|
| |
|
| cyrano | Date: Saturday, 2009-06-06, 1:45 Am | Message # 11 |
Newbie
Group: Checked
Messages: 7
Awards: 0
Reputation: -2
Status: Offline
| Quote (DJYoshi) i accidently deleted my "add news entry" button on my main page. i did a search to find a solution but found nothing on this exact topic. any help would be greatly appreciated. Thanks in advance smile add this Quote <?if($ADD_ENTRY_LINK$)?><div align="right" style="padding-bottom:3px;">[ <a href="$ADD_ENTRY_LINK$">Add entry</a> ]</div><?endif?>$LAST_NEWS$
someday ....
|
|
| |
|
| DJYoshi | Date: Saturday, 2009-06-06, 1:13 Pm | Message # 12 |
|
Newbie
Group: Checked
Messages: 8
Awards: 2
Reputation: -3
Status: Offline
| Thank you so much cyrano! I played around with the code you gave me, incase anyone else is retarded like me and has this issue...it seem all that is needed from the code is this line.... <div align="center" style="padding-bottom:3px;"> <a href="$ADD_ENTRY_LINK$">Add entry</a>
|
|
| |
|
| Sunny | Date: Monday, 2009-06-08, 2:36 Am | Message # 13 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| DJYoshi, if you delete the conditional operators (<?if($ADD_ENTRY_LINK$)?>...<?endif?>) then the link for adding new entries will be displayed for all user groups, even those who don't have permissions to add entries. Of course it won't work but still it's better to use the whole code.
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| Bozkurt | Date: Monday, 2009-06-22, 11:12 Pm | Message # 14 |
|
Newbie
Group: Users
Messages: 6
Awards: 0
Reputation: 0
Status: Offline
| i went Page Editor>Pages Managment>Add new page. and here i have a new page it shows up on the webiste BUT i want to have this Add News Entry link in that page so i tryed to copy and paste the code for it. The Add news entry link appears on the page But whenever i try to add something it shows up on the Main page Why?? It wont show up on the new page!!
|
|
| |
|
| Sunny | Date: Tuesday, 2009-06-23, 3:44 Am | Message # 15 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| Bozkurt, have you deleted $LAST_NEWS$ from the main page and have you added this code to the new page?
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |