vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

nexialys 07-31-2005 09:34 PM

this hack is supposed to be dead for years, as the project is postponed and outdated

harry1951 07-31-2005 09:36 PM

Quote:

Originally Posted by nexialys
this hack is supposed to be dead for years, as the project is postponed and outdated

Ok Thnxs

hitec 08-01-2005 12:12 AM

nexialys could you suggest something different thats still as easy to setup for a portal

.Tim 08-01-2005 12:54 AM

Quote:

Originally Posted by hitec
nexialys could you suggest something different thats still as easy to setup for a portal

vbadvanced is great and incredibly easy to set up.

Dorign 08-05-2005 04:42 AM

Has anyone coded a login box for this?

MRGTB 08-05-2005 11:47 AM

Try looking at the template in vBadvaced for the log-in box and see if it can be carried across.

Just open up the template.xml file with notepad and find the code there for the log-in box. I'll take a look in a minute and see if it works

Telkman 08-05-2005 12:04 PM

You can pretty much copy the login code from the navbar, with a couple of changes - it's a while since I did it, so I'll just paste what I use. I have it change to a welcome panel when the user is logged in.

The html will be slightly different, and it's lacking any indentation, but you can get the idea... screenshot(s) below.


HTML Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" width="100%"><thead><tr><td class="tcat" style="text-align: center"><strong><if condition="$showmemberwelcome">Welcome, $bbuserinfo[musername]<else />Log In</if></strong></td></tr></thead>
<tbody><tr><td class="alt1">
<div class="smallfont">

<if condition="$showmemberwelcome">
<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->

</script>
Last Visit: $pmbox[lastvisitdate] at <span class="time">$pmbox[lastvisittime]</span>
<br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase>
<a href="/forum/search.php?$session[sessionurl]do=getnew">New Posts</a>: $home[newposts] Posts in $home[newthreads] Threads.
<br /><a href="/forum/login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()" title="Log Out">Log Out</a>
</div></td></tr>

<else />

<div align="center">
<form action="/forum/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<script type="text/javascript" src="/forum/clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">

<tr>
<td align="right" class="smallfont"><strong>$vbphrase[username]:&nbsp;&nbsp;</strong></td>
<td align="left"><input type="text" class="button" name="vb_login_username" id="navbar_username" size="12" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td></tr>

<tr><td align="right" class="smallfont"><strong>$vbphrase[password]:&nbsp;&nbsp;</strong></td><td align="left"><input type="password" class="button" name="vb_login_password" size="12" accesskey="p" tabindex="2" /></td></tr>

<tr><td align="center" colspan="2">
<table><tr><td>
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" /></td><td class="smallfont"><label for="cb_cookieuser_navbar">$vbphrase[remember_me]</label></td></tr></table>
<input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td></tr></table>

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />                       
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form></div></div></td></tr><tr><td class="alt2" style="text-align:center; padding: 10px 0 10px 0;"><a href="/forum/register.php?$session[sessionurl]"><strong>Register</strong></a></td></tr>

</if>

</tbody></table><br />


MRGTB 08-05-2005 03:57 PM

Quote:

Originally Posted by Telkman
You can pretty much copy the login code from the navbar, with a couple of changes - it's a while since I did it, so I'll just paste what I use. I have it change to a welcome panel when the user is logged in.

The html will be slightly different, and it's lacking any indentation, but you can get the idea... screenshot(s) below.


HTML Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" width="100%"><thead><tr><td class="tcat" style="text-align: center"><strong><if condition="$showmemberwelcome">Welcome, $bbuserinfo[musername]<else />Log In</if></strong></td></tr></thead>
<tbody><tr><td class="alt1">
<div class="smallfont">

<if condition="$showmemberwelcome">
<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->

</script>
Last Visit: $pmbox[lastvisitdate] at <span class="time">$pmbox[lastvisittime]</span>
<br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase>
<a href="/forum/search.php?$session[sessionurl]do=getnew">New Posts</a>: $home[newposts] Posts in $home[newthreads] Threads.
<br /><a href="/forum/login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()" title="Log Out">Log Out</a>
</div></td></tr>

<else />

<div align="center">
<form action="/forum/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<script type="text/javascript" src="/forum/clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">

<tr>
<td align="right" class="smallfont"><strong>$vbphrase[username]:&nbsp;&nbsp;</strong></td>
<td align="left"><input type="text" class="button" name="vb_login_username" id="navbar_username" size="12" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td></tr>

<tr><td align="right" class="smallfont"><strong>$vbphrase[password]:&nbsp;&nbsp;</strong></td><td align="left"><input type="password" class="button" name="vb_login_password" size="12" accesskey="p" tabindex="2" /></td></tr>

<tr><td align="center" colspan="2">
<table><tr><td>
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" /></td><td class="smallfont"><label for="cb_cookieuser_navbar">$vbphrase[remember_me]</label></td></tr></table>
<input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td></tr></table>

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />                       
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form></div></div></td></tr><tr><td class="alt2" style="text-align:center; padding: 10px 0 10px 0;"><a href="/forum/register.php?$session[sessionurl]"><strong>Register</strong></a></td></tr>

</if>

</tbody></table><br />


What you you mean by lacking any identification?

Telkman 08-05-2005 03:59 PM

Indentation.

Dorign 08-05-2005 08:21 PM

Thanks!

pran 08-06-2005 02:03 AM

After upgrading to vBulletin 3.5.0-RC2, vBindex suddenly refused to work. How can I make vBindex functional again?

Marco van Herwaarden 08-06-2005 06:21 AM

By waiting for the autor to release a 3.5 version.

poolking 08-06-2005 07:26 AM

Quote:

Originally Posted by pran
After upgrading to vBulletin 3.5.0-RC2, vBindex suddenly refused to work. How can I make vBindex functional again?

So where were you when it was announced that 3.0.x hacks will not work with 3.5?

tidy_boy 08-06-2005 08:46 AM

How do I move the latest forum posts and shout box to my main forum homepage

Cheers

pran 08-06-2005 10:18 AM

Quote:

Originally Posted by poolking
So where were you when it was announced that 3.0.x hacks will not work with 3.5?

I was out, enjoying life.

MRGTB 08-06-2005 11:18 AM

Quote:

Originally Posted by "Pran
After upgrading to vBulletin 3.5.0-RC2, vBindex suddenly refused to work. How can I make vBindex functional again?

Well it could be a while before we see a new version. I don't know if anybody else has noticed. But it says under the authors name the last time they was online was in 2004. August 2004 I think looking at the profile. That's 12 months ago now.

Plus that site advertised in the vbindex footer is gone that gave suport for it as well. You would be better off looking at vBadvanced now really were support is there for it, and it works with 3.5

MRGTB 08-06-2005 10:54 PM

I have found a BUG in the portal page in the: Latest Threads center block

When it shoes the Go To First Post icon, it never shows the Thread Icon until the "First Post" Icon disapears, then it displays the "Thread Icon" fine.

Anybody know a quick fix for this?

Here is an image to show you what I mean:

http://www.garybolton.pwp.blueyonder...temp/Snap1.png

Here is the code that I know need editing to fix this problem from the: vbindex_centerthreadbit template.

Code:

<tr>
        <td class="alt2" style="text-align: center">
                <if condition="$show['icon']">
                        <img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle; text-align: center" />&nbsp;
                </if>       
        </td>
        <td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]">
               
                <div>
                        <if condition="$thread['issubscribed']">
                                <span style="float: $stylevar[right]"><img src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[subscribed_to_thread]" align="center" /></span>
                        </if>                       
                        <if condition="$show['firstnew']">
                                <a href="$vboptions[bburl]/showthread$ext?$session[sessionurl]threadid=$thread[threadid]&amp;goto=newpost"><img src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a>
                        </if>                       
                        <a href="$vboptions[bburl]/showthread$ext?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['firstnew']"><strong>$thread[title]</strong><else />$thread[title]</if></a>
                </div>
       
                <div class="smallfont">
                        <span style="float: $stylevar[right]">$vbphrase[forum]: <a href="$vboptions[bburl]/forumdisplay$ext?$session[sessionurl]forumid=$thread[forumid]"><em>$thread[forumtitle]</em></a></span>
                        <span style="cursor:hand" onclick="window.open('$vboptions[bburl]/member$ext?$session[sessionurl]userid=$thread[postuserid]')">$thread[postusername]</span>
                </div>               
        </td>
       
        <td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
                <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
                        $thread[date] <if condition="$vboptions['yestoday'] != 2"><span class="time">$thread[time]</span></if><br />
                        <phrase 1="$vboptions[bburl]/member$ext?find=lastposter&amp;threadid=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>  <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]goto=lastpost&amp;threadid=$thread[threadid]"><img src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
                </div>
        </td>
       
        <td class="alt1Active" style="text-align: center">
                $thread[replycount]       
        </td>
       
        <td class="alt2" style="text-align: center">
                $thread[views]       
        </td>       
</tr>


Big Daddy 08-09-2005 06:45 PM

I have created a cpl of "events", and they do show on the calendar in vbindex.... However, when you click on the date of the event, it gives me a "page cannot be found" deal......

For instance, I just clicked on August 10th on my calendar, which is in the middle of an event, and it took me to:

http://www.bikebuilders.com/calendar...=2005-8-10&c=1

Which comes up "Page not found"

Also, when and if I do get that fixed, how can I make the link on the calendar point to a forum (like a forum for the event), rather than the calendar listing?


Help?????

Thanks,
Rob

MRGTB 08-09-2005 09:08 PM

Try seaching back in this thread, there are two fixes for the calendar a couple of pages back that I posted.

MRGTB 08-10-2005 04:28 AM

I have found another problem.

If you create a Sub Board under another board on your site and post threads on it. No threads are grabbed from that Sub Board to the Latest Threads block on your Portal page. It fails to detect threads posted 2 levels down on a sub board created.

Man were is the support for this these days? I know the person who created this as not been around for 12 months, but there is still interest in this portal. Are there no whiz kids willing to take over this and help out with bugs found in fixing them in the package and posting fixes here also. :ermm:

pran 08-12-2005 04:11 AM

Quote:

Originally Posted by Gary Bolton
Well it could be a while before we see a new version. I don't know if anybody else has noticed. But it says under the authors name the last time they was online was in 2004. August 2004 I think looking at the profile. That's 12 months ago now.

Plus that site advertised in the vbindex footer is gone that gave suport for it as well. You would be better off looking at vBadvanced now really were support is there for it, and it works with 3.5

Thanks Gary. Will try vBadvanced today :)

MRGTB 08-12-2005 09:13 AM

Quote:

Originally Posted by pran
Thanks Gary. Will try vBadvanced today :)

No problem.

Just want to post also I was wrong in my previous post above, now it does seem to be grabbing posts from the "Sub Board" on my site to the Latest Threads block.

Strange!

MRGTB 08-12-2005 11:32 AM

This is not my creation. I just edited the code from a vbadvanced block created by another person to suit vBindex.

Here is the full code that you need to replace in your custom block to get a site navagation block.

Code:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <thead>
        <tr>
        <td class="tcat" style="text-align: center">
        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
        <strong>Site Menu</strong>
        </td>
        </tr>
        </thead>
        <tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
        <tr>
        <td class="alt1">
        <div class="smallfont">
<!-- Navigation Block -->
<center><a href="index.php"><b>Forum Board</b></a></center>
            </b>
    <tr>       
        <td class="alt2" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="register.php"><b>Register Now</b></a></span></b></td>
    </tr>
        <tr>
        <td class="alt1" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="rules.php"><b>Site Rules</b></a></span></b></td>
    </tr>
<!-- End Navigation Block -->
</div>
        </td>
        </tr>
        </tbody>
</table>
</td>
</tr>
</table>
<br />

To add a new menu entry you would just use this at the end of the code, changing the "alt2" to 1 and 2 in the code to rotate colours correctly:

Code:

<tr>
        <td class="alt2" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="yourfile.php"><b>Title Link</b></a></span></b></td>
    </tr>

Can be seen working on my site. Off course you will have to edit the links in the code also to suit your site navagation.

Big Daddy 08-12-2005 11:11 PM

Looked quite a few pages back, and didn't find any fix for the calendar.... Again, when I click on an event in my calendar block, it comes up "Page Not Found"?????????

MRGTB 08-13-2005 12:16 AM

the fix is posted here, in fact after reading all the threads (which took forever). The fix was accually posted about mid way through this thread well before I found it and posted a fix. I can't remember off my head what I did.

And as od today I have switched over the vbadvanced because there really is no support for this anymore as such. So I made the switch today while setting up a new board with a new skin.

Club3G 08-13-2005 07:02 PM

Does anyone have a way of cycling the news posts? I have a forum for reviews/interviews on my website, and it would be absolutely awesome if it randomly picked out a post to display. :)

I assume it would work, since random polls work - just no idea how to make it happen.

HormZ 08-20-2005 04:03 PM

I get this error:

Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33

What have I done wrong and how can I fix it?

MRGTB 08-20-2005 05:36 PM

Sound to me like you must have the:

define('CHDIR_PATH', '/path/to/forums/');

setup wrong in your vbconfig.php file, double check you have entered the correct path to your server

if you named your forums folder FORUM for example, looking at the path error your getting (I'm only guessing here). Try this!

define('CHDIR_PATH', '/home/rbruce/public_html/forum');

By the way, the part in the path name that says "rbruce", is that the PASSWORD you use to log on to your server, becuase thats what should go there, not you USERNAME logon. So if "rbruce" is your logon name for your server, that wrong, you need to put your password there instead!

So if you server password is "billy" and you named you vbfolder uploaded "forum". It should look like this:

define('CHDIR_PATH', '/home/billy/public_html/forum');

HormZ 08-21-2005 06:30 AM

Quote:

Originally Posted by Gary Bolton
Sound to me like you must have the:

define('CHDIR_PATH', '/path/to/forums/');

setup wrong in your vbconfig.php file, double check you have entered the correct path to your server

if you named your forums folder FORUM for example, looking at the path error your getting (I'm only guessing here). Try this!

define('CHDIR_PATH', '/home/rbruce/public_html/forum');

By the way, the part in the path name that says "rbruce", is that the PASSWORD you use to log on to your server, becuase thats what should go there, not you USERNAME logon. So if "rbruce" is your logon name for your server, that wrong, you need to put your password there instead!

So if you server password is "billy" and you named you vbfolder uploaded "forum". It should look like this:

define('CHDIR_PATH', '/home/billy/public_html/forum');


Aaaaaaaah Thanks for the advice. I'll do the changes and feedback!

HormZ 08-22-2005 06:22 AM

Inserted the servers password but it still errored out as a Parse probelem so reverted to existing Failure Error.

Here is the new error message: Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33

Can anyone take a peek at it for me? I am useless at trying to correct this type of error. I can't remember if the install manual listed this requirement and what to do.

The install went gret until the very last step which is the options step.

Ont clickeing the final 'NEXT' button to do the options, I was greeted by a error page which then progressed to the Fatal Error as netioned abovwe.

So if anyone can take a peek and list the corrections steps for me I will be a most grateful ne forum owner!!

MRGTB 08-22-2005 08:33 AM

Are you sure your entering the server path name correcty. Run test php file to get the server address, or ask your server for your path if your not sure. Because if the boards working fine, I really can't see why vbindex isn't also.

Other portals like vBadvanced CMS will get the path for you itself itself if I remember righ during the installation and tell you what to enter. Plus there is good suport for it unlike this product now which is an old one.

You better of using that instead of vBindex RC5, which you can download from here: http://www.vbadvanced.com/products.php?

HormZ 08-22-2005 10:26 AM

OK I will download the newer portal.

Many thanks for the help.

Bye.

cecdah 08-27-2005 12:03 AM

Installed and working like a charm. Thanks a lot.

:)

Big Kahuna 08-30-2005 07:10 PM

OK -- here's the deal,

FACTS:
I have the account on the server as www.moparstyle.NET and park www.moparstyle.COM and www.moparstyle.ORG on it

In the root is a Portal (VBIndex) -- which was freeware a couple of years ago when I installed it -- but it is either now unsupported (I think that's what the deal was when I last looked months ago) or it is no longer free. Anyway -- I've not had a problem with it (until now). There are no cookie settings in the Admin Panel for this.

It is integrated with my forums www.moparstyle.com/forums -- which is VB3.06 -- that too has not had a problem. The cookie settings are / for the path to save cookies, and the cookie domain is left blank in the Admin CP.

What complicates it a little is that I also use PhotoPost Classifieds 2.0 http://www.moparstyle.net/classifiedads/index.php -- which integrates with the VB member database. The cookie settings on this in the Admin has the cookie domain left blank but a cookie prefix of moparstyle

Finally, I use PhotoPost http://www.moparstyle.net/photoalbum/ PHP 5.02, which too is integrated into the VB forums. The cookie path is blank, the cookie prefix is bb, and the cookie domain is blank. I don't remember the reason for this -- but there was some problems getting this all to work last year -- and after two days of pulling hair (as I'm again currently doing) that's what was told to me as what it takes to make it work -- and it worked.

THE PROBLEM:

All of a sudden I have this funky problem where if I go to the Portal using the .COM or the .ORG (the parked domains) I'm (and everyone else!) is always logged out. When I log in I'm taken to the forums. When I try to go back to the domain's root using .COM or .ORG -- this nasty cycle continues.

However, doing this with www.oparstyle.NET (the actual account) doesn't give me the problem. I've unparked and reparked -- no help.

I have cleared the cookies many times -- No help.

I use the latest update of IE -- and while we can argue the merits of the different browsers another time in another thread, I need to fix this as 96% of my 6,000+ users use IE.

Below is a throw down login to see the problem.

Throw Down User:Test User Password:testing1234

Any idea how to resolve this issue? I've spent many hours trying and failing.

Big Kahuna 08-30-2005 08:32 PM

OK -- I did a temporary fix with redirecting www.moparstyle.com to www.moparstyle.net/index.php until I can find the cure.



Those who get to the portal with the address of www.moparstyle.com/index.php will still have the problem.



So even though it isn't properly fixed (still looking for suggestions) you can't duplicate the problem unless you use www.moparstyle.com/index.php

MRGTB 08-30-2005 10:56 PM

You will have problems putting the index.php in your root folder. I spotted this ages ago. The best place to put the portal index is in your forums folder and name it portal.php or something.

You will have no problems then with cookies and logging in etc, plus login re-directs. By simply running the portal index from your root folder all these issues are fixed

cecdah 08-31-2005 11:54 PM

Hi.
I am having problems with the login function. When users login, they are redirected to the portal, but seems not to be logged in. It still reads "guest". But if they go to the forum via the navbar, they are logged in.

Really annoying because users think that they are not logged in.

MRGTB 09-01-2005 12:42 AM

Quote:

Originally Posted by cecdah
Hi.
I am having problems with the login function. When users login, they are redirected to the portal, but seems not to be logged in. It still reads "guest". But if they go to the forum via the navbar, they are logged in.

Really annoying because users think that they are not logged in.

Replace the code in portal header template (make a backup first), with the code from the forum header template. That will fix your problem just as long as the portal index file is located in your forums folder and NOT in the root directory. Or was it the portal nav template code I replaced with the forums nav template code. Not sure now, but it's one or the other.

I used the same method when I had it installed and it fixes it fine.

cecdah 09-05-2005 12:13 PM

Thanks, but I already solved it. I have my portal in my forumrootfolder, so I changed the automatic redirect after login. Now everything works fine.

One question, I notised the core forum for supporting this hack is down, so I cannot find anywhere og any thread that tells how to add new features to the customblocks.

MRGTB 09-05-2005 12:48 PM

Quote:

Originally Posted by cecdah
Thanks, but I already solved it. I have my portal in my forumrootfolder, so I changed the automatic redirect after login. Now everything works fine.

One question, I notised the core forum for supporting this hack is down, so I cannot find anywhere og any thread that tells how to add new features to the customblocks.

If you take a look at the date the person was last online who created this hack, it says it was over 12 months ago. And I think the Core Forums are gone, not just offline.


All times are GMT. The time now is 06:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03369 seconds
  • Memory Usage 1,935KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete