Clan Adverts

PHP Web Host - Quality Web Hosting For All PHP Applications

 

www.clan-themes.co.uk :: View topic - Installing BBcode box 5.10 (textarea not showing!, missing)

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Installing BBcode box 5.10 (textarea not showing!, missing)
Goto page 1, 2, 3, 4, 5, 6  Next

66 Replies / 11492 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » PHPBB

View previous topic :: View next topic


sirxazor
Reputation: 461.4
Local time: 4:04 PM


Status: Offline
0.00 posts per day
Medals: 0

Joined: Mar 25, 2007
Last Visit: 06 May 2007
Posts: 2
Points: 67 

Post Installing BBcode box 5.10 (textarea not showing!, missing) Posted: Sun Mar 25, 2007 10:59 am   

I need help pls,

I was installing BBcode Box 5.10 into my site

http://eureka7extreme.net

and I got stuck in the last part of the installation.

it says find:

/* Main table cell colours and backgrounds */

But my style sheet does not have that! where should I add the following code:

/*
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
*/
.postimage {
cursor: pointer;
cursor: hand;
}
.postimage:hover {
background-color: #C2CFE5;
cursor: pointer;
cursor: hand;
}
/*
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
*/

Right now my forums are ONLINE, you can see the icons when trying to post, but you cant type anything! the box is gone I dont know where :( Thank you!
 

 
View user's profileSend private message Reply with quote

DoC
Reputation: 161.1
votes: 4
Local time: 9:04 PM
Location: Wiltshire, UK
uk.gif

Status: Offline
0.78 posts per day
Medals: 1 (View more...)
Dedication (Amount: 1)
Very Important Person
Very Important Person
Joined: Feb 07, 2007
Last Visit: 09 Jun 2008
Posts: 401
Points: 1982 

Post Posted: Sun Mar 25, 2007 11:09 am   

Shop Purchases:
Clan Roster v1.7 Php Nuke Module · Clan Roster 2.0

It should be around line:

188 - 210 just before that part you will have the following:

/* This is the outline round the main forum tables */
.forumline {
BORDER-TOP: #000000 0px solid;
BORDER-BOTTOM: #5f6555 0px solid;
BORDER-LEFT: #000000 0px solid;
BORDER-RIGHT: #5f6555 0px solid;

If not ask the designer of the theme in use ;)

So it should look like:

/* This is the outline round the main forum tables */ <--- LINE 183 (on mine)
.forumline {
BORDER-TOP: #000000 0px solid;
BORDER-BOTTOM: #5f6555 0px solid;
BORDER-LEFT: #000000 0px solid;
BORDER-RIGHT: #5f6555 0px solid;
}
/*
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
*/
.postimage {
cursor: pointer;
cursor: hand;
}
.postimage:hover {
background-color: #C2CFE5;
cursor: pointer;
cursor: hand;
}
/*
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
*/
/* Main table cell colours and backgrounds */
/* A lot of these are for the extras like arcade especially */ <---- LINE 211 (on mine)

Hope it helps

DoC
 

Play EVE Online? Go To: www.go-pdi.com & Join The Best Corp In The Universe!  
View user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger Reply with quote

sirxazor
Reputation: 461.4
Local time: 4:04 PM


Status: Offline
0.00 posts per day
Medals: 0

Joined: Mar 25, 2007
Last Visit: 06 May 2007
Posts: 2
Points: 67 

Post Re: Posted: Sun Mar 25, 2007 7:17 pm   

Thank you :)

I found .forumline, and I have added the code BEFORE it. However, I still cannot post in my website. I can see all of the icons, but the textarea don't show...
 

 
View user's profileSend private message Reply with quote

DoC
Reputation: 161.1
votes: 4
Local time: 9:04 PM
Location: Wiltshire, UK
uk.gif

Status: Offline
0.78 posts per day
Medals: 1 (View more...)
Dedication (Amount: 1)
Very Important Person
Very Important Person
Joined: Feb 07, 2007
Last Visit: 09 Jun 2008
Posts: 401
Points: 1982 

View user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger Reply with quote




jayblaq
Reputation: 461.4
Local time: 1:04 PM
Location: heaven or las vegas

Status: Offline
0.00 posts per day
Medals: 0

Joined: Mar 31, 2007
Last Visit: 10 Aug 2007
Posts: 2
Points: 5 

Post Posted: Sun Apr 01, 2007 3:55 am   

Yes thats where the problem is - In the install right near the end it has you copy and replace the part of the code that creates the message box

<textarea name="message" rows="15" cols="35" wrap="virtual" tabindex="3" class="post">{MESSAGE}</textarea>



Hopefully they will fix this soon so we can all use this great new mod from Clen Themes!

I am also awaiting instructions captain!

Jay Blaq
 

 
View user's profileSend private messageVisit poster's websiteAIM Address Reply with quote

sirmaximus
Reputation: 461.9
Local time: 4:04 PM

blank.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Mar 27, 2007
Last Visit: 02 Jun 2007
Posts: 26
Points: 204 

Post Re: Posted: Sun Apr 01, 2007 4:10 am   

I added my own TextArea (message) and TextHelp (BBCODE help)

heh.



EDIT:

Hi, I had to move the copyright at the bbcodes, because some members told me that in their browser it expands the forums out of the normal sizes, so I moved it to the bottom of the forums, where all the copyrights are...

Close to the phpbb and Xtrato designs..
 

 
View user's profileSend private message Reply with quote

jayblaq
Reputation: 461.4
Local time: 1:04 PM
Location: heaven or las vegas

Status: Offline
0.00 posts per day
Medals: 0

Joined: Mar 31, 2007
Last Visit: 10 Aug 2007
Posts: 2
Points: 5 

Post Posted: Sun Apr 01, 2007 3:47 pm   

yes i have the same problem with the copy right and it was my idea as well to move it to the bottom copyright area. we must give clan the credit for this great addition to our forums. It would be smart for them to change this part in the install so people dont have to remove the credit area.
 

 
View user's profileSend private messageVisit poster's websiteAIM Address Reply with quote

floppy
Reputation: 2234.6
votes: 10
Local time: 3:04 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
3.22 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 04 Jul 2008
Posts: 1930
Points: 23097 

View user's profileSend private messageVisit poster's website Reply with quote




sirmaximus
Reputation: 461.9
Local time: 4:04 PM

blank.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Mar 27, 2007
Last Visit: 02 Jun 2007
Posts: 26
Points: 204 

Post Re: Posted: Sun Apr 01, 2007 10:34 pm   

I didn't REMOVED the copyright, I MOVED it to the bottom of the forums, because some members told me that it causes their browser to expand out of the window.
 

 
View user's profileSend private message Reply with quote

oden1488
Reputation: 461.5
Local time: 1:04 PM

usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Apr 13, 2007
Last Visit: 20 Nov 2007
Posts: 7
Points: 464 

Post Re: Posted: Sun Apr 15, 2007 12:48 am   

I am have the same thing I can't type won't show text at all or let me click on faces.

What is the work around ???


ooooppppss I am using Nuke 8.0
http://bikinibikiny.com/adultforum/ < Adult Content +18

I will see if, I can get this to work or just change it back to REG. I have not used BBcode hacks/mods
 

 
View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 2234.6
votes: 10
Local time: 3:04 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
3.22 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 04 Jul 2008
Posts: 1930
Points: 23097 

Post Posted: Sun Apr 15, 2007 12:43 pm   

Shop Purchases:
Clan Roster 2.0

in your posting_body.tpl find the bottom part of the edit made.

Code:
                  </td>
               </tr>
            </table>
         </td>
        </tr>
      </table>
      </span></td>
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |


Take out the top
Code:
</td>
               </tr>
            </table>


This usually fixes most posting_body.tpl issues. If not pm me some ftp details and I will fix it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote