• Page 1 of 2
  • 1
  • 2
  • »
uCoz Community » uCoz Modules » Social Media Publisher » Blog related (Add "You may also like to see" at the end of a blog)
Blog related
yaamaan
Posts: 84
Reputation: 0

Message # 1 | 8:23 PM
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.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 2 | 9:35 PM
yaamaan, just simply put the informer's code to the Entry full page with its comments template wink
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
Posts: 84
Reputation: 0

Message # 3 | 7:53 PM
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)
---------------------------------------------
Another problem:

My left container of the website is displaced. It has gone at the bottom left abd below the body of the main page.
I am using design no. 1084.
site: www.shankys.ucoz.com

Please check and help . cry cry

joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 4 | 8:08 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?>.

Quote yaamaan ()
My left container of the website is displaced.

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
Posts: 84
Reputation: 0

Message # 5 | 9:59 PM
Quote
There is a sense-less closing tag (e.g: </div>).


I could not get the 2nd point
can u please describe more so that i could make necessary changes?
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 6 | 1:56 PM
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
Posts: 84
Reputation: 0

Message # 7 | 3:58 AM
thanks for the help..

Code
Description: (No description found)
  Page has no description. This is bad.


How to add description to the page!?!

I got this error message from seo tool.
Please help.
Thanks
Xayaan
Posts: 558
Reputation: 13

Message # 8 | 7:56 AM
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
Posts: 84
Reputation: 0

Message # 9 | 9:06 AM
I got that..
another problem sad sad :

I want to add alt tag to images on my website. But the image is added using $IMAGE1$ code.
How do i add alt tag to such images??
Xayaan
Posts: 558
Reputation: 13

Message # 10 | 10:23 AM
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
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 11 | 12:25 PM
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
yaamaan
Posts: 84
Reputation: 0

Message # 12 | 12:28 PM
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
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 13 | 10:02 PM
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
yaamaan
Posts: 84
Reputation: 0

Message # 14 | 6:12 AM
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
kankukong
Posts: 95
Reputation: 0

Message # 15 | 6:34 AM
maybe you lack the code or conflict <script> Jquery.js
Post edited by kankukong - Tuesday, 2014-11-18, 6:36 AM
uCoz Community » uCoz Modules » Social Media Publisher » Blog related (Add "You may also like to see" at the end of a blog)
  • Page 1 of 2
  • 1
  • 2
  • »
Search: