|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
i've set this up locally and it works great, when i run it on the live server i go thru the setup and click update config at the bottom it then loads the index page but it still displays >>> 'We are currently updating this page...'
Any ideas?
Cheers
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
hmm i just uplaoded the local config file to the server and it seems fine, maybe i needed to set it to 777??
cheers
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
Hi again
How do i make an image show up in them pal custombox?
Cheers
|
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
You need to edit the pal box scripts directly and use HTML in there.
They are in the /pals directory of your ubbthreads install.
custompalbox1.php, custompalbox2.php etc...
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
yeah i gatherd that, i aint THAT retarded, well unless u been chatting to j.c. I edited it and added the html and it lost all side bars, hmmm ok well i'll try again! update: ok i can see this line: $TempStorage .= "Admins: Your custom content and code can be added to this box by editing the custombox1pal.php script located in the pals directory."; do i have to add some php code to pull the image, i cant seem to get html to work cheers
Last edited by tenshu; 01/18/2004 12:02 AM.
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
ok i diditn have a clue as per usual, so i just found that random profile pal and copied the image source for that and changed it to what i needed, seems to work fine!
echo "<img src="/images/wire_logo.gif" width="125" height="163" alt="AF logo" />";
learn something new everyday here! haha cheers
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
lol damn it! back again! i tried to center the image but it wont move! echo "<img src="/images/wire_logo.gif" align="center" width="125" height="163" alt="AF logo" />"; does that look right? cheers again
|
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Not sure why that wouldn't work.
You could also try
echo "<div align="center"><img src="/images/wire_logo.gif" width="125" height="163" alt="AF logo" /></div>";
|
|
|
|
|
Joined: May 2003
Posts: 114
Journeyman
|
|
Journeyman
Joined: May 2003
Posts: 114 |
UPDATE::
ok fixed, i had to change... echo "</td></tr><tr><td align="left" valign="top" class="lighttable">"; // Close Header and Open Content
to ...
echo "</td></tr><tr><td align="center" valign="top" class="lighttable">"; // Close Header and Open Content
yippee!
thanks again josh master
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 449
Joined: February 2008
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 2112
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 1
|
|
|
|
|
|