| Author |
Message |
BooFeZ

Joined: May 01, 2007
Posts: 5
|
Posted:
Tue May 01, 2007 1:22 pm |
|
Ok first problem I am having is the map description display when allow screenshot upload is active. Heres what it looks like and its very ugly.
http://www.teamplayguild.com/Pics/review1.JPG
Second problem I am having is when a user submits a review for a map and I, the admin goes into to review it and accept it, I cant read the users review. The box is way to small and I cant expand it. Also sometimes the review isnt even there it shows up in the admin panel as IFRAME so I cant review it and when I accept it, it shows up under the map review as the text plus code also inserted into it. Also is there supposed to be an option to decline the review?? How else besides editing the tables can u delete it if the review isnt up to the standards?? Heres a pic of the prob
http://www.teamplayguild.com/Pics/review2.JPG
Thanks for taking the time to look |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 894
|
Posted:
Tue May 01, 2007 3:33 pm |
|
Looks like the nuke editor is taking over the textarea. Just disable it and it will look alot better.
Add the following to the files you want to disable the editor in...
(viewmap.php
You're right, there isn't a way to delete the reviews so I'll put that on the list for the next version. |
| |
|
|
 |
BooFeZ

Joined: May 01, 2007
Posts: 5
|
Posted:
Tue May 01, 2007 8:24 pm |
|
Thanks gotcha for the response.
nuke_editor=0 worked great for the first problem and now the details of the map look great.
How would I fix the second problem with the submitted reviews in the admin panel and the iframe issue?
http://www.teamplayguild.com/Pics/review2.JPG |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 894
|
Posted:
Wed May 02, 2007 11:07 am |
|
You'll have to add that same line, $nuke_editor = 0; to modules/Maps/admin/incs/revapprove.php |
| |
|
|
 |
BooFeZ

Joined: May 01, 2007
Posts: 5
|
Posted:
Wed May 02, 2007 2:30 pm |
|
Yea i kinda figured that but I couldnt get it to work so I added $nuke_editor = 0; thing after every line in that file but it never changed. Just stayed the same tiny box. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 894
|
Posted:
Wed May 02, 2007 4:51 pm |
|
You could try to find the <textarea tag and try to adjust the rows and cols values to something bigger. Other than that, I'm not sure why the $nuke_editor = 0; won't work. What version of nuke are you running? |
| |
|
|
 |
BooFeZ

Joined: May 01, 2007
Posts: 5
|
Posted:
Thu May 03, 2007 8:06 am |
|
w00t, I found the txt are within admin/maps.php the rows column was set to '2' and I changed to '6' and all is well.
Appreciate your help gotcha. |
| |
|
|
 |
|
|