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.


Topics - www.girls-on-bikes.com

Pages: [1] 2
1
Hello All,
I'm currently scooping user id's out of a table, and I want to make links to their profiles.  How would I go about using something like {user_profile_link} ?

Thanks

2
Hello,
I would like to make a suggestion:
In the install instructions, have people chmod before they run the installer, which will get rid of this error:
http://www.4homepages.de/forum/viewtopic.php?t=3319

[Edit]: Actually, if you do the normal chmods, then do a chmod of 777 on the directory you are installing, you won't get the error above, you just need to remember to chmod back to 755 (or whatever your particular server default is)

Just some food for thought.

3
Hello All,
On my homepage (link below), it still says "4 imgaes" in the clickstream.
Where do I go to change that?

Thanks

4
Hello All,
I would like to request a mod.
I would like to see the 10 top lowest scored images (rating > 1)
Like this:
http://www.girls-on-bikes.com/pages/rating/rated_worst.php

Any possibility of someone doing this one?
(Yes, it's relevant to my site)

Thanks!

5
Hello All,
I will seriously pay somebody if they can modify the 4images script so that all images are served up by a script, where that script checks referrers, and allows the images to be stored in a specified path.

The image serving script is already written, here's the one I want to use:
http://www.thesitewizard.com/archive/protectimages.shtml

But I would need that somehow integrated into the 4images pages.
Anybody up for this challenge?

Thanks

6
Hello All,
I just noticed that the user profile link on the comments section is not working:
http://new.girls-on-bikes.com/details.php?image_id=1026

Also, somewhat related, comment_bit.html doesn't seem to be doing it's job as far as the {if comment_user_homepage} and {if comment_user_icq} go, because if the user has not entered a homepage or icq number, it is still displaying those.

Where might I start to tackel these two problems?
Thanks

7
Hello All,
Here is the ultimate request:
I want away to keep track of which images users have voted on, and what rating they gave that image.

And no, this not an easy request, but just wanted to check to see if anybody has maybe done something similar.

When I get some time I will be writing out a hacked version of this, as I'm pretty sure I can do this mod, then do the usual, let V@no turn it into a real mod  :wink:

The "goal" of this would be to see if I get any malicous users, who simply give a low rating for all pictures they vote on, and give them a swift boot to the arse.

8
Discussion & Troubleshooting / Is there a root path variable?
« on: June 06, 2003, 09:05:42 AM »
Hello All,
Is there a root path variable in the form {...}?

9
Discussion & Troubleshooting / How to add to the clickstream?
« on: June 03, 2003, 06:23:36 AM »
Hello All,
I've created some of my own pages, but I was wondering how I would go about adding them to the clickstream?

For example, I created a FAQ's page, so on that page I would want the clickstream to say:
Home / FAQ

Thanks!

10
Hello All,
Is there any easy, inherent way to set the <title>'s for pages?
Right now in my header.html, I'm just grabbing the basename($url), then doing a bunch of if/elses and setting the title, but I was wondering if there was another way.
Thanks!

11
Hello All,
Can anybody tell me where the {url...} variables are set?
I'd like to add something like the third line:

Quote

&raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />
&raquo; <a href="{url_register}">{lang_register}</a><br />

Quote
&raquo; <a href="{url_faq}">{lang_faq}</a></td>


(This was in user_loginform.html by the way)

Thanks!

12
Hello All,
I have a request for a mod.
It would be cool to be able to display a toplist of search keywords.

I actually want this for more internal usages so I can figure out what my users are searching for.

EDIT: This has been turned into an official mod located here:
http://www.4homepages.de/forum/viewtopic.php?t=6033


Thanks

13
Hello All,
I searched around, but couldn't find another thread on this.

How can I change it so that my ratings go from 1-10?
Thanks

14
Hello All,
I seem to be having some problems trying to create my own page.
For example, I want to create a page, called "contact" that will be wrapped by the template.

In this particular case, would I just copy one of the .html files, replace the "body" with what I need, then copy a .php file, and simply do a PHP include?

I'm not sure exactly what would need to be in the .php file since all the other php files (which I'm using for examples) have a ton of code in them.

Any help would be greatly appreciated.

15
Hello All,
I have a php include file that is used for adding my own links to the nav bar.
Say inside home.html, I have this:
<?php include("4gmenu.php"); ?>

4gmenu.php contains, among other things, some of the formatting from the original script, namely {template_url}
Now that is not getting "parsed" inside of 4gmenu.php

What would I need to do to get the {...} stuff to parse inside of a php include file?

Thanks

Pages: [1] 2