or in
include/template then edit the main.tpl
http://punbb.org/forums/viewtopic.php?id=3402
1,351 2004-06-27 19:46
Re: where I can find the menu (home|user list|rules|...)? (4 replies, posted in PunBB 1.2 troubleshooting)
1,352 2004-06-27 08:09
Re: Rickard, is this code ok? (1 replies, posted in Programming)
GOT IT! thanks for having such talent visit these forums. thanks for these forums.
http://punbb.org/forums/viewtopic.php?id=3402
search function works great!
1,353 2004-06-27 07:51
Topic: Rickard, is this code ok? (1 replies, posted in Programming)
or anyone really. i've been racking my brain trying to figure out how you got the link on the top right like you have yours, but mine for some reason just won't go in the correct spot. it always ends up at the bottom of the box it's in with too much space under it. any help would be appreciated.
my forum: http://www.forgamers-bygamers.com/e107forum/index.php
still in it's "testing differant mods" phaze.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>">
<pun_head>
</head>
<body<pun_body>>
<table class="punmain" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">
<span class="puntitle"><pun_title></span><br>
<pun_desc>
</td>
</tr>
<tr>
<td class="puncon1">
<pun_navlinks><br><br>
<pun_status>
<table class="punplain" cellspacing="0" cellpadding="0">
<tr>
<td class="puntopright">
<a href="http://www.mysite.org/">Go back to mysite.org</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<pun_announcement>
<pun_main>
<pun_footer>
</body>
</html>
1,354 2004-06-26 02:53
Re: PunBB mouse pads (26 replies, posted in PunBB 1.2 discussion)
still got any large ones? (mouse pad you sickos )
1,355 2004-06-24 21:46
Re: Random Quote (9 replies, posted in Programming)
nevermind i figured it out. put it in the announcement box in the admin section. DUH!
1,356 2004-06-24 21:01
Re: Random Quote (9 replies, posted in Programming)
where do i put this? i'm a n00b when it comes to most coding so help is appreciated.
Hey just thought I'd share a simple javascript to display a random quote.
I used it in my announcement box...
Jules
<script language="JavaScript">var Quotation=new Array(); // Set up the quotations to be shown, below. // To add more quotations, continue with the // pattern, adding to the array. Remember // to increment the Quotation[x] index! Quotation[0] = "All yuor base are belong to us."; Quotation[1] = "Getting intimate with digital photography."; Quotation[2] = "Repent! The end is coming, $9.95 at Amazon."; Quotation[3] = "I got kicked out of Riverdance for using my arms."; Quotation[4] = "Pastry satisfies where art is unavailable."; Quotation[5] = "Delete not, lest you, too, be deleted."; Quotation[6] = "O! Youth! What a pain in the backside."; Quotation[7] = "Wishes are like goldfish with propellors."; Quotation[8] = "Digital photograpy news, views and reviews."; Quotation[9] = "Invention is the mother of too many useless toys."; Quotation[10] = "There are only two reasons to sit in the back row of an airplane: Either you have diarrhea, or you're anxious to meet people who do."; Quotation[11] = "I filled out an application that said, 'In Case Of Emergency Notify'. I wrote 'Doctor'...What's my mother going to do?"; Quotation[12] = "I think animal testing is a terrible idea; they get all nervous and give the wrong answers."; Quotation[13] = "If your parents never had children, chances are you won't either."; Quotation[14] = "The difference between genius and stupidity is that genius has its limits."; Quotation[15] = "Honesty is the best policy, but insanity is a better defense."; // ====================================== // Do not change anything below this line // ====================================== var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); </script>
1,357 2004-06-24 20:53
Topic: random announcements (0 replies, posted in Feature requests)
not everyone uses the announcement spot for announcements. maybe a mod that changes the quote/text to a predefined(in a config file) quote on every page load/refresh. oh with a toggle option in the admin panel so we can have the regular one back at any time.
1,358 2004-06-23 03:00
Re: PunBB 1.2 - What's to come (300 replies, posted in PunBB 1.2 discussion)
any updates Rickard?
1,359 2004-06-22 10:52
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
you know what... i just renamed the pms folder to double check my issue and the pm system stopped working.... weird. i have no clue what i did or didn't do to fix it but it works now so i am not going to push my luck. disregard all my posts about the pms folder.
thanks for your quick help Chacmool, it is appreciated.
1,360 2004-06-22 10:48
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i can show you a shot of the folder if you'd like...
1,361 2004-06-22 10:44
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Private_Message_System-v1.0.7
1,362 2004-06-22 10:43
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i just noticed why i had them in their own folder, your instructions appear to want them in their own folder:
admin_options.php to /include/pms/
functions_navlinks.php to /include/pms/
header_new_messages.php to /include/pms/
profile_delete.php to /include/pms/
profile_quicksend.php to /include/pms/
viewtopic_PM-link.php to /include/pms/
i had to put them just in the /include folder for it to work(and it works fine now). so just a heads up.
1,363 2004-06-22 10:27
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
update: all fixed! i had these files:
admin_options.php
functions_navlinks.php
header_new_messages.php
profile_delete.php
profile_quicksend.php
viewtopic_PM-link.php
in their own folder and not in the /include folder.
so far everything works. thanks for the cool mod.
1,364 2004-06-22 10:19
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok here is the issue i thik i have. is the area outlined in red the pm system? also is there supposed to be some descriptions in the yellow outlined area?
http://forgamers-bygamers.com/users/DrJ/errorpunbb.gif
also, where does it let you know that you have messeges?
1,365 2004-06-22 10:08
Topic: "421 out of memory (#4.3.0) ". (1 replies, posted in PunBB 1.2 bug reports)
i get this error when i try to retrieve my account password for my test account i made up.
do you need anymore info? if so please let me know wht you need.
here is the full error:
Unable to send e-mail. Please contact the forum administrator with the following error message: "421 out of memory (#4.3.0) ".
1,366 2004-06-22 09:57
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i did but all i got was a blank page, is this supposed to happen? thanks for the speedy reply.
EDIT: i got it mostly working now... i will report back ina couple minutes with a screenshot or 2 of my new issue.
1,367 2004-06-22 09:04
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i installed your mod by your instructions and i get this error when i try to load the forums now. any ideas? if you need more info please keep in mind that i'm not a coder and will only be able to give you as much info as i know/can.
An error was encountered
Error: Unable to check for new messages.
1,368 2004-06-21 11:08
Re: Features in 1.2!! (4 replies, posted in Feature requests)
the ability for users to "opt out" from said mass mail system would be nice too.
1,369 2004-05-05 10:12
Re: announcement and links... (1 replies, posted in PunBB 1.2 troubleshooting)
OH MY!
i feel like a nut... forgot the trailing /
don't let this happen to you kids.
this is like BASIC html and i failed.
1,370 2004-05-05 10:11
Topic: announcement and links... (1 replies, posted in PunBB 1.2 troubleshooting)
i would like to have a link in my announcement but it doesn't like my html link i put, it keeps putting the forum's link and then the link i want. it shows the way i want but the url it directs you too is wrong.
<a href="http://www.forgamers-bygamers.com" target="_blank">ForGamers-ByGamers.com</a>
here is my forums: http://pun.forgamers-bygamers.com
1,371 2004-05-05 08:18
Re: compatability question (2 replies, posted in PunBB 1.2 discussion)
also do the themes/styles/color combos that you use here come with the package or will i have to install those seperately?
1,372 2004-05-05 08:13
Topic: compatability question (2 replies, posted in PunBB 1.2 discussion)
i run a site that uses postnuke for EVERYTHIN, and with that comes pnPHPbb2. can punbb be seamlessly integrated like pnphpbb2 is? i would hope so because punbb is so much faster and more of what i need for my site. i look forward to you replies.