Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - uksoreeyes

Pages: 1 2 3 4 5 [6]
76
Installation, Update & Configuration / Thumbnails and css
« on: March 19, 2003, 12:08:16 AM »
Thanks pal, worked a charm  :D

77
Installation, Update & Configuration / Thumbnails and css
« on: March 18, 2003, 07:13:54 PM »
Hi I've been trying to add a style to my thumbnails but don't know where to start.

basically what I want to do is this:

Code: [Select]
<a href="image url etc" class="image"><img src...

but where abouts in the script to I find the <a href> bit to add the class="image" bit?

78
Mods & Plugins (Requests & Discussions) / phpbb v2.02
« on: March 11, 2003, 11:46:25 AM »
Sorry Jan, I will remember that next time :)

soda_popstar thanks, I have it working now, I made a silly mistake in my user_loginform.html, which stopped it from working. I still used the login.php from version 2.02, so I'll leave it there seeing as it works ok.

Carl

79
Mods & Plugins (Releases & Support) / Integration 4images 1.7 / phpBB
« on: March 11, 2003, 09:10:39 AM »
It's ok I fixed my problem, silly me had the 'user_loginform.html' setup wrong, I forgot to change 'user_name' to 'username' and 'auto_login' to 'autologin'

works fine now. just one more question?

is it possible to redirect users to the 4images main page when they click on log out from my 4images page?

and to redirect users to the forum main page when they click logout from the forum?

Maybe this could be done using a query string? This would finish the integration off nicely I think.

Many thanks

Carl

80
Mods & Plugins (Requests & Discussions) / phpbb v2.02
« on: March 10, 2003, 09:00:06 PM »
Hi could anyone tell me where I can get a copy of phpbb version 2.02 as 4images doesn't work with the current version 2.04?

Looked on the phpbb website and can't find it.

Help would be appreciated

Thanks in advance

Carl

81
Mods & Plugins (Releases & Support) / Integration 4images 1.7 / phpBB
« on: March 09, 2003, 05:01:53 PM »
Thanks Jan, that fixed a few problems only to create another. Now when I log in from my 4images, I get an error saying:

Quote
You have specified an incorrect or inactive username, or an invalid password.

Click Here to try again

Click Here to return to the Index


Now I checked and the username and password are correct. any ideas? I really want this to work and it just ain't happening.

Thanks again

Carl

82
Mods & Plugins (Releases & Support) / Integration 4images 1.7 / phpBB
« on: March 09, 2003, 06:50:24 AM »
I have done everything in the installation.txt, now when I click on 'register' on my '/4images/index.php' I goto the forum registration page where I can create my account. Once this is done I go back to my '/4images/index.php' and try to log in with that username I've just created and I get the following:

Quote
Forbidden
You don't have permission to access /forum/http://www.myleeneklass.com/4images/index.php on this server.


Can someone tell me why this is happening? Shouldn't there be something in between the '/forum/' and the 'http' bit?

Thanks in advance

Carl

83
Installation, Update & Configuration / change template
« on: March 04, 2003, 03:25:46 AM »
Thanks, I had a feeling that was how to do it, I just wanted to make sure.

84
Installation, Update & Configuration / change template
« on: March 04, 2003, 02:54:08 AM »
hello, lets say I make a page called smile.html and I put this in my /templates/default folder. To access the page I type www.mydomain.com/4images/index.php?template=smile right?

Is is possibe to change the template bit to say something like page

so I can access all my pages via www.mydomain.com/4images/index.php?page=smile

85
Installation, Update & Configuration / php in templates
« on: March 02, 2003, 06:58:44 PM »
I was wondering if its possible to execute php within a template.

I have created a page called shout.html which works great when I access it via /index.php?template=shout

What I want to do is have a snip of php in this template:

Quote
<?PHP include("shout_sql.php"); ?>


this would display the contents of my database on this page but it doesnt work how can I do this?

Thanks in advance

Carl B

86
Mods & Plugins (Requests & Discussions) / Thumbnail creation
« on: October 11, 2002, 04:27:59 AM »
Hi, is it possible for the script to auto create thumbnails for outside linked pictures.

for example: a user wants to add a picture, but instead of uploading, he/she links an image file from another server by adding the relevent info into the URL field. when he/she clicks submit, I would like the script to create the thumbnail for that image instead of displaying the default jpg icon.

can this be done? would be a great feature.

Regards Carl - http://www.uksoreeyes.co.uk

87
Installation, Update & Configuration / user_logininfo.html
« on: October 04, 2002, 02:02:33 PM »
wow thanks alot, I didn't realise it was that simple. Now I can get on and finish the rest of the site. I'll let you know when it's finished.

88
Installation, Update & Configuration / user_logininfo.html
« on: October 04, 2002, 03:40:57 AM »
Hi, I've had this script about a week now and I love it to bits. I am currently coding my new template which is very cool and is taking a long time.

I have a problem though. On the user_logininfo.html page theres the bit which says
Code: [Select]
{lang_loggedin_msg} Now we all know that this is the bit thats prints
Quote
Logged in as: YOURNAME
What I want to do is this:
Code: [Select]
<FONT class=recent>Logged in As:</FONT><BR>
<FONT class=normal>YOURNAME</FONT>
In the bit which reads "YOURNAME" I would like the name of the user currently logged in. Just like the original would say. Now I've tried putting {user_name} in the YOURNAME bit, but it doesnt work as I get a different name on every page. It only seems to display the correct name on the control panel page.

Can anyone help me with this? what bit of code do I need? it's had me confused for hours and hours.

Thanks in advance,
Carl - http://www.uksoreeyes.co.uk/home/index.php

Pages: 1 2 3 4 5 [6]