Fixed it. I just added 1.2.10 after the others and it didnt work. forgot its an array and I had to remove one of the other versions. I took out ver 1.2.6 and replaced it with 1.2.10
This should be added in the warning up top for noobs. Like me
You are not logged in. Please login or register.
PunBB Forums → Posts by TFD
Fixed it. I just added 1.2.10 after the others and it didnt work. forgot its an array and I had to remove one of the other versions. I took out ver 1.2.6 and replaced it with 1.2.10
This should be added in the warning up top for noobs. Like me
I have the poll mod installed and when I make a poll it works but also shows this:
Warning: Missing argument 3 for parse_message() in /usr/local/psa/home/vhosts/d1acollegefootball.com/httpdocs/Forums/include/parser.php on line 375
Yes, install_mod.php ins't configured to work with 1.2.10. Just add it in the array
I did this and I still get the same error. install_mod.php now looks like this
// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.10');
still gives the same error.
I tried adding version 1.2.10 to the array like it says above but I still get the error
You are running a version of PunBB (1.2.10) that this mod does not support. This mod supports PunBB versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6
anyone know why? Thanks
Ok got it. Thanks!!
I dont know what that is supposed to mean. Can someone explain this in English please? The image with the football players isnt cached on the forums or on the main site. Why is that?
http://www.d1acollegefootball.com/Forums/index.php forums
http://www.d1acollegefootball.com/
I am using my own ISP account serve my images to my website. I only have a couple friends on the forums now but when I tell everyone I know I expect to jump to 200 people using the account 24/7 so bandwidth is a huge issue. I need to find out why the images arent cached because if they reload each time I will have to make the animated image into a still picture etc to cut down load time.
ssl is a secure page? Why does it do it here also? http://www.d1acollegefootball.com/
Anyone know why when I click on my banner it says "file size Unknown (not cached)" with firefox?
nevermind. Found it over on punres
No I dont want to remove everything. Just a few links.
like the login, logout, register, user list links? I want to remove them to make more room for my own links. Thanks!
Thanks everyone. Got it Artic. I replaced pun_status in the main.tpl so that "you are logged in as xxx" isnt listed twice and the login box sits right below the breadcrumbs. Pretty sweet.
Artic what do I need to add to make the "login, logout, register" links bold?
Thanks!!
Thanks for the reply. I tried no formatting just like default. light grey and black text. I can get it down to 75kbs but it looks like crap. Doesnt match my webpage at all.
but maybe one of you gurus can help me out. I have several excel files that calculate my football rankings. I had been just pasting the results into my webpage. Now that Im setting up forums bandwidth is an issue and the regular pages are around 820kbs.
Anyone know how I could display these results with out the huge size? Ive considered taking a screen shot and putting that up instead but the rankings are to long for a single pic making this a pain. I also have to do this each week when new rankings come out.
http://www.d1acollegefootball.com/Rankings2005.htm
thanks
This is after I install the login box mod? Then I change this code?
hahaha some how my admin profile got unchecked for show images. Stupid.
Id like to use the login box mod http://punbb.org/forums/viewtopic.php?id=10787
but after you login Id like to have a link next to the user name for logging OUT. That way I can remove login, register, and logout links from the menu and make room for my own links.
Thanks!!
when I use the [img] tags to show a picture it doesnt work in firefox. It creates a link to the picture that looks like this <image>, picture display fine in IE and Opera. Anyone know why this is happening?
Awesome. Got the code change in, now it shows correctly "show img YES or NO"
Thanks!
will you be making the install_mod.no_images.php available to everyone? Makes it a lot easier!
OK I got it to work. One thing though. admin/forums/allow images no matter which I choose (yes or no) then save, when I go back it is always set to no even if I changed it. Unlike the radio buttions under permissions that stay on yes or no for IMG tags.
But I dont care! It works and thats all I care about! Thanks bbaweb! Now I can turn img tags off or on in any forum! You rock!
*Admin you can remove all my posts in here. All I needed to do was install the install_mod.no_images.php and make the changes listed above.
Ok Im going to change the database and all the php files back to original.
I did change the database. The problem was in the parser.php where the code was different and I uploaded the original over the modified file but forgot to save. It auto saved once I closed it and when I reopened it later it gave no errors but just reset to NO always. Now I tried the install_mod you sent and it doesnt work becauser I did in fact change the database before I made any changes originally. SO now I go back and make the parser.php change maunally and it still saves "turn images off? NO" and when I try to display and image with it shows nothing, the pictures arent wotrking.
Thanks!
wait I had reuploaded my original code but it didnt show. So I went back and this is what My code shows:
if ($pun_config['p_message_img_tag'] == '1')
{
// $text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\.(jpg|jpeg|png|gif)\[/img\]#e', 'handle_img_tag(\'$1$3.$4\')', $text);
$text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\[/img\]#e', 'handle_img_tag(\'$1$3\')', $text);
}
You say to look for:
if ($pun_config['p_message_img_tag'] == '1')
{
$text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\.(jpg|jpeg|png|gif)\[/img\]#e', 'handle_img_tag(\'$1$3.$4\',\'right\')', $text);
}
There is a difference between what comes default in mine and what you say to look for, an extra line of code with the line you want me to replace is // out.
Please advise!! Thanks
hmm doesnt seem to be working. I turned imgs on in permissions then went to the forum and went to "turn images off?" and set it to YES and saved. When I go back it is reset to NO. DOes this in each forum that I change. Always resets to NO.
PunBB Forums → Posts by TFD
Powered by PunBB, supported by Informer Technologies, Inc.