Hey Oxpus,
Allready found some spare time for this?
Die Suche ergab 8 Treffer
- Di 24.Aug, 2004 21:21
- Forum: phpBB 2.x
- Thema: Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
- Antworten: 10
- Zugriffe: 1409
- Mi 11.Aug, 2004 19:11
- Forum: phpBB 2.x
- Thema: Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
- Antworten: 10
- Zugriffe: 1409
re.
Hi Opus,
although i know you're going to do it, this is what i had... and i was wondering iff i was thing in the right way...
///
/// select pic info from table
///
$sql = "SELECT *
FROM ". ALBUM_TABLE ."
WHERE pic_id = '$pic_id'";
if( !$result = $db->sql_query($sql) )
{
message_die ...
although i know you're going to do it, this is what i had... and i was wondering iff i was thing in the right way...
///
/// select pic info from table
///
$sql = "SELECT *
FROM ". ALBUM_TABLE ."
WHERE pic_id = '$pic_id'";
if( !$result = $db->sql_query($sql) )
{
message_die ...
- Mi 11.Aug, 2004 16:13
- Forum: phpBB 2.x
- Thema: Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
- Antworten: 10
- Zugriffe: 1409
- Mi 11.Aug, 2004 15:56
- Forum: phpBB 2.x
- Thema: Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
- Antworten: 10
- Zugriffe: 1409
- Mi 11.Aug, 2004 15:54
- Forum: phpBB 2.x
- Thema: Q_LInks SQL error.
- Antworten: 2
- Zugriffe: 274
- Mi 11.Aug, 2004 08:51
- Forum: phpBB 2.x
- Thema: Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
- Antworten: 10
- Zugriffe: 1409
Use Album_pic (smartor) as AVATAR for PcP (RPG.net)
Hi,
is someone willing to help me out on this?
I Would like that underneight a picture (on album_showpage.tpl) a link or buttons shows up. When clicking that line or button a script adds the thumbnail size of that picture in the Profile_avatar field.
I someone willing tohelp me out on this... (i ...
is someone willing to help me out on this?
I Would like that underneight a picture (on album_showpage.tpl) a link or buttons shows up. When clicking that line or button a script adds the thumbnail size of that picture in the Profile_avatar field.
I someone willing tohelp me out on this... (i ...
- Mi 11.Aug, 2004 08:45
- Forum: phpBB 2.x
- Thema: Q_LInks SQL error.
- Antworten: 2
- Zugriffe: 274
Q_LInks SQL error.
Hi here,
When i try to run the "q_links_db_update.php" it gives this error....
CREATE TABLE phpbb_q_links ( id mediumint(8) unsigned NOT NULL auto_increment, url text NOT NULL, name text NOT NULL, image text NOT NULL, description varchar(255) NOT NULL. seperator tinyint(1) DEFAULT '0' NOT NULL ...
When i try to run the "q_links_db_update.php" it gives this error....
CREATE TABLE phpbb_q_links ( id mediumint(8) unsigned NOT NULL auto_increment, url text NOT NULL, name text NOT NULL, image text NOT NULL, description varchar(255) NOT NULL. seperator tinyint(1) DEFAULT '0' NOT NULL ...
- So 15.Feb, 2004 20:52
- Forum: phpBB 2.x
- Thema: Error by open statistic
- Antworten: 3
- Zugriffe: 801