Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [solved] Current Signature Divider 
 
Hi there!

I got nearly the same question. Well, i wonder about ACP > Configuration > Main Settings > Users
There's the point called "Current Signature Divider" (Control what divides the user's signature from their post)!
But i really can't control, because i want an image instead of plain text.
Tried it out with absolute and relative path, but doesn't works.
Any suggestions to add an image w/o editing php files?
Thank you!

Greetings, Ghostsearcher
 




____________
What i'm using:
Forumsoftware = phpBB 3.0.8 and Icy Phoenix f7f8a52 (GIT)
Style = Black-Pearl 1.6.4 (phpbb 3 only)
MySql= 5.1.49
 
Last edited by Ghostsearcher on Fri 01 Jul, 2011 15:31; edited 1 time in total 
GhostsearcherSend 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: Current Signature Divider 
 
First of all, the Signature Divider is stored in db ip_config -> sig_line   "______"

You can not insert there image html or BBCode

A quick way to solve this is this (remember it would be for all users)

OPEN viewtopic.php
FIND
Code: [Download] [Hide] [Select]
$user_sig = '<br />' . $config['sig_line'] . '<br />' . $user_sig;

REPLACE WITH
Code: [Download] [Hide] [Select]
$user_sig = '<br />' . '<img src="http://www.pfad.de/sig.png" alt="Signatur" title="Signatur" />' . '<br />' . $user_sig;

 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Current Signature Divider 
 
Hi!

Great! Thanks!
Problem solved.

Greetings, Ghostsearcher
 




____________
What i'm using:
Forumsoftware = phpBB 3.0.8 and Icy Phoenix f7f8a52 (GIT)
Style = Black-Pearl 1.6.4 (phpbb 3 only)
MySql= 5.1.49
 
GhostsearcherSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [solved] Current Signature Divider 
 
Ghostsearcher wrote: [View Post]
Hi!

Great! Thanks!
Problem solved.

Greetings, Ghostsearcher


Open :

Code: [Download] [Hide] [Select]
./template/default/viewtopic_body.tpl


Search :


Code: [Download] [Hide] [Select]
<!-- BEGIN switch_showsignatures -->
            {postrow.SIGNATURE}
            <!-- END switch_showsignatures -->


Replace :

Code: [Download] [Hide] [Select]
<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" ><br><center><img border="0" src="http://www.phonesfera.com/images/firma.png"></center><br />{postrow.SIGNATURE}<br></div><!-- ENDIF -->


Example :

spacer

captura
 




____________
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: [solved] Current Signature Divider 
 
Hmm, that's a nicer way. I think it's better because of the IF argument.
Thanks for your help!

Greetings, Ghostsearcher
 




____________
What i'm using:
Forumsoftware = phpBB 3.0.8 and Icy Phoenix f7f8a52 (GIT)
Style = Black-Pearl 1.6.4 (phpbb 3 only)
MySql= 5.1.49
 
GhostsearcherSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [solved] Current Signature Divider 
 
Thanks My_PeSePe, thats the better way to solve this.  
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [solved] Current Signature Divider 
 
TheSteffen wrote: 
First of all, the Signature Divider is stored in db ip_config -> sig_line   "______"

You can not insert there image html or BBCode


I don't think that's quite correct as you could try this?

In the ACP find:

Current Signature Divider
This is where you control what divides the user's signature from their post

Clear the box and change to this.

__________________________________________________________________<br /><br /><div align="center"><img src="test.gif" alt="" border="0" /></div>


(Image path is the forum root or adjust to suit and maybe add height and width to the image too. - Don't use semi-quotes ( ' ) for anything unless you comment them out like so \' )

Works for me! - And it sure beats editing Core Files.


This does too!

__________________________________________________________________<br /><br /><div align="center"><a href="http://127.0.0.1/kids/"><img src="test.gif" alt="" /></a></div>


 untitled_2
 



 
mortSend private message  
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