1 bastienb May 28, 2008 12:15
3 yabba May 29, 2008 19:30
Hi there,
The title in the skin is created by this section of code :
<title><?php
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
request_title( array(
'auto_pilot' => 'seo_title',
) );
// ------------------------------ END OF REQUEST TITLE -----------------------------
?></title>
AFAIK there is no easy way to "grab" the value without resorting to ob_start();
<?php
ob_start();
request_title( array(
'auto_pilot' => 'seo_title',
) );
$the_title = ob_get_clean(); // don't use $title or you'll cause errors with links on the page ;)
?>
¥
4 bastienb May 29, 2008 20:35
Great, I think I will use the second one.
I'm doing almost the same thing for Dotclear 1.
Thank you.
Bastien.
5 yabba May 29, 2008 20:44
No problem, feel free to post back if you need any more help .... and don't forget to let us know when your plugin is ready ;)
I for one have always wanted to see my stats in french ..... probably make about as much sense as when they're in english :-S
¥
6 bastienb May 29, 2008 20:56
I think I will post a link to download the BETA tomorrow or next week :)
The web site is in french but the software is localised in FR, EN, IT and DE, it could be better for you :)
7 yabba May 29, 2008 21:25
Seems like the french meaning of today is the same as the english meaning of today, that's one translation string less that you need ;) ( ref : [url=http://forums.b2evolution.net/viewtopic.php?p=76011#76011]Our today[/url] )
¥
8 bastienb Jun 03, 2008 20:23
Hi,
You can tnow download the BETA version and set the type of CMS as B2Evolution in the administration panel.
I hope everything works fine in the english version, if not, see the tab "administration" or send us an email via the support page : http://www.spongestats.org/support/
Download BETA version : http://downloads.sourceforge.net/spongestats/SpongeStats-3.1-BETA1.zip
More infos in french : http://www.spongestats.org/?2008/06/04/38-spongestats-31-beta-1-est-disponible&cos=1
No one can help me about this issue ?
Thank you.
Bastien.