Gary13579 wrote:and you should try to remove peoples ips when posting screen shots ;)
It's my local IP :)
HA! And now we finally know it!
Mad PhotoShop(?)-skill btw ;P
You are not logged in. Please login or register.
PunBB Forums → Posts by Chacmool
Gary13579 wrote:and you should try to remove peoples ips when posting screen shots ;)
It's my local IP :)
HA! And now we finally know it!
Mad PhotoShop(?)-skill btw ;P
if you really need that 1 GB thingy.. use http://in.rediff.com/index.html one gig, ok fast & free...
It's not the one-gig-"limit" that pleases me the most, it's the ability to search through my saved emails, and the way GMail uses conversations. Also, it's incredible fast :)
I think I know why. When I opened your file in my editor (ultraedit) I saw this:
if($pun_config['o_pms_enabled']Ê&&Ê!$cookie['is_guest']Ê&&Ê$_GET['id']Ê!=Ê$cur_user['id']){
ÊÊÊÊ require($pun_root.'include/pms/profile_quicksend.php');
ÊÊÊÊÊÊÊÊechoÊ'<tableÊclass="punspacer"Êcellspacing="1"Êcellpadding="4"><tr><td> </td></tr></table>';
ÊÊ }
It feels like it's correct... here's my bottom ~25 lines:
?>
</td>
</tr>
</table>
</form>
<?php
}
?>
<table class="punspacer" cellspacing="1" cellpadding="4"><tr><td> </td></tr></table>
<?php
}
if($pun_config['o_pms_enabled'] && !$cookie['is_guest'] && $_GET['id'] != $cur_user['id']){
require($pun_root.'include/pms/profile_quicksend.php');
echo '<table class="punspacer" cellspacing="1" cellpadding="4"><tr><td> </td></tr></table>';
}
require $pun_root.'footer.php';
}
Edit: I've put it here too. Please take your time to try to find what's wrong. Maybe I can change the installation-process or something if it helps...
Youre welcome.
I've seen the problem for, so for me it's easy fixed :)
I think I know what the problem is. Read this topic.
is the group system in yet?
No, it's not.
I assume they have a great time there, even without internet in every home :)
Sure, it's no problem making such mod. A couple of str_replace in parse_message() is enough yes. Though, it can be a lot of confusion when posts change depending on which user looking at it :)
should install_mod.php be in the pms folder?
No, it's not supposed to be there :) I assumed it was after my last post ("install_mod.php is supposed to be in the punbb root directory. If not, what are the error-message you get?")
gyro: Put install_mod.php in the root-directory instead.
Are you sure you even have common.php there? Tried reinstalling PunBB?
Then you've probably put the files in the wrong directory. install_mod.php is supposed to be in the punbb root directory. If not, what are the error-message you get?
You'll have to wait some more :) Maybe I'll fix it tomorrow. Though, 1.1.2 is done now, where you can delete multiple post :)
Download here.
Upgrade from 1.1.2:
1. Overwrite lang/en/en_pms.php and message_list.php.
2. Put the file header_new_messages.php in include/pms.
3. Change footer.php so it looks like this:
42: <?php
43:
44: require($pun_root.'include/pms/footer_links.php');
45: if ($footer_style == 'index' || $footer_style == 'search')
46: {
47: if (!$cookie['is_guest'])
Edit: I might fix a 'Mark all'-button tomorrow...
But that is only visible for those people who have selected to have their e-mail address publicly visible. The reason you see it everywhere is because you're a moderator :)
True :)
...and I'm the biggest harvester of them all :D *muhaha*
Chacmool wrote:They probably harvest them from the html-code too, so we're screwed anyway :(
What HTML code?
The source... "mailto:" isn't that hard to fetch either I suppose.
yes, i know that youll probally add bbcode, but try to write ann offcial pm into it. no offense to the mod one, but i just dont like the looks of it. needs to have a checklist type of delete and stuff
BBCode...
I'll add the checklist-style and such things to the PMS when I release it for 1.2 (if Rickard don't make an own implementation of it of course).
They probably harvest them from the html-code too, so we're screwed anyway :(
OK, fine by me
/me enjoys his Welsh forum :P
I'm waiting for the Outer Mongolian language pack ;P
Sweet!
When will the CVS be up and running?
aaah, thx!
Ther's one problem thought =) You have included 2 files of every file! There's one copy of each in the zip file and another copy in the "phpbb" map in the zip file. How come? Do I have to upload it all?
I've made a mistake there :) You only need the files in file's root (not the folder).
my own =)
using a while-loop to transport all content from the phpbb fields to the punbb fields.
Okay :)
I've done converters you could use instead if you like. Download them here.
"KONVERTERA-FORUM.php"? Which converter do you use?
PunBB is using SHA-1 if it's available. If not, it falls back on MD5 instead. There's no problem converting the forum, beqause PunBB recognize which function to use by looking at the length of the saved hash.
Sweet!
Really nice integration and color theme :) I assume the page will grow larger when HL2 is actually released :P
You must enable MySQL-support in php for it to work. There's just a line in the php.ini-file, search for mysql in it and you'll find some info. Remove the ; and it'll probably work.
PunBB Forums → Posts by Chacmool
Powered by PunBB, supported by Informer Technologies, Inc.