Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/12/2006 22:18:21
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
this is the url of my guestbook
http://www.sergiohmunoz.com/guestbook/index.php
as u can see the image is on the same table as the message! I was wondering if this can be under my email etc...
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/12/2006 22:28:06
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Open templates/entry.php and move $USER_PIC to after $MESSAGE then edit user_pic.php
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/12/2006 23:21:03
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
ok, I moved after "message" the word $USER_PIC but when u say edit the user_pic.php i just opened and this is the code that comes on
<a href="javascript:gb_picture('$row[p_filename]',$row[width],$row[height])"><img src="$GB_PG[base_url]/$GB_UPLOAD/$row[p_filename]" align="left" border="2" $new_img_size[2]></a>
what part of the code should be edited?
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/12/2006 23:29:29
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
hey I did this and it work
<td colspan="2" class="font1">$row[email2]</td>
</tr>
<tr>
<td colspan="2" class="font2">$LANG[FormLoc]:<br>$row[location]</td>
<tr>
<td colspan="2" class="font1"><b>$USER_PIC</td>
</tr>
</tr>
</table>
I add it where is location and all that and it work... I don't know if this could be a prolem later on????
http://www.sergiohmunoz.com/guestbook/
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/12/2006 23:37:16
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
sorry that i ask so many questions but I was trying to change the description that i have at the top of the guestbook but I don't know which one is the one to edit??? can u help me out
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 07/12/2006 09:53:36
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
The text is held in lang/spanish.php assuming that is Spanish. Looks like Spanish to me.
I was personally trying to get the guestbook to look like my main forum at www.carbonize.co.uk/Forum
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/12/2006 07:57:18
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
hey thanks a lot it work. i made a research how to put a banner on top of my guestbook and i found that i have to open header from templates but than when i put the imagen it says that is not on the root folder n if i want to upload it to the ftp address but after all that the imagen wont show up.... can u tell me exactly on what folder should i save the imagen ??
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/12/2006 08:20:03
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Put the image where ever you want just make sure the image tag points to it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/12/2006 21:41:06
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
i'm really lost... I just want to put an imagen or banner into my guestbook... but i don't know what file to open???
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/12/2006 21:42:33
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
by the way i'm using dreamweaver ftp
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/12/2006 22:27:24
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
open up templates/header.php and put the img tag after the body tag. I don't recommend Dreamweaver for editing text files as I don't know if it will alter anything/
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 09/12/2006 06:40:50
|
kekio00
Beginner
Joined: 10/11/2006 08:10:55
Messages: 20
Offline
|
wow! thanks a lot working like old times
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/01/2007 00:20:25
|
mach2racer
Beginner
Joined: 13/01/2007 17:58:14
Messages: 28
Offline
|
Carbonize wrote:open up templates/header.php and put the img tag after the body tag. I don't recommend Dreamweaver for editing text files as I don't know if it will alter anything/
I use DW and it just makes it easier to read the file vs. any other program by far.
After I make changes I just save it then load it to where it needs to be on my server.
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/01/2007 07:41:40
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I personally use PSPad.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 02/04/2009 22:28:20
|
TechJammer
Newbie
Joined: 02/04/2009 22:25:10
Messages: 1
Location: Baltimore, MD USA
Offline
|
I used the table coding above to move the image to the left column also. Thanks for posting this tip!
|
TechJammer
BJC Computer Services | Article Import Scripts |
|
|