anyone?

i can get a screenshot soon, meanwhile can anyone shed some light on this?

hey guys as in the title how can i email all of my members with one email?
also i am on PunBB 1.2.17 how can i upgrade keeping my theme and topics ? www.linux-forums.co.uk
thanks (by the way the link isnt an ad its so that people can see the theme and tell me if i can keep it with the upgrade and how)
thanks again!

my punbb forum (www.linux-forums.co.uk) dont appear to be layedout correctly in ie7? is there a fix
thanks alot

or i can pay for someone to do it ?

is there a guide or can anyone tell me how to do it?

deleted it and the result is the same

can anyone walk me through fixing this on my site i have the same issue?

9

(10 replies, posted in PunBB 1.2 troubleshooting)

ok i got winmerge how do i patch the files? i dont even know what the other file im supposed to patch is

diff -Naur punbb.orig/include/template/admin.tpl include/template/admin.tpl
--- punbb.orig/include/template/admin.tpl    2007-01-04 11:15:22.000000000 -0600
+++ punbb/include/template/admin.tpl    2007-01-10 23:43:15.000000000 -0600
@@ -16,6 +16,18 @@
             <pun_title>
             <pun_desc>
         </div>
+        
+        <div id="main_nav">
+        <ul>
+            <li><a href="http://www.archlinux.org/download/">Get Arch</a></li>
+            <li><a href="http://aur.archlinux.org">AUR</a></li>
+            <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+            <li><a href="http://wiki.archlinux.org">Wiki</a></li>
+            <li class="selected"><a href="http://bbs.archlinux.org">Forums</a></li>
+            <li><a href="http://www.archlinux.org">Home</a></li>
+        </ul>
+        </div>
+        
         <pun_navlinks>
         <pun_status>
     </div>
diff -Naur punbb.orig/include/template/main.tpl include/template/main.tpl
--- punbb.orig/include/template/main.tpl    2007-01-04 11:15:22.000000000 -0600
+++ punbb/include/template/main.tpl    2007-01-15 00:01:16.000000000 -0600
@@ -16,7 +16,36 @@
             <pun_title>
             <pun_desc>
         </div>
+        
+        <div id="main_nav">
+        <ul>
+            <li><a href="http://www.archlinux.org/download/">Get Arch</a></li>
+            <li><a href="http://aur.archlinux.org">AUR</a></li>
+            <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+            <li><a href="http://wiki.archlinux.org">Wiki</a></li>
+            <li class="selected"><a href="http://bbs.archlinux.org">Forums</a></li>
+            <li><a href="http://www.archlinux.org">Home</a></li>
+        </ul>
+        </div>
+        
         <pun_navlinks>
+        
+        <div id="ads">
+            <script type="text/javascript"><!--
+                google_ad_client = "pub-0403484505451360";
+                google_ad_width = 468;
+                google_ad_height = 60;
+                google_ad_format = "468x60_as";
+                google_color_border = "2D5893";
+                google_color_border = "fbf8f1";
+                google_color_bg = "fbf8f1";
+                google_color_link = "6C83B0";
+                google_color_url = "99AACC";
+                google_color_text = "000000";
+            //--></script>
+            <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
+        </div>
+        
         <pun_status>
     </div>
 </div>
diff -Naur punbb.orig/include/template/maintenance.tpl include/template/maintenance.tpl
--- punbb.orig/include/template/maintenance.tpl    2007-01-04 11:15:22.000000000 -0600
+++ punbb/include/template/maintenance.tpl    2007-01-12 17:05:08.000000000 -0600
@@ -10,6 +10,17 @@
 <div id="punwrap">
 <div id="punmaint" class="pun">
 
+<div id="main_nav">
+<ul>
+    <li><a href="http://www.archlinux.org/download/">Get Arch</a></li>
+    <li><a href="http://aur.archlinux.org">AUR</a></li>
+    <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+    <li><a href="http://wiki.archlinux.org">Wiki</a></li>
+    <li class="selected"><a href="http://bbs.archlinux.org">Forums</a></li>
+    <li><a href="http://www.archlinux.org">Home</a></li>
+</ul>
+</div>
+
 <div class="block">
     <h2><pun_maint_heading></h2>
     <div class="box">

10

(10 replies, posted in PunBB 1.2 troubleshooting)

im on windows vista atm is there any other way?

11

(10 replies, posted in PunBB 1.2 troubleshooting)

can anyone post instructions to patch the files? i really need to get the forum back up

infact using the above code fixes my logout problem but removes my message link in the navbar

ok can i upload the file that controls the logout link and can someone comapre it with theres running the pm system?

i have done that

15

(10 replies, posted in PunBB 1.2 troubleshooting)

how do i patch it locally? i seriusly have no idea what a patch is or how to apply it? the file is called Arch_template.diff and i also have Easy_BBCode_1.0.1.diff antispam.diff and general.diff
thanks alot

16

(10 replies, posted in PunBB 1.2 troubleshooting)

how do i get to terminal or issue a command, i am on cpanel

its working now but i cant logout?

1.2.17

when i open the file
include/functions.php

and search for
if ($pun_user['g_id'] > PUN_MOD)
        {
            if ($pun_user['g_search'] == '1')
                $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }
        else
        {
            $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<li id="navadmin"><a href="admin_index.php">'.$lang_common['Admin'].'</a>';
            $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }

it doesnt find anything?

i posted this in the wrong forum before so could the admins please delete my previous post

hey i just got my forum up and running. i was given a patch by the nice people at arch linux to change my theme to resemble theres. it is a .diff file, how do i apply this patch?
secondly is there a mod avalible to let you select moderators for specific forums?
thanks

hey i just got my forum up and running. i was given a patch by the nice people at arch linux to change my theme to resemble theres. it is a .diff file, how do i apply this patch?
secondly is there a mod avalible to let you select moderators for specific forums?
thanks

anyone?

the theme on that forum is a template that i edited to accomodate a new logo

yep its www.linux-forums.co.uk

hey guys i have been using vb but have turned to punbb due to its gnugpl release. now i need a theme? i like the theme maker but its all css where can i add logo's/customise images? ect
thanks