MyBB Community Forums

Full Version: [Released] BlackBB 1.1 for MyBB 1.4.1 UPDATED!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hi, I pmed you before and got that figured out. None of the links on the bottom of the replies and posts have images though. Just the red x. http://www.spectrumfriends.com/forum/hi-...n-t-1.html

Did i miss something? Maybe I misplaced some files? Please let me know! Thanks!!!
Yes, the images inside the topics

http://www.spectrumfriends.com/forum/hi-...n-t-1.html

just red x Smile
Heres a screenshot there missing intopic and outtopic like the new thread button is gone.

[Image: 1-12.png]

And I still see spanish on it like here.

[Image: 2-9.png]
Small bug in "nav" template:

<img src="http://www.animemaniax.uni.cc/images/blackbb/navbit_active.png" alt="">

Should be
<img src="{$theme['imgdir']}/navbit_active.png" alt="" />
Jamie T

enter with your ftp to your root and follow this path:

images > blackbb > espanol

change the name of the folder espanol to english, and now the images in post will be show it

and for the spanish in portal, enter to your admin CP and follow this path:

styles & templates > templates > blackbb > portal templates > portal

and find this

<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">

<tr>

<td valign="top" width="170"><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<td class="thead"><strong>Navegacion</strong></td>

</tr>

<tr>

<td class="trow1">

<img src="http://www.animemaniax.uni.cc/images/portalimg/arrow.png" alt=""> <a href="http://www.animemaniax.uni.cc/portal.php"><strong>Portal</strong></a><br>

<img src="http://www.animemaniax.uni.cc/images/portalimg/arrow.png" alt=""> <a href="http://www.animemaniax.uni.cc/index.php"><strong>Foro</strong></a><br>

<img src="http://www.animemaniax.uni.cc/images/portalimg/arrow.png" alt=""> <a href="http://www.animemaniax.uni.cc/announcements.php?aid=1"><strong>Reglamento</strong></a><br>

<img src="http://www.animemaniax.uni.cc/images/portalimg/arrow.png" alt=""> <a href="http://www.animemaniax.uni.cc/misc.php?action=help"><strong>Ayuda</strong></a><br>

</td>

</tr>

</table><br />

delete that line if you want it, or in other case change the links for yours

salutes!!!
(2008-09-01, 02:35 AM)monacelli Wrote: [ -> ]Small bug in "nav" template:

<img src="http://www.animemaniax.uni.cc/images/blackbb/navbit_active.png" alt="">

Should be
<img src="{$theme['imgdir']}/navbit_active.png" alt="" />

thanks for fix that bug men Smile
(2008-08-31, 11:11 PM)cam2301 Wrote: [ -> ]Hi, I pmed you before and got that figured out. None of the links on the bottom of the replies and posts have images though. Just the red x. http://www.spectrumfriends.com/forum/hi-...n-t-1.html

Did i miss something? Maybe I misplaced some files? Please let me know! Thanks!!!
Yes, the images inside the topics

http://www.spectrumfriends.com/forum/hi-...n-t-1.html

just red x Smile

change the buttons folder name of espanol to english in the blackbb folder

in this path:

forum root > images > blackbb > espanol

and problem solved

salutes!!!
Theme is excellent. Bravo!
Cool! I love it very much! Well done dude! One thing it doesn't looks alike at all.. The buttons..
Attachment is removed. Why?
I cant find this code in templates:
Gender: <b><img src="images/Male.png" alt="Male"><br></b></span>
I want to change image source to Male.gif. Please, help me.
Ok. Great. But, can you help me to find this:
Gender: <b><img src="images/Male.png" alt="Male"><br></b></span>
that source is of the gender plugin, mmm you have installed the plugin right?

i you have it.

follow this path: templates/blackbb/postbit template/postbit

and find that line.
Pages: 1 2 3 4