UBB.Dev
Posted By: ehm Cookies delete feature on 6.3 - 04/16/2003 1:47 AM
Probably I'm missing something, but I could not find any link to "Added a modification of JustDave's "My Cookies" hack, with a template file. This allows users to delete all cookies from a UBB.threads site." on the new 6.3
Maybe I did not upload all files (templates) or do I have to create that link manually?
Which template was supose to have that link?
Posted By: JoshPet Re: Cookies delete feature on 6.3 - 04/16/2003 1:54 AM
It was going to be at the bottom, like here. But it was changed to avoid clutter.

You can find the link in the FAQ under trouble logging in. You could add a link to it anywhere. If you want it at the bottom of every page (like here) put it in the ubbt_footer.tmpl file.

Posted By: ehm Re: Cookies delete feature on 6.3 - 04/16/2003 2:05 AM
Than you JoshPet.
I will put there on ubbt_footer.tmpl
Posted By: ehm Re: Cookies delete feature on 6.3 - 04/16/2003 2:09 AM
Hummm... I put there and I'm receiving a blank page if I click...
This is my code:
---------------------
|
<a href="{$config['phpurl']}/mycookies.php?Cat=$Cat">{$ubbt_lang['MYCOOKIES']}</a>
<a href = "$phpurl/mycookies.php?Cat=$Cat" {$ubbt_lang['MYCOOKIES']}</a>
----------------------------------------------
Can I have another bit of help?
Posted By: JoshPet Re: Cookies delete feature on 6.3 - 04/16/2003 2:12 AM
Hmmm

You should just need this:

|
<a href="{$config['phpurl']}/mycookies.php?Cat=$Cat">{$ubbt_lang['MYCOOKIES']}</a>


Do you have a link to your forum?
Posted By: ehm Re: Cookies delete feature on 6.3 - 04/16/2003 2:15 AM
I changed but still the same blank screen.
The link is:
http://www.imigrar.com/forum
Posted By: JoshPet Re: Cookies delete feature on 6.3 - 04/16/2003 2:19 AM
Doesn't look like you uploaded all the files.

Your FAQ link is wrong. It should be faq.php (no more language in the FAQ) as it's templated.

It looks like you are missing a "mycookies.php" language file in your languages directory.

Double check that you have the mycookies.php script uploaded to your forum directory... and the mycookies.php language file in the proper language directory. Make sure you don't have the language file uploaded to the forum directory by mistake.
Posted By: ehm Re: Cookies delete feature on 6.3 - 04/16/2003 2:24 AM
You were right (tell me something new... )
The mycookies.php language was missing.
You wrote something about the FAQ is wrong?
Posted By: JoshPet Re: Cookies delete feature on 6.3 - 04/16/2003 2:27 AM
Make sure you upload the new ubbt_registerednav.tmpl and ubbt_unregisterednav.tmpl templates.

Also upload the faq.php file.

Check the link to the FAQ in your menu. Currently it's faq_portuguese.php

The 6.3 version will link to faq.php

It's now been templated. That'll talk about some of the new features and offer a mycookies link as well.
Posted By: ehm Re: Cookies delete feature on 6.3 - 04/16/2003 2:31 AM
Great. I upload ubbt_registerednav.tmpl and ubbt_unregisterednav.tmpl (not sure they were on the CHANGEFILES file )

Since you are here, can you take a look on my other question about the number of members not increse? It's 677 since I update from 6.2 to 6.2.1, but I do have more members (it's 3 or 4 Post before this one here).

Thank you JoshPet
Posted By: JoshPet Re: Cookies delete feature on 6.3 - 04/16/2003 3:15 AM
Yeah, they are on the changed files list.

I saw the other question, but didn't have an answer.
© UBB.Developers