http://punbb.informer.com/forums/topic/ … ions-page/
shld help...
you shldn't loose anything except your style (?) and mods
You are not logged in. Please login or register.
PunBB Forums → Posts by KeyDog
http://punbb.informer.com/forums/topic/ … ions-page/
shld help...
you shldn't loose anything except your style (?) and mods
I plan on adding the hello kittie and also Imotion sets from that smileysdesign webpage in next - seperate- releases.
If any of you see a set there you think is even more worth it. POST!
Again thx/credit to smileydesigns.net for making them and letting them be used free.
Extension Name & Version
==================================================================
custom_smilies_simpsons V0.1.0
Extension by
==================================================================
KeyDog // Website
Smilies by
==================================================================
SmileyDesign.net // Website
Release Date
==================================================================
26-01-2009
Download
==================================================================
Rapidshare Zip or Mediafire Zip
Installation
==================================================================
Just upload custom_smilies_simpsons folder to extensions folder
Information
==================================================================
You can see a screenshot of the smilies set in
info_docs
simps.gif or here:
View It
Note
==================================================================
You will need latest file include/parser.php (parser.php is located in info_docs folder in case)
Bugs
=================================================================
Please give any feedback on the extension in the forum at
http://www.punbb.org
Or regarding the smilies
http://SmileyDesign.net
==================================================================
Enjoy.
==================================================================
Fine by me. Your definition of "takes time" is closer to days than months So that's cool. Thanks a lot! Appreciated!
Well now what would be great:
If you could change the files that need it
Log the changes
Zip them all up and post a link
then include your extension which makes it possible
1.3.2 Cereal plus your "RealtimeAjax(Post)TopicRefresh" Extension
Would be great step forward.
Kind of Mod crossed with Extension making a better user experience.
Enhancement: Smart AJAX auto-refresh on the conversation view, based on how long ago the most recent post was.
What this means is that if the conversation has had a recent post, esoTalk will use AJAX to check for new activity every few seconds, increasing the period between checks the longer the conversation remains without new activity. Results: decreased server load while AJAX-loading new posts with less delay.
would like to see that as extension....
possible?
agree w you. would be useful.
Did you find it in the Wiki? Link?
I didn't....
Yeah sorry I don't know what's causing your trouble.
I am running several punbb 1.3.2s on Apache / Php 5 - all smooth on every installation. Also in 8 weeks no one here has had the problem you describe.
Good luck anyway
haha silly me. of course. yes that's what i was looking for all along. thx
You try to tell me I'm screwing up, because you can't access the admin side of my site.
No. I'm saying that if you can't access the website as a user then something is wrong that has nothing to do with extensions. The title of your post is misleading to say the least.
Q: How do you log into your admin section now? I was under impression you go to forum.blabla.com then login. But if someone goes to your forum.blabla.com there is no forum even installed.
And I sure as hell wouldn't and didn't try to login to your admin sparky
Maybe just lengthen the time that you are shown online after a period of non-activity?
sure , if someone can tell me how to do that... where... then I can easily modify it to suit my need on the specific site... that's basically what I need.
or
stay logged on by default for x min unless I log off actively...
http://forum.aebio.net/admin/extensions … ion=manage wrote:
Extensions available for install
read your own post huh?
forum.aebio.net - the forum isn't installed correctly - don't not what you're playing at, but being defensive like that isn't a good idea
re-install and access the site by logging onto it (which can't be done now it would appear)
or if you're doing it on localserver - try it differently, i.e. not calling url ?
EDIT:
An error was encountered
Page Not found (Error 404): The requested page could not be found.
your whole forum site is unreachable .....
PS: You only have about 10 of 40 total extensions in that list anyway you know...
upgrade tag in manifest.xml
if(!defined('EXT_CUR_VERSION'))
{
//extension not installed
}
else
{
//probably an upgrade
}
where is the documentation for how to make extensions so that if someone is upgrading it doesn't kill previous data? is it right pun poll etc have this problem?
thanks.
I've noticed that if I'm inactive for just several minutes I appear to be offline.
How can I set this so that I stay logged in/on as long as that tab with punbb or my forum is open?
It's annoying.
Ideally this could be set in user profile with an extension.... but atm I'm looking for quick dirty fix if anyone has input?
I spoke to an admin at another site with a proprietary system - and he sets his browser to refresh the his page or something so that it seems he's online even if he's working on something else.... but at his pc.
url/website adress?
punbb version?
how about you block his ip?
ok cool. good to know.
ah I see
maybe in post.php
// Check/uncheck the checkbox for subscriptions depending on scenario
if (!$forum_user['is_guest'] && $forum_config['o_subscriptions'] == '1')
{
$subscr_checked = false;
hm - tried to find the file where subsciption is default set - but couldn't find it.
lets hope one of the devs looks at this and gives you a thumbs up....
You cannot create a parser which will cater for every muppet on the planet.
remains debateable who the muppets are; people using smilies or ...
Smilies are, at the end of the day, the least important factor.
in your view maybe. question is : are you the typical user/installer of fresh 1.3 ? I highly doubt it!
However, having the javascript smilie insertion code on the board not add a space before the smilie text upon insertion is just bloody sloppy coding.
so basically you agree it should be done by devs ?
http://punbb.informer.com/forums/topic/ … wordpress/
Does that go anyway toward solving your wordpress issue?
If not you are basically asking for full integration into Wordpress - and you are not willing to pay right?
On second issue extensions list:
THE DIRECTORY
You're basically asking for this feature to be added right?
same result
http://punbb-a.keydogbb.info
same error as before
<?php
// Show login if not logged in
if($forum_user['is_guest'])
{
if(!isset($focus_element) || (isset($focus_element) && !in_array('login', $focus_element)))
{
// Load the language files
require FORUM_ROOT.'lang/'.$forum_user['language'].'/common.php';
require FORUM_ROOT.'lang/'.$forum_user['language'].'/login.php';
// Try to determine if the data in HTTP_REFERER is valid (if not, we redirect to index.php after login)
$redirect_url = (isset($_SERVER['HTTP_REFERER']) && preg_match('#^'.preg_quote($forum_config['o_board_title']).'/(.*?)\.php#i', $_SERVER['HTTP_REFERER'])) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : 'index.php';
$required_fields = array('req_username' => $lang_login['Username'], 'req_password' => $lang_login['Password']);
?>
<div class="logintop">
<form id="login" name="login" name="qpost" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
<p>
<input type="hidden" name="form_sent" value="1" />
<input type="hidden" name="csrf_token" value="<?php echo generate_form_token($forum_page['form_action']) ?>" />
<input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
<?php echo $lang_login['Username'] ?>:
<input type="text" name="req_username" size="16" maxlength="25" />
<?php echo $lang_login['Password'] ?>:
<input type="password" name="req_password" size="16" maxlength="16" wrap="virtual" onkeypress="if(event.keyCode==13) document.login.submit()" />
<a href="#" onclick="document.login.submit(); return true"><?php echo $lang_login['Login'] ?></a> | <a href="register.php"><?php echo $lang_common['Register'] ?></a>
</p>
</form>
</div>
<?php
}
}
?>
added the token line
seems to work!
EDIT: NOT - still token trouble...
Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.
nearly got it. this shows login without any errors now. BUT I get error when I try to login: that it can't confirm security token.
where do I need to put that in - or change what if any ideas? appreciate it...
<?php
// Show login if not logged in
if($forum_user['is_guest'])
{
if(!isset($focus_element) || (isset($focus_element) && !in_array('login', $focus_element)))
{
// Load the language files
require FORUM_ROOT.'lang/'.$forum_user['language'].'/common.php';
require FORUM_ROOT.'lang/'.$forum_user['language'].'/login.php';
// Try to determine if the data in HTTP_REFERER is valid (if not, we redirect to index.php after login)
$redirect_url = (isset($_SERVER['HTTP_REFERER']) && preg_match('#^'.preg_quote($forum_config['o_board_title']).'/(.*?)\.php#i', $_SERVER['HTTP_REFERER'])) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : 'index.php';
$required_fields = array('req_username' => $lang_login['Username'], 'req_password' => $lang_login['Password']);
?>
<div class="logintop">
<form id="login" name="login" name="qpost" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
<p>
<input type="hidden" name="form_sent" value="1" />
<input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
<?php echo $lang_login['Username'] ?>:
<input type="text" name="req_username" size="16" maxlength="25" />
<?php echo $lang_login['Password'] ?>:
<input type="password" name="req_password" size="16" maxlength="16" wrap="virtual" onkeypress="if(event.keyCode==13) document.login.submit()" />
<a href="#" onclick="document.login.submit(); return true"><?php echo $lang_login['Login'] ?></a> | <a href="register.php"><?php echo $lang_common['Register'] ?></a>
</p>
</form>
</div>
<?php
}
}
?>
PunBB Forums → Posts by KeyDog
Powered by PunBB, supported by Informer Technologies, Inc.