uCoz Community uCoz Modules Social Media Publisher Blog related (Add "You may also like to see" at the end of a blog) |
Blog related |
Hi
I want to add a "You may also like to see" or "See also" at the end of each blogs at my website. I can use informer for entries and categories but do i need to put the code at every blog? or is there a way to add this in all the blogs in one attempt. |
That is a good idea but there are different categories of blogs. I want to put informer for catergory1 below the blogs of category1 and category2 informer below the blogs of category2.
If I simply put the informer code it will show all blogs irrespective of category. How can i do that?? Thanks Added (2014-10-05, 1:53 PM) |
yaamaan, you can create an informer for every category at Advanced settings of the informer's settings.
You can find the category IDs at Categories management page of the module. You have to use this code: Code <?if($CID$='x')?>$MYINF_X$<?else?> <?if($CID$='x2')?>$MYINF_X2$ <?endif?><?endif?> So, if category ID is x, then the system shows up the $MYINF_X$ informer, else if the category ID is x2, the system shows up the $MYINF_X2$ informer. You have to continue with <?else?> tags, and to write an <?endif?> for each <?if?>. There is a sense-less closing tag (e.g: </div>). hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
yaamaan, go to Control Panel >> Design customization >> Site pages, find this code:
Code <aside class="b-sidebar b-white clearfix"> $GLOBAL_CLEFTER$ </aside> Cut it and paste it after: Code <div class="b-maincontent b-white" role="main"> $GLOBAL_PROMO$ <div class="content-padding"> <!-- <body> --> SOME CODES ARE HERE... <!-- </body> --> </div> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
yaamaan, The SEO tool looks for the description in the META tag of your website. Learn more about META tags and how to update the descriptions here.
Best regards. My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio |
yaamaan, You can manually add the pictures to the file manager and add the link of the image in between the "img src" as shown below.
Code <img src="http://yourwebsite.com/picture.jpg" alt="This is random picture"> My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio |
yaamaan, it's possible with custom scripting, but it's very hard, because the image has not any ID or class, and it's not in a specific DIV with a specific ID or class. The script should have this structure: get all images (elements with img tag --> if image alt = "" set "$OTHER1$" as image alt, where $OTHER1$ is a custom field, where the alt text should be inserted.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
okk
in my blogs, i want to add codes, for that how can i use the code font and format like below: Code shankysportal:/home/shanky/test:> getfacl newfile # file: newfile # owner: qxf7107 # group: idmuxspa user::rw- user:qxj4055:r-- group::rw- mask::rw- other::r-- Please help |
yaamaan, for first, insert the code, select it, and choose "Formatted" option at the Format list:
You can attribute additional styles to pre tag (personalize it) in Control Panel » Design customization » Style sheet (CSS): Code pre { font-family: monospace; font-size: 11pt; font-style:italic; font-weight:bold; padding:10px 15px; /* --- AND SO ON --- */ } hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Hello Dear Ucoz Team
I have got some of the malfunctioning in my website, i dont know if its a browser problem or other 1. When I try to edit an existing blog, it is not being saved, I click on save, it gets disabled, and nothing happens(tried in all browsers) 2. Many of the links not working : "Quick Login Form" in Forum 3. Sometimes the Login link at the top right not working 4. For the site pages, the left container is missing from left and going at the bottom. Although, i have checked the code for extra </div> Code <div class="b-maincontent b-white" role="main"> $GLOBAL_PROMO$ <div class="content-padding"> <!-- <body> --> $CONTENT$ <!-- </body> --> </div> <aside class="b-sidebar b-white clearfix"> $GLOBAL_CLEFTER$ </aside> <div class="sidebar-clear clearleft"></div> <!-- </middle> --> </div> $GLOBAL_BFOOTER$ </body> Se above, this is how it is. Please check the site: www.shankysportal.com Thanks in advance |
| |||