FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 24 users online :: 0 Registered, 0 Hidden and 24 Guests :: 1 Bot

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

space between topic

View previous topic View next topic Go down

jessy
jessy

Gender : Female
Posts : 102
Points : 3110
Reputation : 14
Language : italy
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision
http://ilgiornaledibordo.forumattivo.com/

Postjessy Thu 18 Aug 2016, 18:22

here I am... Embarassed

I would like to enter text with image

space between topic Captur42

between the first topic and the first response..(only the first topic, and first response)

thanks for your patience space between topic 1f339
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12013
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Fri 19 Aug 2016, 10:42

Hi @jessy,

I have some questions :

1. What forum version do you want this for ?
2. You only want this in ONE(1) specific topic ?
jessy
jessy

Gender : Female
Posts : 102
Points : 3110
Reputation : 14
Language : italy
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision
http://ilgiornaledibordo.forumattivo.com/

Postjessy Fri 19 Aug 2016, 12:54

Ange Tuteur wrote:Hi @jessy,

I have some questions :

1. What forum version do you want this for ?
invision

Ange Tuteur wrote:
2. You only want this in ONE(1) specific topic ?

/f10support-forum /f9-forum

thank you flower
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12013
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Fri 19 Aug 2016, 13:14

@jessy thanks Rose

Create a new script with the placement "in the topics" with this content :
Code:
$(function() {
  var new_content = '<div>NEW CONTENT HERE !</div>';
      fid = $('#navstrip li:last a')[0];

  if (fid) {
    fid = +fid.href.replace(/.*?\/f(\d+).*/, '$1');

    if (fid == 10 || 9) {
      $('div.post').eq(0).after(new_content);
    }
  }
});

Replace
Code:
<div>NEW CONTENT HERE !</div>
with whatever content you want after the first post.
jessy
jessy

Gender : Female
Posts : 102
Points : 3110
Reputation : 14
Language : italy
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision
http://ilgiornaledibordo.forumattivo.com/

Postjessy Sat 20 Aug 2016, 10:59

great space between topic 1f600 ...question :

- one page.../t126-link-forum (It doesn't work well)It is seen in all the pages

-more space

space between topic Captur43

Thanks for the attention
jessy
jessy

Gender : Female
Posts : 102
Points : 3110
Reputation : 14
Language : italy
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision
http://ilgiornaledibordo.forumattivo.com/

Postjessy Mon 22 Aug 2016, 13:12

up space between topic 1f490 thank you
Anonymous
Guest
Guest

PostGuest Mon 22 Aug 2016, 13:23

jessy wrote:up space between topic 1f490 thank you

@jessy : There's no need for pushing up any of the requests, any of you. Ange will deal with them once he gets there and finds the time for them, all of them. He already started to work on a bunch of requests just now. So, please be patient and wait your turn. Thank you! Hello
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12013
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Mon 22 Aug 2016, 14:56

@jessy I can't say for certain since I don't have a direct link to the page in question, but if you need more space between the content and post try adding
Code:
style="margin:10px 0;"
to the container of your message.

So instead of this :
Code:
<div>NEW CONTENT HERE !</div>

you get this :
Code:
<div style="margin:10px 0;">NEW CONTENT HERE !</div>
jessy
jessy

Gender : Female
Posts : 102
Points : 3110
Reputation : 14
Language : italy
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision
http://ilgiornaledibordo.forumattivo.com/

Postjessy Tue 23 Aug 2016, 12:52

Thanks works space between topic 1f60d

when you have time you check this

- one page.../t126-link-forum (It doesn't work well)It is seen in all the pages

thanks in advance,sorry to bother you
Anonymous
Guest
Guest

PostGuest Tue 23 Aug 2016, 13:12

jessy wrote:when you have time you check this

- one page.../t126-link-forum (It doesn't work well)It is seen in all the pages

thanks in advance,sorry to bother you

@jessy, please open a separate ticket for that and if possible try to get the problem described in more detail. The current issue is solved and I'll be closing it. Thank you!
Anonymous
Guest
Guest

PostGuest Tue 23 Aug 2016, 13:13

*** Topic solved, locked and archived ***
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

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