Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Problem When Posting An Image URL 
 
Hi. I has a problem when post an image in my message. When I use [img] tag to add external image URL after that don't show me the picture in my post, but show me the link of the image named Image??!? How I can post images in my messages? thanks
 



 
radoSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
Not positive this will fix it but it did for my banner not showing in signature.

In your ACP - Configuration - Icy Phoenix Settings - Posting


Enable all BBCodes Check Yes
Enabling this option all BBCodes will be enabled in signature and other places where usually they are not active. BBCodes which are usually disabled in signature are IMG, ALBUMIMG and some intensive formatting BBCodes. If you enable this option, some signature may result space and resources consuming.

Like I said not sure if it will fix your problem.
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
Thanks, but it don't work   , but I installed IP 1.1.0.15 and now everything worked. Also one more question - I tried to remove some links from main menu, but even the links are removed they are still in the dynamic main menu? Also I tried to set the links premissions to be viewed only from Administrators, but nothing works - they are visible to guests too. Any suggestions?
 



 
radoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
try to clear the cache
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
rado wrote: [View Post]
Thanks, but it don't work   , but I installed IP 1.1.0.15 and now everything worked. Also one more question - I tried to remove some links from main menu, but even the links are removed they are still in the dynamic main menu? Also I tried to set the links premissions to be viewed only from Administrators, but nothing works - they are visible to guests too. Any suggestions?


Ditto on this problem and clearning cache didn't resolve the issue.
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
freespirit and rado 2 members in 1 ?

I was talking about links and about your browser cache too
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
It happens the same to me in beta and stable version. The form of solving this is to set the bbcode in this way:

Code: [Download] [Hide] [Select]
[img=http://image_adress][/img]

 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
difus I am 100% postively sure that rado and I are not one in the same. But we are having the same problem.

I sure hope someone has the answer for fixing the issue with the menu.
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
Please, review my post before this one before
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
novice programmer wrote: [View Post]
Please, review my post before this one before


I am sure this resolves the issue with posting images but how would this resolve deleting or removing links in the dynamic menu and having them still show?
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
sorry

I don't understand very well your question
disable links block in cms
or do you want it to leave for admins ?
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
difus wrote: [View Post]
sorry

I don't understand very well your question
disable links block in cms
or do you want it to leave for admins ?


I have disabled the links and even tried deleting a link in the dynamic menu. I tried setting permissions to admin only. Deleting, disabling or changing permissions they still show for everyone in the dynamic menu.

Example: I deleted the Album link completely from the CMS but it is still showing for everyone on the front page main links.

I set downloads to disabled it is still showing on the main links in the dynamic menu

Hope that clarifies the problem.
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
I don't use this function , but I'll try it.[permissions through cms]

for quick solve

open templates/mg_themes/nav_quick_links.tpl

and do what do you want

Code: [Download] [Hide] [Select]
<!-- BEGIN mg_switch_user_is_admin -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left">{U_ACP}</td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CMS}">{L_CMS}</a></td>
                </tr>
                <!-- END mg_switch_user_is_admin -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_PORTAL}">{L_HOME}</a></td>
                </tr>
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_PROFILE}">{L_CPL_NAV}</a></td>
                </tr>
                <!-- END switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_INDEX}">{L_FORUM}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_FAQ}">{L_FAQ}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_SEARCH}">{L_SEARCH}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_ALBUM}">{L_ALBUM}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CALENDAR}">{L_CALENDAR}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_DOWNLOADS}">{L_DOWNLOADS}</a></td>
                </tr>
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_UPLOADED_IMAGES}">{L_UPLOADED_IMAGES}</a></td>
                </tr>
                <!--
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="javascript:void(0);" onClick="window.open('chatbox_mod/chatbox.php','_chatbox','resizable=yes,scrollbars=yes,width=600,height=460')">Chat</a></td>
                </tr>
                -->
                <!-- END switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_AJAX_SHOUTBOX}">{L_AJAX_SHOUTBOX}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_LINKS}">{L_LINKS}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_KB}">{L_KB}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CONTACT_US}">{L_CONTACT_US}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_BOARDRULES}">{L_BOARDRULES}</a></td>
                </tr>
                <!-- BEGIN mg_switch_user_is_admin -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_DB_GEN}">{L_DB_GEN}</a></td>
                </tr>
                <!-- END mg_switch_user_is_admin -->
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_SUDOKU}">{L_SUDOKU}</a></td>
                </tr>
                <!-- END switch_user_logged_in -->



there are switches for admin acces, for reg. users
example. find
Code: [Download] [Hide] [Select]
<!--
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="javascript:void(0);" onClick="window.open('chatbox_mod/chatbox.php','_chatbox','resizable=yes,scrollbars=yes,width=600,height=460')">Chat</a></td>
                </tr>
                -->


it is not active and not shown in menu


example 2

find

<!-- BEGIN mg_switch_user_is_admin -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left">{U_ACP}</td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CMS}">{L_CMS}</a></td>
                </tr>
                <!-- END mg_switch_user_is_admin -->


it is only for admin

I hope you understand me  
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
Not sure if you meant edit the tpl by removing those, but that is what I did and it took care of having them show. I backed up the old file just in case it is not what you meant. Thank you for showing me which file to edit.
 



 
FreespiritSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Posting An Image URL 
 
yes edit this part of the file by adding or removing switches.
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events