HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
October 15, 2008, 08:02:27 PM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: 1 [2] 3   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read October 20, 2006, 06:59:53 PM #15
c1n4r

Re: [THEME] Musiconica

Great! I love your work

first post demo link broken:
Link is here: http://forums.webtechnica.com/index.php?action=forum;theme=12
>symtpom
open boardindex.template.php
search
Code:
// Assuming the category hasn't been collapsed...
if (!$category['is_collapsed'])
{
echo '
<table   border="0" width="100%" cellspacing="1" cellpadding="5" class="bordercolor" style="margin-top: 1px;">
<tr>

change cellpadding="1"


#www.c1n4r.com
#www.mobildepo.com
#www.fankara.net
Offline  
Read October 20, 2006, 07:08:30 PM #16
symtpom

Re: [THEME] Musiconica

Thanks...
Smiley
Offline  
Read October 24, 2006, 12:27:21 PM #17
Paraiba

Re: [THEME] Musiconica

Hiya, nice theme but a small glitch, happens on this site template as well. In RC3 you have the option to listen to the captcha. If you click the link it pops a window with options, unfortunately you can't read the options because the text is red and the site background is displayed behind it. The only way I could see the contents was by highlighting with the mouse but normal visitors will just see an empty box.

Can you change the text to white or remove the background display? I tried to find where to do it but couldn't see anything obvious in the css or the site code and being a newb to SMF I'm not up to speed it with yet.
Offline  
Read October 24, 2006, 10:31:07 PM #18
m3talc0re

Re: [THEME] Musiconica

I'll look into it, thanks for pointing this out.


The real hell is your life gone wrong.
Offline  
Read October 26, 2006, 01:35:12 AM #19
m3talc0re

Re: [THEME] Musiconica

Okay, I've got a solution, but I'm trying to figure out how to create a mod package so I can just upload it. So bear with me here, lol.


The real hell is your life gone wrong.
Offline  
Read October 31, 2006, 08:52:30 AM #20
Poreman

Re: [THEME] Musiconica

Hiya, nice theme but a small glitch, happens on this site template as well. In RC3 you have the option to listen to the captcha. If you click the link it pops a window with options, unfortunately you can't read the options because the text is red and the site background is displayed behind it. The only way I could see the contents was by highlighting with the mouse but normal visitors will just see an empty box.

Can you change the text to white or remove the background display? I tried to find where to do it but couldn't see anything obvious in the css or the site code and being a newb to SMF I'm not up to speed it with yet.
Any News on this, only quick fix I know is to modify the css take out the background and make the color of background white.  Without going into the default help template and modify code there, didn't want to do that!  What other options are there.
Poreman

PS I guess I had better make myself clear, the pop up box's in the Admin Help where you click on the question marks, does the same thing so you will have to do the same mod to the popup box in help.template.php to fix this also
« Last Edit: October 31, 2006, 01:08:38 PM by Poreman »
Offline  
Read October 31, 2006, 08:36:31 PM #21
m3talc0re

Re: [THEME] Musiconica

I'm not sure what to do about the help popups, but I made a mod for the captcha audio popup problem. I've got it posted on this board...


The real hell is your life gone wrong.
Offline  
Read November 01, 2006, 12:56:53 PM #22
Poreman

Re: [THEME] Musiconica

Basically the same Modification.

Edit the default/help.template.php Code
Quote from: original help.template.php
// Just show the help text and a "close window" link.
   echo '
      </style>
   </head>
   <body style="margin: 1ex;">
      ', $context['help_text'], '<br />
      <br />
      <div align="center"><a href="javascript:self.close();">', $txt[1006], '</a></div>
   </body>

Change to

Quote from: Modified help.template.php
// Just show the help text and a "close window" link.
   echo '
      </style>
   </head>
   <div class="windowbg2"><body style="margin: 1ex;">
      ', $context['help_text'], '<br />
      <br />
      <div align="center"><a href="javascript:self.close();">', $txt[1006], '</a></div>
   </body></span>

Thought ya might want to know.

I like everything working

Poreman
Offline  
Read December 15, 2006, 11:09:03 AM #23
edchapman

Re: [THEME] Musiconica

I really like this Musiconica theme. Great work!
However, I can not get the Ad Management to work with it. I tried to edit it but keep getting errors. I did search on SMF and the Ad management site... and there was other people having the same problem.

I also have the Pro Graphite theme... When I tried to install Ad Management into it I got the same errors... but found some edited files on another site that worked. However, some of the options you added were removed... like the cool popup for the search and quick links.

Can you please post edited files to make ad management work right without screwing up these awsome themes?
Offline  
Read December 15, 2006, 12:10:06 PM #24
m3talc0re

Re: [THEME] Musiconica

You've got to extract the zip of the package then open install.xml in whatever editor you use then find the parts that want to change something in your theme's directories.
Code:
<file name="$themedir/index.template.php">

So if you have the index.template.php in your custom theme, you have to manually make those changes.


The real hell is your life gone wrong.
Offline  
Read December 16, 2006, 01:22:08 AM #25
JTM29

Re: [THEME] Musiconica

Hi mate,
Great work on the Theme, best one around. Just wondering if there is any chance you could make it compatible with Tiny Portal? If not, not to worry thanks anyway for the great them! Smiley
Offline  
Read December 16, 2006, 01:26:13 AM #26
m3talc0re

Re: [THEME] Musiconica

Crip has converted the theme to TP use. Visit his section at the tp site.


The real hell is your life gone wrong.
Offline  
Read December 16, 2006, 01:32:12 AM #27
JTM29

Re: [THEME] Musiconica

Ah ok thanks Smiley
Offline  
Read September 29, 2007, 12:31:09 PM #28
designguy

Re: [THEME] Musiconica

Hey, kudos on this theme. It's STILL one of the best themes out there. Where do I donate, brother?


John Coonen
Partner, Coffee Group Inc
Offline  
Read December 02, 2007, 08:59:00 AM #29
hclloveh

Re: [THEME] Musiconica

this theme ready with SMF 1.1.4 ?
Offline  
Pages: 1 [2] 3   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS