Nevermind, the answer came automatic a week after i asked here, it was a new version 1.4.3
http://punbb.informer.com/forums/topic/29469/punbb-143/

I have tried so search forum and checked topics to try to find it there has been a secret update i have missed.

Im using the kt mobile for now but where do i get the same as you are running? big_smile

3

(2 replies, posted in PunBB 1.4 additions)

I was lookin for something simular, but i just changed the code and added rel="nofollow" so all added links have the nofollow tag.

check source of this post and see how the link is presented,
http://www.mobilabredband.se/forum/view … 495#p66495

I wonder if there is an easy or known way to minimize the amount of text shown when users quote each other.
The thing is that i don't want to display all text over and over again. Maybe possible to only show a synopsis.

Any idea?

Okey so i replaced the /forum files with fresh files, and copied these dirs/files from old forum dir to new:

/include/template
/config.php
/lang/
/extensions

And now it works again, now i only need to to the same with the https vhost dir.

Edit: okey so it might be related to the fancy URL scheme.
When i changed the files i changed to "defualt" scheme and it worked. When i changed to fancy it broke again. Thats even after i replaced with new .htaccess file from clean punbb.

lifetime does not look to long

Session Support    enabled
session.cookie_lifetime    0    0
session.save_handler    files
session.save_path    /var/lib/php5

I have some issues with my forum for some days now, think its related somehow to daylight savings, timezone combined with cookie setting. Guest posting works so its a issue for all users trying to login.

The main dash seems to work, but it looses the critential connection as soon as i go one step down, like in to a post, active topics, pm, etc. I cant logout properly.

The forum is: mobilabredband.se/forum with or without https.
I tried to check cookie expiration and they look good for what i see, but the phpsessid expires the same minute if that could be the problem?

When try to reply to topic,

Bad request. The link you followed is incorrect or outdated.

Create new topic:

Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.

And i have seen these:

You appear to have logged in successfully, however a cookie has not been set. Please check your settings and if applicable, enable cookies for this website.

I have tried this without success.
http://punbb.informer.com/forums/post/124057/#p124057

8

(2 replies, posted in Feature requests)

Hello!

I had it before in my template file "main.tpl", you can always try to use the code.

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" <!-- forum_local -->>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- forum_head -->



</head>
<body>

    <div id="back">
        <div id="page">
        <div id="page-wrapper">
        <div id="header">
        <div id="logo"></div>


<div id="brd-wrap" class="brd">
<div <!-- forum_page -->>

<div id="brd-head" class="gen-content">
    
    
</div>

<div id="brd-navlinks" class="gen-content">
    <!-- forum_navlinks -->
    <!-- forum_admod -->
</div>

<div id="brd-visit" class="gen-content">
    <!-- forum_welcome -->
    <!-- forum_visit -->
</div>

<!-- forum_announcement -->

<div class="hr"><hr /></div>

<div id="brd-main">

    <!-- forum_main_title -->

<script type="text/javascript" src="include/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('search', '1');

function postform()
{        
        var customSearchControl = new google.search.CustomSearchControl('MYGOOGLESEARCHCODE');
        var drawOptions = new google.search.DrawOptions();
        customSearchControl.draw(document.getElementById("contactArea"), drawOptions);
        customSearchControl.execute(document.getElementById("query_input").value);
        $('.brd').css("display", "none");
        centerPopup();
        loadPopup();
        return false;
}

$(document).ready(function() {
    
    $("#searchbtn").click(function () {
        var customSearchControl = new google.search.CustomSearchControl('MYGOOGLESEARCHCODE');
        var drawOptions = new google.search.DrawOptions();
        customSearchControl.draw(document.getElementById("contactArea"), drawOptions);
        customSearchControl.execute(document.getElementById("query_input").value);
        $('.brd').css("display", "none");
        centerPopup();
        loadPopup();
});
    
    $("#popupContactClose").click(function(){
        $('.brd').css("display", "block");
        disablePopup();
    });
    //Click out event!
    $("#backgroundPopup").click(function(){
        $('.brd').css("display", "block");
        disablePopup();
    });
    //Press Escape event!
    $(document).keypress(function(e){
        if(e.keyCode==27 && popupStatus==1){
            disablePopup();
        }
    });

    
    
});
</script>

<div id="searchcont" style="float:right;">
    <form method="post" action="" onsubmit="return postform()">
    
    <input type="text" id="query_input" />
    <input type="button" value="Sök" id="searchbtn" style=" background-color: #333333;border: 1px solid #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    min-width: 54px;
    padding: 0 8px;" />
    </form>
</div>
<center>






</center>


    <!-- forum_crumbs_top -->
    <!-- forum_main_menu -->
    <!-- forum_main_pagepost_top -->

    <!-- forum_main -->
    
    
    <!-- forum_main_pagepost_end -->
    <!-- forum_crumbs_end -->
</div>

<!-- forum_qpost -->

<!-- forum_info -->

<div class="hr"><hr /></div>



<!-- forum_debug -->


</div>
</div>

    <link rel="stylesheet" href="popup_files/general.css" type="text/css" media="screen">
    <script src="popup_files/jquery-1.js" type="text/javascript"></script>
    <script src="popup_files/popup.js" type="text/javascript"></script>
    <div style="position: absolute; top: 76px; left: 479px; display: none;" id="popupContact">
        <a id="popupContactClose">x</a>
        <h1>Search Result</h1>
        <p id="contactArea"></p>
    </div>
    <div style="height: 536px; opacity: 0.7; display: none;" id="backgroundPopup"></div>
<script type="text/javascript">
var popupStatus = 0;

//loading popup with jQuery magic!
function loadPopup(){
    //loads popup only if it is disabled
    if(popupStatus==0){
        $("#backgroundPopup").css({
            "opacity": "0.7"
        });
        $("#backgroundPopup").fadeIn("slow");
        $("#popupContact").fadeIn("slow");
        popupStatus = 1;
    }
}

//disabling popup with jQuery magic!
function disablePopup(){
    //disables popup only if it is enabled
    if(popupStatus==1){
        $("#backgroundPopup").fadeOut("slow");
        $("#popupContact").fadeOut("slow");
        popupStatus = 0;
    }
}

//centering popup
function centerPopup(){
    //request data for centering
    var windowWidth = document.documentElement.clientWidth;
    var windowHeight = document.documentElement.clientHeight;
    var popupHeight = $("#popupContact").height();
    var popupWidth = $("#popupContact").width();
    //centering
    $("#popupContact").css({
        "position": "absolute",
        "top": windowHeight/2-popupHeight/2,
        "left": windowWidth/2-popupWidth/2
    });
    //only need force for IE6
    
    $("#backgroundPopup").css({
        "height": windowHeight
    });
    
}
</script>
<style type="text/css">
#backgroundPopup
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:484px;
width:508px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
overflow:scroll;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

</style>

</body>
</html>
Eretz wrote:

OK I copied pasted define('FORUM_DISABLE_HOOKS', 1); on config.php and logically I've lost all my extensions nd my hooks, but at least my website works...

I would like to supress all the effects of this extension.

Where should I go, be it on source code files or in database, to erase all the effects of this extension ?

Then I will be able to get my extensions back, and my website back to normalty.

Can the developer of this extension tells where this extension make changes and tell how to erase it ?

1. ('FORUM_DISABLE_HOOKS', 1); on config.php
2. you deleted the extension in the wrong way before so put it back and then disable and uninstall it.
3. remove the 1.  ('FORUM_DISABLE_HOOKS', 1); on config.php
4. activate the old extensions you had before.

I like the service Google provide with the google custom search function.
And i did use a version of it on my template before with a search box in the corner on punbb 1.3 with "fancybox" popup, but it also came with a draw back of incresing the load time of the page when it loaded the google code on each page load.

But is there any good way to implemt it right in to the search function?

It has some extra goodies like popular searches and ajax "guess the word" or what ever you like to call it.

11

(4 replies, posted in PunBB 1.4 additions)

papi83dm wrote:

I manually modified the profile.php file, I will think about if if I make it an extension.

i would use it also

12

(80 replies, posted in PunBB 1.4 additions)

kaaleth wrote:

Doesn't work on MeeGo device sad

Go to this address and check your mobile browser, it its detected as i mobile browser.
detectmobilebrowsers.com

13

(80 replies, posted in PunBB 1.4 additions)

Question, do i need to implemet google analytics code in the mobile template aswell?

EDIT: i found the answer to my question, its included from the main theme. smile

14

(22 replies, posted in PunBB 1.3 extensions)

I have tested to get this to work but i dont.
Any tips or new version for 1.4.2?

15

(80 replies, posted in PunBB 1.4 additions)

Looks sweet!
But no instructions how to implement it?
Just upload in to plugin folder i guess

Oops smile "This extension requires PunBB 1.4 or later."
Still running 1.3.5 so i will upgrade first, then test your awsome plugin/mobile version of punbb theme.

dimkalinux wrote:

You can disable CSRF checking, but it unsecure.
Maybe better start using PunBB 1.4? it optimzied and fast.

Yes i guess i could disable CSRF.
But are there no way to just exclude some file from the cache to make it work instead of disable the CSRF?
Im not educated in what and how the CSRF work, sorry.

Hello, hej.

Im testing google page speed service, its a CDN/Cache service from Google.
But i have trouble with my forum, my users often get Security Token issu.

So my question is how to i bypass that? What files to i have to exclude to get this to work?
I was thinking if the cache service is saving cookies and serving the wrong cookies to wrong ppl?

So please help me figure out what files to blog Page Speed from caching so my forum will work again.

If i hit the "Bekräfta/Verefy" like 20 times i can bypass the message and gain access.

So what url's should i exclude?