Theme Design
Log in popup
Theme Design
Log in popup
Theme Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Announcements
test
Log in

I forgot my password

Latest topics
» Chatbox Topic
by Ange Tuteur Fri 7 Jul - 14:27:44

» Demo Topic
by Ange Tuteur Sun 2 Jul - 13:15:14

» test
by Ange Tuteur Sat 1 Jul - 10:57:27

» test rchat
by Ange Tuteur Sat 24 Jun - 18:43:02

» testing new topic
by Deux Wed 14 Jun - 13:12:21

» bbcode test
by Ange Tuteur Sat 3 Jun - 14:24:35

» New chat
by Ange Tuteur Thu 1 Jun - 11:23:03

» GIFs
by Ange Tuteur Sun 28 May - 21:51:50

» random test chat
by Guest Sun 28 May - 20:04:09

Statistics
We have 16 registered users
The newest registered user is mybeautiful9

Our users have posted a total of 611 messages in 47 subjects
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

[ View the whole list ]


Most users ever online was 166 on Sun 11 Apr - 20:29:53
Poll

Light or Dark ?

3 - Suggestions / Feedback - Page 11 Poll_c1067%3 - Suggestions / Feedback - Page 11 Poll_c10 67% [ 6 ]
3 - Suggestions / Feedback - Page 11 Poll_c1011%3 - Suggestions / Feedback - Page 11 Poll_c10 11% [ 1 ]
3 - Suggestions / Feedback - Page 11 Poll_c1022%3 - Suggestions / Feedback - Page 11 Poll_c10 22% [ 2 ]

Total Votes : 9

The most tagged keywords
1#555
2#333
3#3
4#return_to_ipbfs
5#444
6#20
7#eee
8#4
9#666
10#5

Top posting users this week


Suggestions / Feedback

Page 11 of 15 Previous  1 ... 7 ... 10, 11, 12, 13, 14, 15  Next

View previous topic View next topic Go down

Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Fri 3 Jun - 10:56:32

First topic message reminder :

Since this is a theme design forum, it'd be a good idea to open a topic like this for discussion. So, if you have any feedback or suggestions on the theme that's currently being developed here feel free to let me know below. Wink


Last edited by Ange Tuteur on Mon 13 Jun - 12:51:41; edited 1 time in total

BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Mon 8 Aug - 20:11:51

Ange Tuteur wrote:I'll be sending out another patch that fixes a few things, and updates the Arabic translation. It should be available sometime today. Wink

I have some plans in mind for the next release which will introduce some more options to the CP. e.g. Page width, profile position.. that's all I got at the moment. OH and new translations too lol. Razz

Very cool, OH and the update worked correctly, after i sign into the ACP. So that bug is squashed.Razz Onward Captain!
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Mon 8 Aug - 22:41:24

Great to hear ! ^^

Now I have to focus on the next improvements. Cool
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Tue 9 Aug - 22:25:16

Wellcome come on, now stop slacking off!! -----------------> Onward Captain!! Let's get the show on the road! Razz
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Thu 11 Aug - 7:12:05

haha no worries, I'm starting work on some new control panel features today. What a Face
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Thu 11 Aug - 13:36:46

Ange Tuteur wrote:haha no worries, I'm starting work on some new control panel features today. What a Face

Looks my forward to it
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Thu 11 Aug - 15:59:02

They're coming along better than I thought. Cool

3 - Suggestions / Feedback - Page 11 Captur28

Got any other ideas or something you want added there ? I'm gonna be thinking in the mean time while I relax. study
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Thu 11 Aug - 20:10:43

Ange Tuteur wrote:They're coming along better than I thought. Cool

3 - Suggestions / Feedback - Page 11 Captur28

Got any other ideas or something you want added there ? I'm gonna be thinking in the mean time while I relax. study

wow!, they really are coming along nicely. Where is this going on the Edge CP?
Is it possible to add am area, where I could post a welcome message for only guest, which will disappear when you register? I have a code for it , but being included in the CP would be nice.

Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Thu 11 Aug - 22:24:21

Yep, it'll be above theme management. Wink

I'll think about adding that. I know at current this method works pretty well :
Code:
<div id="guest_message" style="display:none;">Guest message</div>

<div id="member_message" style="display:none;">Member message</div>

<script type="text/javascript">if (_userdata.session_logged_in) {
  document.getElementById('member_message').style.display = 'block';
} else {
  document.getElementById('guest_message').style.display = 'block';
}</script>
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Fri 12 Aug - 20:10:39

Ange Tuteur wrote:Yep, it'll be above theme management. Wink

I'll think about adding that. I know at current this method works pretty well :
Code:
<div id="guest_message" style="display:none;">Guest message</div>

<div id="member_message" style="display:none;">Member message</div>

<script type="text/javascript">if (_userdata.session_logged_in) {
  document.getElementById('member_message').style.display = 'block';
} else {
  document.getElementById('guest_message').style.display = 'block';
}</script>

Where do i insert this code, in a new Javascript? Shocked
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Sat 13 Aug - 17:57:38

You can put it anywhere HTML formats, like the homepage message. Wink
Sponsored content

PostSponsored content

Page 11 of 15 Previous  1 ... 7 ... 10, 11, 12, 13, 14, 15  Next

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