51

(19 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

Run this SQL query

update prefixconfig set conf_value="http://www.mydomain.com/foldername" where conf_name="o_base_url"

where prefix is your database prefix and http://www.mydomain.com/foldername is the proper path to the folder
Then, delete the .php files in the cache directory in the forum directory

Can you say all that again but then in English? Haha XD

SQL query?..........................?

So prefix is my database ''code'' ?

And what exactly should I do? In easy words please tongue


Sorry for my small knowlegde about English-Computer-Language tongue

52

(19 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:
admin_options.php wrote:

Bad HTTP_REFERER. If you have moved these forums from one location to another or switched domains, you need to update the Base URL manually in the database (look for o_base_url in the config table) and then clear the cache by deleting all .php files in the /cache directory.

Does that means I have to go to the config.php file and look for the line o_base_url or something?
I can see the config.php file in my FTP but I can't find it on my PC tongue

I'm not sure what exactly I should do tongue

53

(19 replies, posted in PunBB 1.2 troubleshooting)

Oh crap, wait, there's still a problem, when I try to switch skins it goes ; Bad HTTP_REFERER etc.

Should I change the Base URL?

But when I try to change the Base URL it also says Bad HTTP_REFERER

hmm

54

(19 replies, posted in PunBB 1.2 troubleshooting)

Yay! It works, sorry for bothering hehehe smile

Thanks a ton! big_smile

55

(19 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

OK, so, I THINK I understand you now tongue

header("Location: http://www.mydomain.com/foldername/");
exit;

Save that as index.php in the root

I think you do tongue

But when I do that, and go to www.mydomain.com, all it gives is the code I typed, so that be:

header("Location: http://www.mydomain.com/foldername/");
exit;


:x

P.S.
I saved it in the root as index.php, not in the folder of my forum but in the root..

56

(19 replies, posted in PunBB 1.2 troubleshooting)

The forum was originally at www.mydomain.com
and now it's in www.mydomain.com/foldername

Can you be specific what do to with the code? tongue
I've tried to put the code you gave in the root, saved as index.php but it just gives the code when I go to www.mydomain.com

:]

57

(19 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

And after consultation with someone who knows Dutch, I'm told I should replace the word "map" with the word "folder" big_smile
There are a couple ways to redirect from a page to a folder. You can put the following as your index.php

header("Location: http://www.mysitename.blabla/myfoldername/");
exit;

with the proper folder name and domain name, of course. That's just one method.

Yes, excuse me, I ment folder smile

And where exactly should I put it in my index.php file? There's tons of lines.

I don't think you understand, See, I have a punBB forum without mainpage, and when I go to www.mydomain.com it re-directs to the forum, atleast it did, now I putted all that forum files into a new folder, and now you have to go to www.mydomain.com/foldername to see the forum, but now I want it to re-direct to the folder/forum when I go to www.mydomain.com

smile

58

(5 replies, posted in PunBB 1.2 troubleshooting)

Ok, I got enough information.
Thanks you guys! smile

59

(19 replies, posted in PunBB 1.2 troubleshooting)

Well, I got my punbb forum working and all, but now I putted all my punbb files in one folder, and what you go to (for example) www.mysitename.blabla/myfoldername
it opens, but when you go to www.mysitename.blabla it doesn't.

Is there a way to make it refer to the folder when you go to your main domain?

Excuse me for my english,

smile

60

(5 replies, posted in PunBB 1.2 troubleshooting)

Is there a way to make your skin in photoshop or whatsoever, and then put it as punbb skin?
I know spinkBB, Very nice.. but I'm just curious..

I can make a skin but I can't code at all sad

Any solutions apart from spinkBB ?

Thanks again for your help, Smartys, I appreciate it! smile

I've seen some forums wide, like this one, almost all over the screen, but I've also seen forums where it's centered in the middle and not so wide.
Anyone knows how to do that?

-Winger smile

63

(3 replies, posted in PunBB 1.2 troubleshooting)

I just ( a second ago) wrote a detailled and longgg post of what exactly I did etc etc.
And then I checked one last time and now it works. hmm

I still have no clue what could be the problem. But I guess I should be happy now it works hehehe big_smile

Sorry for bothering and thanks Smartys for trying to help me smile

64

(3 replies, posted in PunBB 1.2 troubleshooting)

Hello,

I made a skin with SpinkBB and I'm now editing it, and changing the normal icons to self made ones. At first when I looked through the _cs.css file of the skin and edited it, it worked. The icons where changed.
But now I made new ones, and want to change them, so I thought, I don't touch the code, but I change the image files and replace them (same name etc.) Because the code is still refering to the images.

But now It keeps showing the old replaced buttons (If that isn't clear, I replaced the default ones, and now I want to replace the ones I replaced too.)
, even if I delete the whole img file from my FTP directory, it keeps showing the old replaced buttons hmm That's kinda weird .. So I deleted it, checked it all like 5 times, and re-uploaded it, and it still doesn't works.

Excuse me for my English,

smile

Edit: And yes, I edited the script so I refers to the right uploaded images in my FTP directory.

Thanks a lot !

. .Found it... Silly me smile

Heya,

I know it's probably a dumb question,

But is there an Mod that allows you to Sticky an topic?
Or is it already in PunBB....?

smile

67

(3 replies, posted in PunBB 1.2 troubleshooting)

Dr.Jeckyl wrote:

remove <pun_title> and <pun_desc> from include/template/main.tpl

Yay! It works fine now!

Thanks a lot Dr.Jeckyl smile !

68

(3 replies, posted in PunBB 1.2 troubleshooting)

Wait, the banner now works, only in the banner it says the Board title..... How can I Remove the Board title from the banner?

Hiya,

Well, I'm trying to add a banner to my forum, ( For example: http://demo.punres.org/?id=236) Like that anime banner...

But, How do I get the text away? I just want the banner and no text ( In the example above it says 'Style previewer' ) - How do I remove that text?

I also have problems with adding the banner..  I'm looking at this http://wiki.punres.org/Add_a_logo_to_the_header_via_css but it doesn't really works......

smile

No one knows? sad

Updated the question, I found the thing I asked before out. Now I get this error.



smile

Thanks a lot for your help Smartys, it all works fine now. wink

Is there a way to install more then one skin with skinbb?, I already made one with skinbb, it works fine and all, but when I make another, and for example call it 'Winger' , I install it the same way, it stands there in 'Display' but it doesn't works..

smile

Nvm, I found out.

Dr.Jeckyl wrote:

you have to create one with the supplied code from the installation process. there is a sample one in the "extras" folder called "example_config.php". make sure to save the file as a php file and not a txt file. a very common mistake when using something like notepad.

It works, it exists!


Thank you all who helped me, I greatly aprecciate it, you helped a little newb (:P),

Thanks a lot. smile