@ethan42411
Great ! Now, i don't lost my SEO coz redirect to login
You are not logged in. Please login or register.
PunBB Forums → Posts by kemangi
@ethan42411
Great ! Now, i don't lost my SEO coz redirect to login
ups wrong url for linkedin
i'm trying to modified like this
$fancy_profile_fields_linkedin_url = (strpos($user['linkedin'], 'http') === 0) ? forum_htmlencode($user['linkedin']) : forum_htmlencode('https://id.linkedin.com/in/'.$user['linkedin']);
$forum_page['user_contact']['linkedin'] = '<li><span>'.$fancy_profile_fields['Linkedin'].': <a href="'.$fancy_profile_fields_linkedin_url.'" class="external url" rel="linkedin">'.$fancy_profile_fields_linkedin_url.'</a></span></li>';
still doesn't work
My New Forum
http://www.idsysadmin.org/
PunBB still Rockz
and..
maybe version 0.5 have linkedin field
nice work
thx
agree!
let's donate to buy punbb from informer
can make for meta description too?
SEO
how about this?
i use all onion smiley
with simple array modification in punbb smiley extension
punbb rockz
indonesian language:
wah ini om fadly yg mn y?
ad nyangkut feed dr omega
om hemstar7 toh
thx a lot
thx it's works
http://forum.pinang.or.id/
kemangi wrote:thx
it work's
http://forum.pinang.or.id/topic21-sejarah-fonang.htmlwould you please share how you made the share and the retweet buttons in every post? I like it and would like to use it
avatar default
your modify the links
see your .htaccess
any extension of jQuery are you using?
yeah i use jquery from yonash
is it effect?
i have install jquery
but Forum messages when i try to install
This extension cannot be installed unless "jquery" is installed and enabled
why?
i wanna try this one
thx
maybe u can use http://punbb.informer.com/forums/topic/ … hide-tags/
very interesting
thx a lot
thank you very much parpalak
it's fix
but it's still something problem
<?php
/**
* Outputs the footer used by most forum pages.
*
* @copyright (C) 2008-2009 PunBB, partially based on code (C) 2008-2009 FluxBB.org
* @license http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
* @package PunBB
*/
// Make sure no one attempts to run this script "directly"
if (!defined('FORUM'))
exit;
// START SUBST - <!-- forum_about -->
ob_start();
($hook = get_hook('ft_about_output_start')) ? eval($hook) : null;
// Display the "Jump to" drop list
if ($forum_user['g_read_board'] == '1' && $forum_config['o_quickjump'] == '1')
{
($hook = get_hook('ft_about_pre_quickjump')) ? eval($hook) : null;
// Load cached quickjump
if (file_exists(FORUM_CACHE_DIR.'cache_quickjump_'.$forum_user['g_id'].'.php'))
include FORUM_CACHE_DIR.'cache_quickjump_'.$forum_user['g_id'].'.php';
if (!defined('FORUM_QJ_LOADED'))
{
if (!defined('FORUM_CACHE_FUNCTIONS_LOADED'))
require FORUM_ROOT.'include/cache.php';
generate_quickjump_cache($forum_user['g_id']);
require FORUM_CACHE_DIR.'cache_quickjump_'.$forum_user['g_id'].'.php';
}
}
($hook = get_hook('ft_about_pre_copyright')) ? eval($hook) : null;
?>
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
<script type="text/javascript" >
if (!$forum_user['is_guest'])
echo '<script type="text/javascript">autoLogin("'.$forum_user['username'].'");</script>';
</script>
<p id="copyright"><?php echo sprintf($lang_common['Powered by'], '<a href="http://punbb.informer.com/">PunBB</a>'.($forum_config['o_show_version'] == '1' ? ' '.$forum_config['o_cur_version'] : ''), '<a href="http://www.informer.com/">Informer Technologies, Inc</a>') ?></p>
<?php
($hook = get_hook('ft_about_end')) ? eval($hook) : null;
$tpl_temp = forum_trim(ob_get_contents());
$tpl_main = str_replace('<!-- forum_about -->', $tpl_temp, $tpl_main);
ob_end_clean();
// END SUBST - <!-- forum_about -->
// START SUBST - <!-- forum_debug -->
if (defined('FORUM_DEBUG') || defined('FORUM_SHOW_QUERIES'))
{
ob_start();
($hook = get_hook('ft_debug_output_start')) ? eval($hook) : null;
// Display debug info (if enabled/defined)
if (defined('FORUM_DEBUG'))
{
// Calculate script generation time
list($usec, $sec) = explode(' ', microtime());
$time_diff = forum_number_format(((float)$usec + (float)$sec) - $forum_start, 3);
echo '<p id="querytime">[ '.sprintf($lang_common['Querytime'], $time_diff, forum_number_format($forum_db->get_num_queries())).' ]</p>'."\n";
}
if (defined('FORUM_SHOW_QUERIES'))
echo get_saved_queries();
($hook = get_hook('ft_debug_end')) ? eval($hook) : null;
$tpl_temp = forum_trim(ob_get_contents());
$tpl_main = str_replace('<!-- forum_debug -->', $tpl_temp, $tpl_main);
ob_end_clean();
}
// END SUBST - <!-- forum_debug -->
// Last call!
($hook = get_hook('ft_end')) ? eval($hook) : null;
// End the transaction
$forum_db->end_transaction();
// Close the db connection (and free up any result data)
$forum_db->close();
// Spit out the page
exit($tpl_main);
thx, it's works
yippie
PunBB Forums → Posts by kemangi
Powered by PunBB, supported by Informer Technologies, Inc.