Ok...
You havent changed profile.php with the required additional code... probably not reading that readme again. lol
You are not logged in. Please login or register.
PunBB Forums → Posts by StevenBullen
Ok...
You havent changed profile.php with the required additional code... probably not reading that readme again. lol
Here is the links... can they do this? gives the impression punbb is bad??
http://www.google.com/search?hl=en& … google.com
http://mewebhost.com/free/punBB.html?gc … EQodbHDmPA
I have screenshoots if needed.
once again figuring its users deserved the annoyance anyway
While I agree with this... At work I dont have the option... which makes a very unpleasent experience. Sorry to say!
Off-subject a little but interesting read...
hello i love this modification and right now im trying as hard as i can to possibly delete the entire auto scroll function cause it effects my forum index when it auto scrolls. What it does is when i place the chatbox between the board information and the categories it refreshes and automatically scrolls down to the bottom of the page and is annoying to my users. Does anybody know how i could go about completely rtemoving the auto scroll function.
Would it not make more sense to fix it from auto-scrolling to the bottom of the page??
Link?
It would be great to use the gallery inside posts
Very true
Sometimes these smart-ass remarks are needed... not all the time though.
This is a quality site... well so far.
I havent had full results back from them as yet, but looks like it could be good to me. Will report back when I get more results.
Why weird?
Ok... Sorry but how do you delete messages??? why did you not use a simliar function to CodeXP for deleting messages?
People keep bringing it up but cannot find your response.
Ok... Here is an example of what I am after...
I have two tables...
TESTA and TESTB
which both have the following fields.
id
date
title
body
difference
Now I want to return the full results for both tables.... in date order.... but mix the results.
So for example.... I can get these results very easy...
Result a
id - date - title - body - difference
1 - 20/06/06 - This is title - This is the main body - testa
2 - 23/06/06 - This is title - This is the main body - testa
3 - 26/06/06 - This is title - This is the main body - testa
Result b
id - date - title - body - difference
1 - 20/06/06 - This is title - This is the main body - testb
2 - 22/06/06 - This is title - This is the main body - testb
3 - 25/06/06 - This is title - This is the main body - testb
Now this is the result I would like from the above data for example...
id - date - title - body - difference
1 - 20/06/06 - This is title - This is the main body - testa
1 - 20/06/06 - This is title - This is the main body - testb
2 - 22/06/06 - This is title - This is the main body - testb
2 - 23/06/06 - This is title - This is the main body - testa
3 - 25/06/06 - This is title - This is the main body - testb
3 - 26/06/06 - This is title - This is the main body - testa
Any ideas people?
It could be very easy to do... but have mind blank.
They have no link back to you rickard? or punbb?
Yeah kinda ugly lol
yep
My bad pogenwurst.
I was aiming for the end result he wanted, not to just answer his question.
Pogenwurst
That will not work properly... you will lose the nice rounded effect.
I do see....
Look for this...
#page {
background: transparent url(images/middle.gif) repeat-y top center;
margin: 0 auto;
padding: 0;
text-align: left;
width: 714px;
}
and this...
#top {
background: transparent url(images/top.gif) no-repeat top center;
height: 30px;
}
and another which probably will be #bottom or something simliar...
If you open these 3 images... this is your problem.
Because the nature of the rounded corners, something like
#punwrap {background-color: #fff}
will not do the job. So you need to grab these 3 images alter them as required then change your css... so that when in your main site uses pictures a and when in punbb uses pictures b.
Ok... someone beat me to it... but mine explains why a background wont work.
Read this: http://www.punres.org/viewtopic.php?id=1633
Well... I was pretty impressed the first time I see it.
Check it out here... YouOS
YouOS is an experiment in a new kind of computing platform.
* Access from anywhere.
Create a document at an office computer, drive home, continue right from where you left off.* Built-in sharing.
Instantly share music, documents and more with your buddies.* An application community.
Everyone from professional software engineers to highschool age programmers can participate at no cost. Choose from a growing list of over 150 applications developed by our users.
Maybe google will enter this market... I think one day sites driven simliar to this will be the future.
Question...
chuysky, i thought of making a bf2_cms using punbb what mods can u share ?
Answer...
I probably won't release much of what I've done simply due to the "hack" nature in which i've made it. None of it would probably work with anything other than MySQL, and I don't think I could make a decent 'diff' file out of it either (because of all the other hacks I've made).
I'm hoping that 1.3 will have a much nicer plugin architecture that will allow plugins in/out alot more seamlessly, then you're likely to see some of my things released.
You beat me to it...
I'm also working on a patch that adds unlimited sub-categories with no more over head than the current system. Oh it's sweet.
Is this a sign for the things to come
I like...
Sure is. Not super complex, eh?
But very very effective.
Sorted it myself.... I nabbed your javascript for show_give_karma and modified it slightly, for my new MH site... Hope that is ok. Cheers.
A few difference's actually...
1) message is parsed differently
2) its for the side bar, not full width
3) mine is instant refresh when a message is rcvd by server, yours is not.
4) If you look at the difference between yours and my test... it even looks completely different.
So yours is CHAT box mine is SHOUT box.
Anyway... that test site is old one. This is currently being re-written to use the prototype.js and the later Chat Mod.
Hope that helps.
Well that is the case i don't know.
The only explanation is the plugins that i must installed, maybe it changes it.
I may be wrong, but nothing can physicaly change it.
Oh well... no worries now.
All fixed I see!
Exactly... take out all the arch/
How did it get there as well????
<code>
//
// Display the profile navigation menu
//
function generate_profile_menu($page = '')
{
global $lang_profile, $pun_config, $pun_user, $id;?>
<div id="profile" class="block2col">
<div class="blockmenu">
<h2><span><?php echo $lang_profile['Profile menu'] ?></span></h2>
<div class="box">
<div class="inbox">
<ul>
<li<?php if ($page == 'essentials') echo ' class="isactive"'; ?>><a href="profile.php?section=essentials&id=<?php echo $id ?>"><?php echo $lang_profile['Section essentials'] ?></a></li>
<li<?php if ($page == 'personal') echo ' class="isactive"'; ?>><a href="profile.php?section=personal&id=<?php echo $id ?>"><?php echo $lang_profile['Section personal'] ?></a></li>
<li<?php if ($page == 'messaging') echo ' class="isactive"'; ?>><a href="profile.php?section=messaging&id=<?php echo $id ?>"><?php echo $lang_profile['Section messaging'] ?></a></li>
<li<?php if ($page == 'personality') echo ' class="isactive"'; ?>><a href="profile.php?section=personality&id=<?php echo $id ?>"><?php echo $lang_profile['Section personality'] ?></a></li>
<li<?php if ($page == 'display') echo ' class="isactive"'; ?>><a href="profile.php?section=display&id=<?php echo $id ?>"><?php echo $lang_profile['Section display'] ?></a></li>
<li<?php if ($page == 'privacy') echo ' class="isactive"'; ?>><a href="profile.php?section=privacy&id=<?php echo $id ?>"><?php echo $lang_profile['Section privacy'] ?></a></li>
<?php if ($pun_user['g_id'] == PUN_ADMIN || ($pun_user['g_id'] == PUN_MOD && $pun_config['p_mod_ban_users'] == '1')): ?> <li<?php if ($page == 'admin') echo ' class="isactive"'; ?>><a href="profile.php?section=admin&id=<?php echo $id ?>"><?php echo $lang_profile['Section admin'] ?></a></li>
<?php endif; ?> </ul>
</div>
</div>
</div>
<?php}
</code>
PunBB Forums → Posts by StevenBullen
Powered by PunBB, supported by Informer Technologies, Inc.