MyBB Community Forums

Full Version: [Release]Chameleon theme : Basic (Envira Design)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
here is the solution : open this template
templates>chameleon templates> forum bit templates >forumbit_moderators
then add this code at the very end of the code : <br />

i hope it will solve the problem
Hello if you are using "Thank you" plugin by -G33K-
then here is a solution for the css button:

Quote:Note : Before proceeding with template edits just have a backup of the templates

Navigate to Themes and Templates>Global templates>

1.Thankyou_button_add

look for this code :
<span id="tyl_btn_{$post['pid']}"><a href="thankyoulike.php?action=add&amp;pid={$post['pid']}" onclick="return thankyoulike.add({$post['pid']}, {$post['tid']});" title="{$lang->add_tyl}" id="tyl_a{$post['pid']}"><img src="{$imgdir}/postbit_{$pre}_add.gif" border="0" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" /></a></span>

replace with :

<span id="tyl_btn_{$post['pid']}"><a href="thankyoulike.php?action=add&amp;pid={$post['pid']}" onclick="return thankyoulike.add({$post['pid']}, {$post['tid']});" title="{$lang->add_tyl}" id="tyl_a{$post['pid']}" border="0" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" class="buttons"/>Thank you +</a></span>

just navigate to

2.Thankyou_button_del

replace with this code :

<span id="tyl_btn_{$post['pid']}"><a href="thankyoulike.php?action=del&amp;pid={$post['pid']}" onclick="return thankyoulike.del({$post['pid']}, {$post['tid']});" title="{$lang->del_tyl}" id="tyl_a{$post['pid']}" border="0" alt="{$lang->del_tyl}" id="tyl_i{$post['pid']}" class="buttons" />Thank you -</a></span>

hope this helps Smile
Hey - I LOVE this theme. I've already added it to my forums! It's awesome...

One Question for you - Is there a way to make the DEFAULT them the Green one instead of the blue?
Yeah you can but it requires css edits,If yuo are good at css then u can proceed.
Coz it needs to change some values in ACP as well in image folder css files.

Ok, I installed the LIKE / THANK YOU plugin and followed your instructions above, however whenever I click the button, I get a "thinking" wheel spinning endlessly. Again, I already used your fix a couple posts up but it's not working. any help?


*update - it appears the LIKE's are being counted, however the circle still spins endlessly.


[attachment=23990]
(2011-09-02, 05:49 AM)Kbassil Wrote: [ -> ]Ok, I installed the LIKE / THANK YOU plugin and followed your instructions above, however whenever I click the button, I get a "thinking" wheel spinning endlessly. Again, I already used your fix a couple posts up but it's not working. any help?


*update - it appears the LIKE's are being counted, however the circle still spins endlessly.

Its problem with plugin,try asking in the plugin support.
I too faced same problem once and got it resolved from that section.
Its problem due to plugin code Smile

So the buttons are fixed right ?????? if u have any issues with templates please feel free to ask Smile

envira-

Loving the template. Just wanted you to know. I DID have a quick question for you. Looking below, how can I fix the names coming out of the lines?

[attachment=23999]
hmm you can fix it
just open the global.css of the theme and find :
.postbitt {
xxxxx
}

within it add

overflow: hidden;

it looks like

.postbitt {
xxxxxxx
overflow: hidden;
}
You are awesome. I'll try this fix later tonight. Hey I have a big question for you... Is there done way you could provide a "how-to" on how to make the green theme a default. I feel like the future success of my forum hinges on it.

I know this is a big request, so I'll find some way to properly thank you.
(2011-09-03, 05:21 PM)Kbassil Wrote: [ -> ]You are awesome. I'll try this fix later tonight. Hey I have a big question for you... Is there done way you could provide a "how-to" on how to make the green theme a default. I feel like the future success of my forum hinges on it.

I know this is a big request, so I'll find some way to properly thank you.

Sorry buddy i dont have much time on that,its a difficult task anyways.
Glad you fix it Smile

Pages: 1 2 3 4 5 6 7 8 9 10 11 12