Ok... here's my problem with installation of EasyMod_a2_0-0-7.zip on phpBB 2.0.2. name="addbbcode18" is not being found in posting_body.tpl In fact, no reference to bbcode above 16 is found at all. This is probably something easy, but I don't understand why install is looking for something...
Ok, I'll take it over there... In the first instance this is not the support thread for easymod, you should try here - http://www.phpbb.com/phpBB/viewtopic.php?t=34678 I am still trying to install EasyMod_a2_0-0-7.zip And second, when you ask for support you need to give more details, like which mod...
Ok, install is not finding name="addbbcode18" in posting_body.tpl. I looked at posting_body.tpl, and I can find name="addbbcode0" all the way up to name="addbbcode16" In fact, there is no instance of bbcode ANYTHING above 16!
I had to execute the post process by using shell. Your browser just tries to download the file (as you found out)! Never mind! I got it via shell... ok... I'm at the point where I need to execute the post process script. HOW do I do that? I don't have access to my server. Just FTP Thanks how the hel...
Jeez I LOVE this phbBB2 and the support available! That did the trick! Thank you very much! BTW, for those following the AI thread... this Mod (AI Bot), installed without a hitch for me by following the instructions AND reading all of this thread first. Thanks again! What else can I say... Oops! Mis...
Ok, that works... Thanks! However... When I click on the bot's name, I get "Sorry, but that user does not exist". Any way to tie this to the profile? My site is here Can you elaborate? I want to show the bot online always...! try this... in includes/page_header.php find $logged_visible_onl...
Can you elaborate? I want to show the bot online always...! Probably in page_header.php here $logged_visible_online = 0; and here if ( empty($online_userlist) ) { $online_userlist = $lang['None']; } $online_userlist = ( ( isset($forum_id) ) ? $lang['Browsing_forum'] : $lang['Registered_users'] ) . '...
I'd love to see someone do a weather mod for phpBB like the following one, or rather than re-invent the wheel, just convert it! It's very good...
Check the right side of the page about half way down. Then click on "More Weather" WEATHER
Instead of displaying "Posted by: joeuser" on each of my forum messages, it displays "Posted by: (shows the date)". Here's what I mean: http://bcboard.com/images/problem.gif This is really bugging me, and I don't know WHERE this is formatted in the code for phpBB2... I'm running ...