Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.219
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ?This sh...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriousl...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Installing BBcode box 5.10 (textarea not showing!, missing)
Installing BBcode box 5.10 (textarea not showing!, missing)
Goto page 1, 2, 3, 4, 5, 6  Next

67 Replies / 24335 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » PHPBB

View previous topic :: View next topic


sirxazor
Reputation: 461.4 Add RepSubtract Rep
Local time: 6:11 AM


Noob
Noob

0.00 posts per day
Medals: 0

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

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: 90.1 Add RepSubtract Rep
votes: 5
Local time: 10:11 AM
Location: UK
uk.gif



0.24 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Feb 07, 2007
Last Visit: 30 Jun 2011
Posts: 430
Points: 4451 

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
 

 
View user's profileSend private messageSend e-mail Reply with quote

sirxazor
Reputation: 461.4 Add RepSubtract Rep
Local time: 6:11 AM


Noob
Noob

0.00 posts per day
Medals: 0

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

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: 90.1 Add RepSubtract Rep
votes: 5
Local time: 10:11 AM
Location: UK
uk.gif



0.24 posts per day
Medals: 3 (View more...)
Super Dedicated User (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Feb 07, 2007
Last Visit: 30 Jun 2011
Posts: 430
Points: 4451 

Post Posted: Mon Mar 26, 2007 9:37 pm

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

Could there be a problem with the posting_body.tpl?

Coz thats where the text area is defined isnt it?

DoC
 

 
View user's profileSend private messageSend e-mail Reply with quote

jayblaq
Reputation: 461.4 Add RepSubtract Rep
Local time: 3:11 AM
Location: heaven or las vegas

Noob
Noob

0.00 posts per day
Medals: 0

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

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.8 Add RepSubtract Rep
Local time: 6:11 AM

blank.gif

Rocket Noob
Rocket Noob

0.01 posts per day
Medals: 0

Joined: Mar 27, 2007
Last Visit: 02 Jun 2007
Posts: 25
Points: 100 

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 Add RepSubtract Rep
Local time: 3:11 AM
Location: heaven or las vegas

Noob
Noob

0.00 posts per day
Medals: 0

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

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: 2087.2 Add RepSubtract Rep
votes: 22
Local time: 5:11 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.73 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 27 Jan 2012
Posts: 3313
Points: 132023 

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

sirmaximus
Reputation: 461.8 Add RepSubtract Rep
Local time: 6:11 AM

blank.gif

Rocket Noob
Rocket Noob

0.01 posts per day
Medals: 0

Joined: Mar 27, 2007
Last Visit: 02 Jun 2007
Posts: 25
Points: 100 

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 Add RepSubtract Rep
Local time: 3:11 AM

usa.gif

Noob
Noob

0.00 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: 2087.2 Add RepSubtract Rep
votes: 22
Local time: 5:11 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.73 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 27 Jan 2012
Posts: 3313
Points: 132023 

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

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

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

oden1488
Reputation: 461.5 Add RepSubtract Rep
Local time: 3:11 AM

usa.gif

Noob
Noob

0.00 posts per day
Medals: 0

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

Post Re: Posted: Mon Apr 16, 2007 6:36 pm

floppy

I tried no dice man. I sent my details to you.

Thank you so much. I really like your site and forum. Kudo'S to you brother
 

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

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » PHPBB


 
67 Replies / 24335 Views
Page 1 of 6
All times are GMT
Goto page 1, 2, 3, 4, 5, 6  Next
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum