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
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
Top Achievers
Who is online?
In total there are 92 users online :: 0 Registered, 0 Hidden and 92 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[THEME] Cosmic Sleek RED v1.1 - Phpbb3
Page 2 of 3 • Share
Page 2 of 3 • 1, 2, 3
First topic message reminder :
Even though screenshots don't do justice to the slick animations and transitions hidden all around the theme, here are few basic ones
Download the .bbtheme here : https://www.mediafire.com/?96gsqwqnvi2mut6 (v1.1)
and import it in your forum by going to Admin Panel > Display > Themes Management > Import the skin and then navigating to the downloaded file.
Step 2: Edit the templates
Go to Admin Panel > Display > Templates > General and edit them with the respective replacement I provide below.
Note: selecting ALL content from existing templates and replace it with edited code.
Step 3: Add the required JavaScripts
Go to Admin Panel > Modules > JavaScript Code Management > Add New
Title: Cosmic Sleek
Tick in all pages and paste the code below
Credits for full package: Rhino.Freak, Ange Tuteur, Nick Salloum and Mimóza for helping me solve the bugs and the support forum who's design has been the inspiration to make this theme
Introduction:
Hey everyone! So I have been working on this theme for quite some time and I feel it is finished and is now open for public to use and enjoy This isn't simply a skin, its a full theme that has template changes and requires select JavaScripts installed.Demo:
Live Demo: http://livedemo.forumotion.info/Even though screenshots don't do justice to the slick animations and transitions hidden all around the theme, here are few basic ones
- Screenshots:
Installation:
Step 1: Import the skinDownload the .bbtheme here : https://www.mediafire.com/?96gsqwqnvi2mut6 (v1.1)
and import it in your forum by going to Admin Panel > Display > Themes Management > Import the skin and then navigating to the downloaded file.
Step 2: Edit the templates
Go to Admin Panel > Display > Templates > General and edit them with the respective replacement I provide below.
Note: selecting ALL content from existing templates and replace it with edited code.
- index_body replaced with http://pastebin.com/raw/Wb0BF38u
- index_box replaced with http://pastebin.com/raw/VApT1yLD
- overall_footer_end replaced with http://pastebin.com/raw/ADZcCpZi
- overall_header replaced with http://pastebin.com/raw/1RxGEWNt
- viewforum_body replaced with http://pastebin.com/raw/euzQhvY5
Step 3: Add the required JavaScripts
Go to Admin Panel > Modules > JavaScript Code Management > Add New
Title: Cosmic Sleek
Tick in all pages and paste the code below
- Code:
(function() {
var FA = 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css',
a = document.createElement('LINK');
a.rel = 'stylesheet';
a.type = 'text/css';
a.href = FA;
document.getElementsByTagName('HEAD')[0].appendChild(a);
})();
$(function() {
for (var a = $('.topics, .posts, .views'), i = 0, j = a.length, s; i < j; i++) {
s = a[i].innerHTML;
if (+s.replace(/(\d+).*/, '$1') == 1) {
a[i].innerHTML = s.slice(0, s.length - 1);
}
}
});
$(function() {
$(document.body).append('<style>#fa_toolbar #fa_right #notif_list li .contentText a { color:#2f8aa3 !important; }#fa_menulist :visited { color: #ebebeb !important;}#fa_menulist :visited :hover { color: #fff !important;}</style>');
});
- OPTIONAL FUNCTIONALITY:
Step 4: To get better functionality, install these additional JavaScripts.- To get AJAX Subscribe/Unsubscribe button next to Topic Title:
Credits: Mr. EasyBB
Title: whatever you like
Tick IN TOPICS and paste the code below.- Code:
(function(l,j,m){var b,k,c,g,e,h=true;var i=function(o,p,d){if(!i.done){return new n(o,p,d)}};i.debug=false;i.done=false;i.titles=true;i.lang={subscribe:" ",unsubscribe:" ",title_unSubscribe:"Stop watching this topic",title_subscribe:"Start watching this topic"};var n=function(o,s,d){if(typeof o=="object"){d=s;s=o;h=false}if(typeof s=="function"){d=s}if(h==true&&o.toLowerCase()=="invision"){i._anchors=b=j.querySelectorAll(".left-overview a");i._target=k=j.getElementById("text_editor_textarea").parentNode.nextSibling}if(h==true&&o.toLowerCase()=="phpbb3"){i._anchors=b=j.querySelectorAll(".right a");i._target=k=j.getElementById("text_editor_textarea").parentNode.nextSibling}if(h==true&&o.toLowerCase()=="phpbb2"){i._anchors=b=j.querySelectorAll(".gensmall a");i._target=k=j.getElementById("quick_reply").getElementsByClassName("row2")[1]}if(h==true&&o.toLowerCase()=="punbb"){i._anchors=b=j.querySelectorAll("#pun-visit li a");i._target=k=j.getElementById("pun-qpost").getElementsByClassName("frm-buttons")[0]}if(s){if(s.selector){if(s.selector.anchors){b=i._anchors=s.selector.anchors}if(s.selector.target){k=i._target=s.selector.target}}if(s.titles&&s.titles===false){i.titles=false}if(s.id){c=s.id}}var r=b,q=false,t=j.createElement("button");t.type="button";if(r){for(var p=0;p<r.length;p++){if((/\?unwatch=topic/gi).test(r[p].href)){t.value=r[p].href;r[p].parentNode.removeChild(r[p]);t.innerHTML=i.lang.unsubscribe;if(i.titles===true){t.title=i.lang.title_unSubscribe}t.className="easyBB_btn unsub";q=true}if((/\?watch=topic/gi).test(r[p].href)){t.value=r[p].href;r[p].parentNode.removeChild(r[p]);t.innerHTML=i.lang.subscribe;if(i.titles===true){t.title=i.lang.title_subscribe}t.className="easyBB_btn sub";q=true}if(c!==undefined){t.id=c}if(k&&q===true){t.setAttribute("onclick","ajaxSubscribe(this)");if(!s||!s.selector){k.appendChild(t);i.done=true;break}else{k.appendChild(t);i.done=true;break}}}}console.log(d);console.log(s);if(d!==undefined){d.call(this,i.done,t)}};function f(o,d){if(i.debug){return console[o](d)}}function a(o){var p=o.innerHTML,d=o.value;$.post(d,function(q){if(/no longer watching/g.test(q)){o.innerHTML=easyScribe.lang.subscribe;$(o).removeClass("unsub").addClass("sub");if(easyScribe.titles===true){o.title=easyScribe.lang.title_subscribe}o.value=o.value.replace(/\?unwatch=topic/,"?watch=topic")}if(/are now watching this/g.test(q)){o.innerHTML=easyScribe.lang.unsubscribe;$(o).removeClass("sub").addClass("unsub");if(easyScribe.titles===true){o.title=easyScribe.lang.title_unSubscribe}o.value=o.value.replace(/\?watch=topic/,"?unwatch=topic")}})}return(l.easyScribe=i)&&(l.ajaxSubscribe=a)})(this,document);
$(function(){
var target =$('.page-title')[0];
easyScribe('phpbb3',{
titles:false,
selector:{
target:target
}
});
});
- To get Add to Favorites button next to topic title.
Credits: 10spetter10
Title: whatever you like
Tick IN TOPICS and paste the code below.- Code:
$(function() {
var locFavLink = $('#plus_menu a[href*="add_favourite"]');
locFavLink.next().remove();
locFavLink.addClass('favlink');
$('h1.page-title').append(locFavLink);
});
- To get AJAX Subscribe/Unsubscribe button next to Topic Title:
Credits for full package: Rhino.Freak, Ange Tuteur, Nick Salloum and Mimóza for helping me solve the bugs and the support forum who's design has been the inspiration to make this theme
Last edited by Rhino.Freak on Thu 26 May 2016, 07:32; edited 5 times in total
Rhino.Freak wrote:So you want to use that color instead of the current blue everywhere or just you want that color in the forum icons (no new unread one basically)?
Just a final confirmation.
Use that color instead, i think it looks sharper with it.
Working on V1.1 with fixed bugs and stuff.
- Fixed the quotes style with different colors upto 5 blocks nested together.
Yet to fix:
Checkout here: http://livedemo.forumotion.info/
V1.1 Coming soon!
@BlackScorpion coming soon with images and stuff!
Are you sure about the grey as secondary color? I think it's a bit dull but I leave it to you.
For now, here it is: http://freetest.forumotion.net/
- Fixed the quotes style with different colors upto 5 blocks nested together.
Yet to fix:
- Statistics Page
- Calendar Page
Checkout here: http://livedemo.forumotion.info/
V1.1 Coming soon!
@BlackScorpion coming soon with images and stuff!
Are you sure about the grey as secondary color? I think it's a bit dull but I leave it to you.
For now, here it is: http://freetest.forumotion.net/
Rhino.Freak wrote:
V1.1 Coming soon!
@BlackScorpion coming soon with images and stuff!
Are you sure about the grey as secondary color? I think it's a bit dull but I leave it to you.
For now, here it is: http://freetest.forumotion.net/
That is exactly what i'm looking for , the forum looks gratin them colors!
Okay everyone, the bug-fixed and updated theme is coming here very very soon.
I have already requested to get my skin removed from hitskin so I can resubmit this new and updated one.
http://livedemo.forumotion.info/ is where its at! Check it out and lemme know if you find anything buggy looking!
I have already requested to get my skin removed from hitskin so I can resubmit this new and updated one.
http://livedemo.forumotion.info/ is where its at! Check it out and lemme know if you find anything buggy looking!
I didn't want to delay further because of my upcoming busy schedule so I have uploaded the .bbtheme files for the new version
it's not on hitskin but you can check the live demo on http://livedemo.forumotion.info/
and download the .bbtheme from the main post!
Hope you guys like it and more color variations soon to come!
@BlackScorpion updated the http://freetest.forumotion.net/ to latest version as well. Also I really want you to reconsider the #c1c1c1 grey color to something else :p
it's not on hitskin but you can check the live demo on http://livedemo.forumotion.info/
and download the .bbtheme from the main post!
Hope you guys like it and more color variations soon to come!
@BlackScorpion updated the http://freetest.forumotion.net/ to latest version as well. Also I really want you to reconsider the #c1c1c1 grey color to something else :p
Rhino.Freak wrote:
@BlackScorpion updated the http://freetest.forumotion.net/ to latest version as well. Also I really want you to reconsider the #c1c1c1 grey color to something else :p
@Rhino.Freak the current colors work well, you can leave it as is.
Rhino.Freak wrote:Alright so images are the only things left.
Let me confirm the colors of them one last timePlease quote and reply if you want these in different color.
- Spoiler:
The images i can take care of.
hi bro
that's a hell of a great theme r8 there
i already tried to install that
but////
it's kinda missing somethings from the live demo 0.0
the footer statistics and links
i guess the template itself is missing or something
or there'll be a new update to this theme soon ?>
also the category to the left isn't workin' on the installed version i have now
but it's fine in the live demo
so any new update will be available soon ?
that's a hell of a great theme r8 there
i already tried to install that
but////
it's kinda missing somethings from the live demo 0.0
the footer statistics and links
i guess the template itself is missing or something
or there'll be a new update to this theme soon ?>
also the category to the left isn't workin' on the installed version i have now
but it's fine in the live demo
so any new update will be available soon ?
sorry for double posting butGin NeOs wrote:hi bro
that's a hell of a great theme r8 there
i already tried to install that
but////
it's kinda missing somethings from the live demo 0.0
the footer statistics and links
i guess the template itself is missing or something
or there'll be a new update to this theme soon ?>
also the category to the left isn't workin' on the installed version i have now
but it's fine in the live demo
so any new update will be available soon ?
i noticed why these aren't working on my site
i made my forum on ahlamontada
the Arabic version of forumotion
so i noticed that it's not working there no statistics appeared or categories
so i made a new forum on Forumotion
and it worked very fine
so........
any solution here for this problem ?
PS : when i try to preview the template before publishing them
it shows fine o.o but when i publish them they just dunn appear.
@Ange Tuteur
@Rhino.Freak
Forumedic wrote:Hey there!
Make sure you check step 2 and copy the templates and paste them in the correct templates.
OMG template editing was just turned off xDDRhino.Freak wrote:As Forumedic stated, you're missing out on template edits.
Do that and you'll be fine
Glad you liked the theme
ty again
GR* theme
Rhino.Freak wrote:Can you give a link to your forum?
It's likely because you didn't do the template changes as stated in the first post.
I didn't apply it on my forum, I basically just checked the preview of it.
- GuestGuest
Jazeon wrote:Rhino.Freak wrote:Can you give a link to your forum?
It's likely because you didn't do the template changes as stated in the first post.
I didn't apply it on my forum, I basically just checked the preview of it.
@Jazeon: Stop your negativity. You're still new here and you've got to earn your stripes. You don't even have a true FM site with loads of audience, so how can you tell, huh?
@Rhino.Freak offered his help, so either take it or leave it. I'm really not convinced yet if you just wanna do some blah blah on this forum or if you're true.
- GuestGuest
- GuestGuest
HaeDoesGraphics wrote:Really liking this theme!
Great work!
yeah? Are you just here to and protect Valoish or what. Let me see. Gimme a link to that forum of yours where you tried it out.
- Sponsored content
Page 2 of 3 • 1, 2, 3
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 2 of 3
Permissions in this forum:
You cannot reply to topics in this forum