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.

Topic starter thank you ? How i add this ?

+2
Ina
XXXIII
6 posters

Go down

In progress Topic starter thank you ? How i add this ?

Post by XXXIII March 19th 2013, 7:05 pm

Hi how add "thank you topic starter" same like forumotion ,and how i use it ?
I cheak these two links https://help.forumotion.com/t107919-how-can-add-topic-starter-thanks-you#705462
http://www.dion-designs.com/area51/viewtopic.php?f=8&t=8531
i not understant i cheak both links please some clear this topic ? With screnshot it useful for all clear with screnshot and tel also how to use it ?
I m using Phpbb3 thanks
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 20th 2013, 1:35 pm

Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 20th 2013, 8:36 pm

not clear my prob not solved how i add thank you topic starter like forumotion with stars icons ?
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 21st 2013, 8:24 am

Now you asked the right question. cheers Forum version please? phpBB3?
Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 21st 2013, 8:44 am

phpbb3
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 21st 2013, 9:42 am

First of all you have to activate the Thanks button, as in the tutorial I gave you.

Next:
CSS:
Code:
.multumesc-msg{
  text-align: center !important;
  font-weight: bold;
  color: orange;
  font-size: 16px;
  margin-top: 60px;
}

.multumesc-msg img{
  position: relative;
  top: 5px;
}

.multumesc-msg div{
  margin-left: 5px;
  margin-right: 5px;
  display: inline !important;
}
You can change font-weight, color and font-size to suit your needs.

Create a new JavaScript, called Thanks messages, location Topics
JavaScript:
Code:
$(document).ready(function(){
$('.post[style="background-color:#f4f9fd;"] .postbody .content').append('
<div class="multumesc-msg"><img src="http://i.imgur.com/PmJzT7e.png"> <div>YOUR TEXT HERE</div> <img src="http://i.imgur.com/PmJzT7e.png"></div>
');
});

Change YOUR TEXT HERE with the text you like.
Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 21st 2013, 11:00 am

ok when i came from pc i cheak it if working than i say solved
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Sir Chivas™ March 21st 2013, 12:01 pm

Okay, this sounds perfect, I will leave this open for you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 22nd 2013, 6:58 am

NOT WORKING Confused
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Cassius Dio March 22nd 2013, 3:30 pm

Hi! Very Happy

Can we be informed about what you have in "Thanked message background color" field from Administration Panel ~> Display ~> Pictures and colors ~> Colors? Thanks. Wink
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 22nd 2013, 7:17 pm

Thanked message
background color : is orange #F58B00
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 22nd 2013, 8:50 pm

Replace #f4f9fd with the same orange color in this JavaScript fragment:
Code:
.post[style="background-color:#f4f9fd;"]
Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 23rd 2013, 5:47 am

not solved nothing change when i click on thanks button then whole bg of that user change to orange but Thank you topic starter r not showing like here in forumotion
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by SLGray March 23rd 2013, 5:53 am

Could you post a link to a thanked topic that guests can see?


starter - Topic starter thank you ? How i add this ? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 23rd 2013, 6:15 am

yeah cheak this link http://avacs.hforum.biz/t22-221-has-lots-of-positive-side#279 this is testing forum 1st i put code on test forum if work than i put the codes on my orignal forum
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 23rd 2013, 7:50 pm

I couldn't realised what it was but I did the same mistake trying to reproduce your color - I tought that you can't see the text because it was orange too.
I have to thank SGSS for his help on this. salut

Well, this might sound silly but your problem is a very simple one: when you change the hexadecimal color code in the JavaScript code, you have to replace the capital letters with small ones like this: your orange code #F58B00 becomes #f58b00

Since the text color is also orange, I recommend you to change it from the CSS code - or to change the thanked messages background.
Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 24th 2013, 2:54 am

thanks now topic starter r showing on page but not like forumotion, bez in forumotion Moderator admin say to topic starter thank you and the topic starter thank u showing at the pend part of the post and in my forum the position of topic starter is on a center is there any way to change it like forumotion and every Moderator have acess to say thanks to those who start the topic bez in my forum only those see the thanks buttun who create the topic
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Ina March 24th 2013, 6:20 am

Only the topic starter can see the thanks button - the name say it all Very Happy
You can change the alignment changing the CSS code:
Code:
text-align: center !important;
You can change the images as well, in the JavaScript... All the codes can be customized, but this is for you to play with.
Ina
Ina
Forumember

Female Posts : 435
Reputation : 3
Language : All in one
Location : St. Andrew's land

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by XXXIII March 24th 2013, 9:06 am

Ok clear,but here in help.Forumotion.com i see Moderrator say the topic starter thank u i am the creator of my topic but i can't see thanks buttun ?
avatar
XXXIII
Forumember

Male Posts : 69
Reputation : 1
Language : English

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by Jophy March 24th 2013, 9:16 am

Hi, It's positioned beside the 'Quote' button Wink
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Topic starter thank you ? How i add this ?

Post by SLGray March 24th 2013, 10:21 am

This is how the thanks button looks on the support forum: starter - Topic starter thank you ? How i add this ? Merci . When it appears, it is between the first quote button and the green plus.


starter - Topic starter thank you ? How i add this ? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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