Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 3
Goto page Previous  1, 2, 3  Next
 
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
wow it works great   

Thanks again
 



 
xmenfileSend 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: [MOD IPv1.3.0.*] Post Icon 
 
Hi,
I just installed the mod and everything seems to be working right (no errors), but the icons aren't actually showing?

Could anyone help.
 



 
DShadowSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
DShadow wrote: [View Post]
Hi,
I just installed the mod and everything seems to be working right (no errors), but the icons aren't actually showing?

Could anyone help.


you view got something like this???:
testqn

edit: templates/default/posting_body.tpl

Find:
Code: [Download] [Hide] [Select]
                        <input type="radio" name="post_icon"

value="{switch_icon_checkbox.row.cell.ICON_ID}"{switch_icon_checkbox.row.cell.ICON_CHECKED}>&nbsp;{switch_icon_ch

eckbox.row.cell.ICON_IMG}&nbsp;&nbsp;


Replace with:
Code: [Download] [Hide] [Select]
                        <input type="radio" name="post_icon" value="{switch_icon_checkbox.row.cell.ICON_ID}"{switch_icon_checkbox.row.cell.ICON_CHECKED}>&nbsp;{switch_icon_checkbox.row.cell.ICON_IMG}&nbsp;&nbsp;


Greetings...
 




____________
<?beb
define('IN_ICYPHOENIX', true);
?>
 
TuningBEB2008Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Sorry I wasn't very clear.

This is what i'm getting:

pic1pd
Shouldn't the icon be there?

pic2cy
This is whats selected for the post.

hmmmmmmmmmmmm.

Thanks in advance,
Al
 




____________
The Guy with all the questions ...... but no answers
 
DShadowSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
DShadow wrote: [View Post]
Sorry I wasn't very clear.

This is what i'm getting:

pic1pd
Shouldn't the icon be there?

pic2cy
This is whats selected for the post.

hmmmmmmmmmmmm.

Thanks in advance,
Al


Select the icon and submit post
 




____________
<?beb
define('IN_ICYPHOENIX', true);
?>
 
TuningBEB2008Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Sorry i one error in this line 408 :  Is IN File function_post.php


Code: [Download] [Hide]
  1. Error in posting  
  2.  
  3. DEBUG MODE  
  4.  
  5. UPDATE ip_posts SET post_username = '', post_text = 'Pues esto es una simple prueba de los iconos en post , pero al parecer no se puede editar los post ( anteriorres ni nuevos ) citar tampoco se puede . Tranquilos se esta solucionando todos estos problemas .', post_text_compiled = '', post_subject = 'Prueba de icono', enable_bbcode = 1, enable_html = 0, enable_smilies = 1, enable_sig = 1,post_icon = 1,, enable_autolinks_acronyms = 1 WHERE post_id = 480  
  6.  
  7. Line : 408  
  8. File : functions_post.php 

 




____________
Version de Icy Phoenix: 1.3.0.53b
Hosting: Dedicado RM Hosts
URL: www.phonesfera.com & www.ps3fan.es & www.mypesepe.es
 
My_PeSePeSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
try to reinstall in my test forum (last version 1.3.0.53a, works fine)
http://allinforumtec.netii.net/forum.php
 




____________
<?beb
define('IN_ICYPHOENIX', true);
?>
 
TuningBEB2008Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
My_PeSePe, you had edited wrongly the file functions_post.php
Find:
Code: [Download] [Hide] [Select]
,, enable_autolinks_acronyms
Replace with
Code: [Download] [Hide] [Select]
, enable_autolinks_acronyms


TuningBEB2008, thanks for this great mod I've installed it on my forum. I have just two things to say:
1. I get a Hacking Attempt when deleting icons from ACP... Maybe it is my fault... It is unnecessary for me to delete icons, but anyway I thought you should know
2. I'd better add a lang key for parsing that icon_none... He he it's just an opinion

Greets!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
1. I know that, is a bug canĀ“t solved
2. Great suggestion, but i prefer no change too much the original mod

maybe you can do better Kas
 




____________
<?beb
define('IN_ICYPHOENIX', true);
?>
 
TuningBEB2008Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
To point one.

Maybe you consider to kill CRTracker in that file.

Or you add the file to tracker list
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Ok, it was a strange error... a form action was set to a includes file... and if you access directly to that include, the file returns that hacking attempt

Open adm/admin_icons.php
Find
Code: [Download] [Hide] [Select]
                'S_ACTION'        => append_sid(IP_ROOT_PATH . 'includes/def_icons.' . PHP_EXT),
Replace with
Code: [Download] [Hide] [Select]
                'S_ACTION'        => append_sid('admin_icons.' . PHP_EXT . '?mode=del'),


Greets!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Thx Kas
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Ok , thanks in correct
 



 
My_PeSePeSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Installed and running.

Perfect
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD IPv1.3.0.*] Post Icon 
 
Thaks Kaslimon, i update the file and rewrite some things in the code and delete the includes/functions_mods_settings.php  
 




____________
<?beb
define('IN_ICYPHOENIX', true);
?>
 
TuningBEB2008Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 3
Goto page Previous  1, 2, 3  Next


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