OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
remove object from booklibrary (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Remove object from booklibrary

pickolo (Visitor)
Posts: 0
graphgraph
User Offline
remove object from booklibrary 12 Years, 11 Months ago
Karma: 0  
Hi again.
Can you tell me how can I remove the red box from the from the picture I attach?

I can't find it in the .php files.
I use com_booklibrary_BASIC_2_0_2011_02_03
Ty.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove object from booklibrary 12 Years, 11 Months ago
Karma: 101  
Please install to FireFox browser FireBug extension and with it help - please check where from go style what set that red box

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
pickolo (Visitor)
Posts: 0
graphgraph
User Offline
Re:remove object from booklibrary 12 Years, 11 Months ago
Karma: 0  
I find that code witch is the "red box" but I can't find it in the booklibrary files.
plz help.
Code:

<td>
          Your postal mailing address: <br>           
          <!-- Start Editor -->
  <textarea id="user_mailing" name="user_mailing" cols="30" rows="5" style="width: 400px; height: 200px; display: none; "
class="mce_editable"></textarea>
<span id="user_mailing_parent" class="mceEditor defaultSkin">
<table id="user_mailing_tbl" class="mceLayout" cellspacing="0" cellpadding="0" style="width: 400px; height: 200px; ">
<tbody><tr class="mceFirst">
<td class="mceToolbar mceLeft mceFirst mceLast">
<a href="#" accesskey="q" title="Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X">
<!-- IE --></a>
<table id="user_mailing_toolbar1" class="mceToolbar mceToolbarRow1 Enabled" cellpadding="0" cellspacing="0" align="">
<tbody>
<tr>
<td class="mceToolbarStart mceToolbarStartButton mceFirst">
<span>
 ...
<!-- End Editor -->         
        </td>

Logged Logged
Last Edit: 2011/04/20 12:04 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove object from booklibrary 12 Years, 11 Months ago
Karma: 101  
That code inserted to yours site automatic with help MCE plugin. You ill not see that code in BookLibrary files
You may try change editor in Backend - that may help.

I said for you install "FireBug addon" for Firefox. Because with it help you can check all styles what add to yours editors red box.
So you will see all styles and where from they go - so you will can correct that

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
pickolo (Visitor)
Posts: 0
graphgraph
User Offline
Re:remove object from booklibrary 12 Years, 11 Months ago
Karma: 0  
ok I found it!
I post it to help other users if they want to change it.
I delete in the booklibrary.html.php file in line 383
Code:

editorArea( 'editor1',  '' , 'user_mailing', '400', '200', '30', '5' ) ;

Tnx you for your help!
Logged Logged
Last Edit: 2011/04/20 20:06 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove object from booklibrary 12 Years, 11 Months ago
Karma: 101  
Hello,

But you removed possibility add message details at all !!!

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»