Author |
Message |
|
Where can I set the [base_url] so that the images will show up correctly??
|
 |
|
silly question - did you actually use your domain name OR domain.com?
DUMB wrote:
Hi!
I am really stupid in phpBB2. I downloaded it. I followed the instructions carefully. I typed..." http://www.my-domain.com/forum/install.php" it doesn't show up at all. Help me please. How do I get the forum working on my community. thanks.

|
 |
|
The problem seems to be that the php scripts don't put the base URL in the [BASE URL] stuff...
http://guest.kiphut.com
when I right click the [X] on the test post, i get the following as their path --------> http://img/browser.gif
|
 |
|
Need some help here folks for a newbie..
In Advanced Guestbook 2.2, I would like to display the email adresses as an image (PGN, JPG or GIF) instead of test.
Attempting to learn PHP, I can create an image with text in it, but I don't have enough knowledge to make it work in the Guestbook.
Can anyone help me please....Thanks
|
 |
|
I have the poll script up and running fine, but when I add the include to my .php file, it totally messes up my design. I am using an external CSS file for layout.
The page is supposed to look like this:
http://www.visionsnet.com/test/index.html
It looks like this:
http://www.visionsnet.com/test/index.php
Any clues?
|
 |
|
For Netscape 7 add between the code:
and:
add:
|
 |
|
Anonymous wrote:Is there a way to separate the different Moz 5 browsers (Phoenix, Netscape 6 or 7, Chimera, different releases of Mozilla, etc..)?
Not sure yet, I'll post back when I work it out
|
 |
|
sorry email address is j@trailscene.com
|
 |
|
sorry i havent checked this forum thread since i posted here. if you still haven't worked it out, email me, and i will email back with the attached edited file. you can send me money too!!
|
 |
|
Hello,
I got the latest version of advanced guestbook avaliable to downloaded and installed.
However, i have a small problem...that is the images are not showing up, and yes, i did upload them in binary format !
Whats the solution ??
Thanks for ur help !
Cheers
|
 |
|
Thank you for the Windows ME code. I've been wanting that for a while. I have been trying to work with the Mozilla 5.0 browser issue but can't seem to figure it out. Is there a way to separate the different Moz 5 browsers (Phoenix, Netscape 6 or 7, Chimera, different releases of Mozilla, etc..)?
|
 |
|
already found it...
in common.inc.php comment out:
/*if (!$auth) {
$message = (isset($username) || isset($password)) ? $lang['FormWrong'] : $lang['FormEnter'];
$CLASS["template"]->set_templatefiles(array(
"login" => "admin_login.html"
));
$poll_login = $CLASS["template"]->pre_parse("login");
no_cache_header();
eval("echo \"$poll_login\";");
exit();
}*/
|
 |
|
I want to use the admin functions, but I don't want my admins to login, I just want them to open up /admin and see the screen you would usually get when you login...
is this possible without having to dig into the code?
if no -> tnx anyway!
if yes -> how?
|
 |
|
tried all above but none work, most arnt even relateed to the specific problem of not being able to remebr y password and user name, apart from trying to access the MYSQL database and replacing files etc, that may work, but i cant get any ruddy admin package to access the server let alone the database.
I still think that best bet is to write some code which ill print the existing username and password on the screen.
I am considering to lear php to solve this one... but i hope someone can help.
Andrew
|
 |
|
Hello ,
I've installed Advanced Poll 2.0.2.
It works fantastic !
Only one thing.
When I go to www.mydomein.nl/poll/ I can see the 'Index of' Parent directory
I think is not save.......
What should I do about it ?
Thanks !
|
 |
|