The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Profile and message details

5 posters

Page 1 of 2 1, 2  Next

Go down

In progress Profile and message details

Post by TheCrow November 26th 2013, 8:27 pm

How can i take the name to the center in message profile and make the number of the message a link?

Profile and message details NuytCh3
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur November 26th 2013, 10:05 pm

Hello Marios94,

To center your name you first need to remove position:absolute off of this in your CSS:
Code:
.pun .user-ident .username {
color: rgb(2, 28, 112);
display: block;
font-size: 1.2em;
font-weight: 700;
position: absolute;
text-decoration: none;
top: 0px;
}
For turning the post number into a link I believe would require template editing. Most likely, the viewtopic_body. There was something similar on the French support for phpbb2.

PunBB should already have a title wrapped with something similar to this:
Code:
<a href="#{postrow.displayed.U_POST_ID}">{postrow.displayed.POST_SUBJECT}</a>
All you need to do is find it, and then wrap the post number with that for it to become a link.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow November 28th 2013, 9:04 pm

Τhe link you say i cannot find it..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 3rd 2013, 2:24 pm

up
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 5th 2013, 7:56 pm

Hello,
Can you post your viewtopic_body ? Thanks!
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 6th 2013, 12:10 am

Now the only thing i want is to make the number, a link.. just that?! but unfortunately its not a link as it is...
This is fixed! I manage to fix it, but it appears to have a problem!
I dont know if i made the code with something wrong, look what i did:
i found this {postrow.displayed.COUNT_POSTS}
and i replaced it with this: <a href="{postrow.displayed.POST_URL}">{postrow.displayed.COUNT_POSTS}</a>

but know, it doesnt show me the link to the post, but it just takes me to the post.. The link, it appears on the top but not on the screen where users can see it...

Note that this code: <a href="{postrow.displayed.POST_URL}">, i wrote it and it might be wrong.. I am not taking risks in the forum again! I want if possible when you click on the number to show you the link..

Can it happen?

Reminding that forum version: punbb
forum address: http://informationforum.forumgreek.com
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 7th 2013, 4:36 am

up
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 7th 2013, 12:21 pm

{postrow.displayed.POST_URL} is already a link. You can't make a sub-link, or something like that. Can you explain again what are you trying to do ?
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 9th 2013, 3:15 am

what i want is this: if someone clicks the link of the post, somehow to appear the link in a box or something so they can copy it..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Guest December 9th 2013, 8:31 am

Marios94 wrote:what i want is this: if someone clicks the link of the post, somehow to appear the link in a box or something so they can copy it..
If i'm right that's the private code developed by JScript (João Carlos) for link pop-up box.
avatar
Guest
Guest


Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 9th 2013, 2:38 pm

Can you post your viewtopic_body ? I'll try to make this for you. Smile
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 9th 2013, 3:07 pm

View topic body:
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 9th 2013, 4:30 pm

Replace it with:
Code:

<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
        addthis_close();
      }
  });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
        {
            if( $(this).is(":visible") )
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
        });
        }
    }
    catch(e) { }
   
  return false;
};

//]]>
</script>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
      <p class="left"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></p>
          <!-- BEGIN watchtopic -->
          <p class="right">{S_WATCH_TOPIC}</p> 
          <!-- END watchtopic --></div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="pun-crumbs noprint">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      <!-- BEGIN switch_twitter_btn -->
      <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
      </span>
      <!-- END switch_twitter_btn -->
      <!-- BEGIN switch_fb_likebtn -->
      <span id="fb_likebtn" style="margin-left: 6px; ">
        <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
      </span>
      <!-- END switch_fb_likebtn -->
  </p>
</div>

<div class="main paged">
  <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="left">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
                    <p class="right"><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a></p>
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>
  {POLL_DISPLAY}
  <div class="main-head clearfix">
      <p class="h2">
        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> 
        {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
  </div>

  <div class="main-content topic">
      <!-- BEGIN postrow -->
        <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
        <!-- END hidden -->
       
        <!-- BEGIN displayed -->
        <!-- BEGIN first_post_br -->
      </div>
      <hr id="first-post-br" />
      <div class="main-content topic">
        <!-- END first_post_br -->
        <div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -20px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a>
            <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
              <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
                  <h2>
                                                 
                    <center>{postrow.displayed.ICON} <div class="clickThis"><a href="{postrow.displayed.POST_URL}"><b>{postrow.displayed.POST_SUBJECT}</b></a></div>
                                                    <br />{postrow.displayed.POST_DATE_NEW}</center> <strong><div class="arithmisiminimaton"><a href="{postrow.displayed.POST_URL}" title="To link για την απάντηση αυτή, εμφανίζεται στον ιστότοπο πάνω"> {postrow.displayed.COUNT_POSTS}</a></div></strong>

                                        </h2>
              </div><div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
             
<div class="ipbShow">
  <div class="box" style="display: none; position: fixed; z-index: 10001; top: 50%; left: 50%; position: fixed; padding: 10px; background: black;box-shadow: 0 0 10px; border-radius: 3px; font-size: 14px; font-family: trebuchet ms;"> <div class="clickThis"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_URL}</a></div></div>
<script>
$(document).ready(function(){
$('.clickThis').hover(function(){
$('.box').show();
});
});
 
$(document).ready(function(){
  $('.ipbShow').click(function(){
  $('.box').hide();
  });
  });
</script>
                                  <div class="user-ident"><div class="user"><div class="user-basic-info"><div class="user-info">
                                    <center><div class="onomaxristi">{postrow.displayed.POSTER_NAME}</div></center><br />
                                 
                                    <div class="profileinfo"><center><i>Πληροφορίες Μέλους</i></center></div>
                                  <br />      <div class="vathmida"><center>{postrow.displayed.POSTER_RANK_NEW}</center></div><br />
                                                            <center><div class="tgeavatar">{postrow.displayed.ONLINE_IMG}</div><span class="avatartge">{postrow.displayed.POSTER_AVATAR}</span></center><br />
                                                            <center>{postrow.displayed.RANK_IMAGE}</center>
                        </div>
                    </div>
                   
                                               
                        <!-- BEGIN profile_field -->
                        <div class="tgeplaisio">                            {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
</div>
                        <!-- END profile_field -->
                        {postrow.displayed.POSTER_RPG}
                    </div>
                  </div>

                  <div class="post-entry">
                    <div class="entry-content">
                        <!-- BEGIN switch_vote_active -->
                        <div class="vote gensmall">
                          <!-- BEGIN switch_vote -->
                          <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                          <!-- END switch_vote -->

                          <!-- BEGIN switch_bar -->
                          <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                              <!-- BEGIN switch_vote_plus -->
                              <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                              <!-- END switch_vote_plus -->

                              <!-- BEGIN switch_vote_minus -->
                              <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                              <!-- END switch_vote_minus -->
                          </div>
                          <!-- END switch_bar -->

                          <!-- BEGIN switch_no_bar -->
                          <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                          <!-- END switch_no_bar -->

                          <!-- BEGIN switch_vote -->
                          <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                          <!-- END switch_vote -->
                        </div>
                        <!-- END switch_vote_active -->
                        <div>
                                                                  <br />
                          <div>{postrow.displayed.MESSAGE}</div>
                          <!-- BEGIN switch_attachments -->
                          <dl class="attachbox">
                              <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                              <dd>
                                <!-- BEGIN switch_post_attachments -->
                                <dl class="file">
                                    <dt>
                                      <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                      <!-- BEGIN switch_dl_att -->
                                      <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_dl_att -->

                                      <!-- BEGIN switch_no_dl_att -->
                                      {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_no_dl_att -->
                                    </dt>

                                    <!-- BEGIN switch_no_comment -->
                                    <dd>
                                      <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                    </dd>
                                    <!-- END switch_no_comment -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    <dd>
                                      <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                    </dd>
                                    <!-- END switch_no_dl_att -->

                                    <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                </dl>
                                <!-- END switch_post_attachments -->
                              </dd>
                          </dl>
                          <!-- END switch_attachments -->
                          <div class="clear"></div>
                        </div>
                        <p>
                       
                        </p>
                    </div>
                  </div>
              </div>

              <!-- BEGIN switch_signature -->
              <div class="sig-content">
                  {postrow.displayed.SIGNATURE_NEW}
              </div>
              <!-- END switch_signature -->

              <div class="postfoot">
                  <div class="user-contact profile_{postrow.displayed.PROFILE_POSITION}">
                    {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                  </div>
                  <div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
                    {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                  </div>
                  <div style="clear:both;"></div>
              </div>
            </div>
        </div>
        <!-- END displayed -->
      <!-- END postrow -->
  </div>

  <div class="main-foot clearfix">
      <p class="h2">
        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> 
        {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
      <p class="options">
        <input type="hidden" name="t" value="{TOPIC_ID}" />

        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

        <!-- BEGIN viewtopic_bottom -->
        {S_TOPIC_ADMIN}
        <!-- END viewtopic_bottom -->
      </p>
  </div>

  <a name="bottomtitle"></a>

  <div class="paged-foot clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>

</div>

<div class="pun-crumbs">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
  </p>
</div>

<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
  </div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
  </div>
  <div class="main-content clearfix">
      <!-- BEGIN link -->
      » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
      <!-- END link -->
  </div>
</div>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
  <div class="main-head clearfix">
      <p class="h2">{L_FORUM_RULES}</p>
  </div>
  <table class="main-content frm">
      <tr>
        <!-- BEGIN switch_forum_rule_image -->
        <td class="logo">
            <img src="{RULE_IMG_URL}" alt="" />
        </td>
        <!-- END switch_forum_rule_image -->
        <td class="rules entry-content">
            {RULE_MSG}
        </td>
      </tr>
  </table>
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<div id="pun-info" class="main">
  <div class="main-content">
      <div id="stats">
        <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
      </div>
  </div>
</div>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 9th 2013, 9:14 pm

this appears this:
http://prntscr.com/29xptd
but if i move up and down it stays in the center and it goes up and down!!

Edit: and also, the link stays the same despite the fact that i press an other number
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by SLGray December 10th 2013, 12:44 am

Do you have music player on your forum?  If you do, then it could be not letting the browser links to change.


Profile and message details Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 10th 2013, 2:44 pm

Yes, it say with the same number because you asked the topic link, not the post link. By the way, i don't think it's possible on Forumotion to detect what post ID you hovered..
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 11th 2013, 1:38 pm

I don't have a music player on the forum. But i badly need this code to show up the link of each post in a thread!

Can it be possible in some way?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 15th 2013, 6:44 pm

bump
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Legolas December 15th 2013, 9:32 pm

Legolas wrote:Yes, it say with the same number because you asked the topic link, not the post link. By the way, i don't think it's possible on Forumotion to detect what post ID you are hovering..
Legolas
Legolas
Forumember

Male Posts : 262
Reputation : 33
Language : English

http://www.daily-support.org

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 15th 2013, 11:21 pm

Hello Marios94,

I do not exactly understand what you want(this topic feels all overProfile and message details 466793to me), but do you want something like this to display on posts ?

Profile and message details Captur14
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 15th 2013, 11:38 pm

Yes. I want the link of the post to appear exactly where you posted it but appear in a box so members and i can copy it.
I managed to make the numbers links but i cannot make the box to appear like that. The template if needed is the first one i pasted! Thank you Seth.. If u need further informations, please tell me to explain exactly what i want with new pictures.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 15th 2013, 11:42 pm

I have a demo for you to test :
Administration Panel > Modules > Javascript codes management > create a new script

Name : What you wish
Placement : In the subjects
Code:
jQuery(document).ready(function() {
    jQuery('.pun .post').hover(function() {
    var SujetURL = document.URL.replace(/#[0-9]+/,'').replace(/#top/,'').replace(/#bottom/,'');
    var PID = jQuery(this).children('a:eq(0)').attr('id');
    jQuery(this).css('position','relative').append('<div id="PID" style="color:#fff;background-color:rgba(0,0,0, 0.5);border-radius:4px;padding:3px;position:absolute;bottom:0;right:0;">'+SujetURL+'#'+PID+'</div>');
    }, function() {
    jQuery('#PID').remove();
    });
});
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 16th 2013, 9:14 pm

This code, appears to do nothing because i already changed the template to the one i am showing on a previous post. I added it but it just takes me to the post link i select. The link doesn't appear anywhere... Sad
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 16th 2013, 9:27 pm

On hover of a users post it should display the message link and number of the post. An example has been set here : http://angestesting.forumotion.com/t8-topic-3

Profile and message details Captu237

You have placed it in the topics only ?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 16th 2013, 9:35 pm

that appears at the bottom of the post. (i haven't noticed that) Can you make it appear as the shown one? Mine is like this now:
http://prntscr.com/2bof1r
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 16th 2013, 9:40 pm

Replace the script with this :
Code:
jQuery(document).ready(function() {
    jQuery('.pun .post').hover(function() {
    var SujetURL = document.URL.replace(/#[0-9]+/,'').replace(/#top/,'').replace(/#bottom/,'');
    var PID = jQuery(this).children('a:eq(0)').attr('id');
    jQuery(this).css('position','relative').append('<div id="PID" style="color:#fff;background-color:rgba(0,0,0, 0.5);border-radius:4px;padding:3px;position:absolute;top:48px;right:3px;">'+SujetURL+'#'+PID+'</div>');
    }, function() {
    jQuery('#PID').remove();
    });
});

It should display here :
Profile and message details Captu238
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 16th 2013, 9:50 pm

of course as always it works but the position of it is wrong. can it go before the line?
Check this:
http://informationforum.forumgreek.com/t1383-topic#2696

Before it was my post and the like button did not appear..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 16th 2013, 9:55 pm

I cannot see that topic.

You can change the positioning here (its inline) :
Code:
position:absolute;top:48px;right:3px;">'+SujetURL+'

or you can also try CSS :
Code:
#PID {
top:50px !important;
right:5px !important;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by TheCrow December 16th 2013, 9:57 pm

TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Profile and message details

Post by Ange Tuteur December 16th 2013, 10:29 pm

I don't see what you mean ?  scratch 

Like I said above this CSS should help you adjust the positioning with ease :
Code:
#PID {
top:50px !important;
right:5px !important;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum