but I use the quickfix postedRdJ1 wrote:How can you edittousername - post_title wrote:andusername wrote in post_title:tousername - post_time wrote:username wrote at post_time:
I am not getting the outcome I wanted. Please help.Erik Frèrejean wrote:Open ./includes/bbcode.php, Find:After-add:Code: Select all
$post_link .= date ($user->data['user_dateformat'], $param['post_time']);
Find:Code: Select all
$split = "wrote at ";
After-add:Code: Select all
$post_link .= $param['post_subject'];
Find:Code: Select all
$split = "wrote in ";
After-add:Code: Select all
return $username . (($post_link != "") ? ' - ' . $post_link : '');
Should do the trick.Code: Select all
return $username . (($post_link != "") ? ' '.$split . $post_link : '');
Glad to hear your making progress mate.Erik Frèrejean wrote:I just finished my version of the single quote mod. I have decided to create a soft version of it.
So only the top quote is shown to normal users, but moderators will see all the quotes.
The main reason for me to decide to create a "soft single quote" is the ability to switch on this feature without distroying the quotes. (the full quote is still shown when you are typing a reply)!
Next stop the multi quote.
Can you post the complete advanced_quoting_quote_head() function for me? This can be found in: ./includes/bbcode.php.Brizzle wrote:Okay, here's something curious. I got this to work and it looks great, except that there appear to be brackets around the date above the quoted text.
Any idea how that might have happened and how I can fix it? Might it have been something I had already modded prior to installing this mod?
A tester nerver hurts . At the moment I'm working on a premodded alfa release, for on the svn. If it is online I'll give a screem.fatmcgav wrote:Glad to hear your making progress mate.Erik Frèrejean wrote:I just finished my version of the single quote mod. I have decided to create a soft version of it.
So only the top quote is shown to normal users, but moderators will see all the quotes.
The main reason for me to decide to create a "soft single quote" is the ability to switch on this feature without distroying the quotes. (the full quote is still shown when you are typing a reply)!
Next stop the multi quote.
Gimme a shout if u need a tester...
Cheers
Gavin
I wasn't sure exactly what to post, so here's a link to the entire file:Erik Frèrejean wrote:Can you post the complete advanced_quoting_quote_head() function for me? This can be found in: ./includes/bbcode.php.
Works als .Brizzle wrote:I wasn't sure exactly what to post, so here's a link to the entire file:Erik Frèrejean wrote:Can you post the complete advanced_quoting_quote_head() function for me? This can be found in: ./includes/bbcode.php.
Link