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 - crappytheclown

Pages: [1] 2
1
thank you for the links ... while searching I didn't come across these posts

2
Mods & Plugins (Requests & Discussions) / Making my own {} tags... how??
« on: January 26, 2006, 05:47:12 PM »
I want to make a {} tag to put in my main template files.  I want to put links and html of affliates into the variable that will be used in the {} tag... like {affliates} and just post that in my home.html, categories.html, etc.  From other posts I figured out that for each template page I want the {affliates} in, I have to go to the php counterpart of that page (index.php, categories.php).  From there I figured out that you shouldn't put html in those php pages, but itd be easier to put it in functions and just call up the function the index.php, categories.php files.  I'm having trouble doing all this because I have clue about php.  Can someone suggest how to do it??

3
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: January 26, 2006, 04:04:14 AM »
i want to make that td from 135 pixels wide to about 200 pixels or if that cannot be done, at least change the font to a smaller font because the problem is that the forum is very lenghty when the descriptions are included under the forum titles, and I just want it to be shorter overall on the page.

4
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: January 26, 2006, 01:08:39 AM »
well im not sure which td it is because then id no how to edit it but ill sned you a scrnshot of the td im talking about in the forum.

http://www.crappytheclown.roxr.com/images1/scrn2.JPG

5
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: January 25, 2006, 10:39:46 PM »
how do i widen the td where the forum name and desc are???  Or to widen the overall width of the forum table?  Ive been looking all over and editting showboard.php and board .php all day and i can't figure it out. 

My forum is here http://www.crappytheclown.roxr.com/board.php

6
ahhh!!!! halejulia!!!!! it works!!!thank you..!!!!!

7
i applied these codes and made the functions.php code look lik so
Code: [Select]
$cat_id_sql = (($cat_id_sql) ? "," : "")."9,10,11,12,13,14";
i use the random images on my index page as described here= http://www.4homepages.de/forum/index.php?topic=4259.0

When i refresh my home page a few times, the font images still appear.  Should this new functions code also work for the random images block or is there something more i have to edit?

PS The code for top.php works fine and the code for the random cat image probably works which why I think there is something more I have to edit so no random font images appear on my home page.

I posted the link to the topic and the code is exactly the same as in that topic.. but it still wont work...

8
So, what you are trying to say, that you still see images from categories with ID 10, 11, 12, 13 and 14 ?

Can I see it in action?

yes that is correct... http://www.crappytheclown.roxr.com/   just keep on refreshing until you see an image from Graffiti, Fancy,Simple,Odd, or Brand Name categories.  you will no when you see such images when you see a change in layout (it widens) because the font images are 200px wide while all the other thumbs are 150px wide.
here a screenshot of what I'm talking about http://www.crappytheclown.roxr.com/images1/scrner.JPG

9
nope still doesnt work

Code: [Select]
function get_random_image_cache() {
  global $site_db, $cat_cache, $total_images;

  $random_image_cache = array();
  $cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN");
  $cat_id_sql .= (($cat_id_sql) ? "," : "")."10, 11, 12, 13, 14";


I no it must be frustrating.... this is the first topic Ive seen you have trouble with the coding.  most other topics that i search to find answers to give a straightfoward answer in one post that works.  Im sorry if Im causing you trouble.

10
the code for the random cat image probably works which why I think there is something more I have to edit so no random font images appear on my home page.
Then my guess would be you either added that line above not below or added in a wrong place...make sure its inside get_random_image_cache() function.

Code: [Select]
function get_random_image_cache() {
  global $site_db, $cat_cache, $total_images;

  $random_image_cache = array();
  $cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN");
  $cat_id_sql = (($cat_id_sql) ? "," : "")."9,10,11,12,13,14";

  if (SHOW_RANDOM_CAT_IMAGE) {
    $sql = "SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.ima

11
i applied these codes and made the functions.php code look lik so
Code: [Select]
$cat_id_sql = (($cat_id_sql) ? "," : "")."9,10,11,12,13,14";
i use the random images on my index page as described here= http://www.4homepages.de/forum/index.php?topic=4259.0

When i refresh my home page a few times, the font images still appear.  Should this new functions code also work for the random images block or is there something more i have to edit?

PS The code for top.php works fine and the code for the random cat image probably works which why I think there is something more I have to edit so no random font images appear on my home page.

12
I have 2 categories (and completly diff, fonts and wallpapers http://www.crappytheclown.roxr.com) but on the top images I hate it when the fonts image shows up because its not related to the wallpapers.

Is there a mod or can someone come up with a solution to making the top.php only show images from category.

Another thing I need is how to keep the images from the fonts category from showing up at all in the random images block?

thanks in advance!!

13
This might also be something you're looking for :

http://www.4homepages.de/forum/index.php?topic=8682.msg40823#msg40823

;)

thanks... looks like what i want... never came acroos it and thanks for artpics for pointing out the obvious to me since im not that quick and a lil lazy to go and look in the settings..

EDIT: i just installed that mod that was in the link and with a little editting, ill get it to fit my template

14
http://www.crappytheclown.roxr.com
thats my site and as u can see i have a main cat (wallpapers) on teh left with the sub cats under it.

i have a question
1how do i get the sub cats to form in a list..i found this in the forum by searching but not the rest
2how do i get all the sub cats to appear?
3and this is optional but how do iget the num_images to appear for each sub cat??

im very bad at php but i got some of my problems done by editing category_bit.html but these i jsut cant figure out because id have to edit php in functions.php.  thanks in advance.

15
thanks alot sorry i never noticed that thread but its very helpful

Pages: [1] 2