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

Pages: [1]
1
thanks for the update,
I have installed the sitemap mod as it is a nice addition. I have looked at the sitemap.php code and believe it maybe possible to strip it down to produce what i want.

What i need is a one time piece of html that will be dumped into a post, in this code is needed just one subcategory name and its information (number of images and description), as well as the url to a couple of its pictures(random or the first 2 in category). I know this html would be made by a template file, but i dont know how to edit the sitemap.php code to drive the template. Could anybody help me?

2
Mods & Plugins (Requests & Discussions) / 2 Subcategory image for mod
« on: August 05, 2005, 01:57:20 AM »
I am trying to write a mod that inputs certain infromation about new subcategories (each new subcategory is a new night out) into a phpbb post. I have based the 4images part on a modified category_bit.html and would like 2 different photos be displayed as shown below:



The code i have at the moment is:

Code: [Select]
<img src="{template_url}/images/folder.gif" width="20" height="13" alt="">&nbsp;&nbsp;
<A class="maincat" href="{cat_url}">{cat_name}</A>&nbsp;({num_images})
{if cat_is_new}<SUP class="new">{lang_new}</SUP>{endif cat_is_new}</P>
<P>
<TABLE id="Table1" cellSpacing="1" cellPadding="1" border="0">
<TR>
<TD>{if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="1"></a>{endif
random_cat_image_file}</TD>
<TD>{if cat_description}<span class="smalltext">{cat_description}{endif cat_description}</span></TD>
</TR>
<TR>
<TD>{if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="1"></a>{endif
random_cat_image_file}</TD>
<TD></TD>
</TR>
</TABLE></P>

I ideally would like random images however ive had problems loading these from subcategories using the random_cat_image_file as no image is displayed (is not a constants problem as works on main categories). Two different images would also be good, using the ran cat image twice obviously loads same image 2 times. Even after reading the forums I cannot find a way of doing what i need as i am no expert coder!, can anybody help me?? thanks,

ps)If random images will not work, the first and second images in the subcategory would also be good.

3
I have 4images and Phpbb integrated as well as they goin to get, my request is for a mod that:

    * Creates a post in phpbb
    * In that post the category name and description is shown
    * A couple of thumbnails are displayed(preferably any with comments)

The script will only be able to be ran once the new category is populated, possibily automatically once a preset number of images are in the category. I know this is a large mod, however i think its a good idea and hope other people do too!
thanks, soasuk
(post moved from own topic by admin request)

4
Mods & Plugins (Requests & Discussions) / Re: 4images blog
« on: July 13, 2005, 03:28:22 AM »
hello,
i am currently using b2evolution to produce a blog for my homepage, ive edited the template for the blog to include a random image from the 4images gallery with each post. The way ive done this is quick and dirty using an iframe linking to a random.html in the gallery folder. See it working at www.soasuk.com, hope this helps
soasuk

5
I have the gallery page in a frame, when a link to the forum is accessed the forum also loads in the same frame. This leaves a title frame above it that i do not want to be seen in the forum. Is there anyway to break the forum links out of the frame ie,

Code: [Select]
target="_parent"
The problem can be seen at www.soasuk.com

thanks, soasuk

6
V@no, i know my question is not entirely related to this topic, however the issue only arises when calling from your mod, because of this i thought you may be able to help?

7
The mod fully works for me, with the exception of the automatic annotate feature, any ideas would be welcomed.
thanks, soasuk

Code: [Select]
Warning: imagesx(): supplied argument is not a valid Image resource in /home/soasukd/public_html/gallery/includes/annotate.php on line 176

Warning: imagesy(): supplied argument is not a valid Image resource in /home/soasukd/public_html/gallery/includes/annotate.php on line 177

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/soasukd/public_html/gallery/includes/annotate.php on line 184

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in /home/soasukd/public_html/gallery/includes/annotate.php on line 185

Warning: imagecopymerge(): supplied argument is not a valid Image resource in /home/soasukd/public_html/gallery/includes/annotate.php on line 186
Working on data/media/6/greasyoly_foss.jpg file:
Added annotation in data/media/6/greasyoly_foss.jpg file.
Created thumbnail.

8
Hi I use a Mod for check new images made by V@no call check for new images(i guess) and I get an error when y check the option of the wattermark I get this error

Hi all, i am also trying to use V@no's new image check and am getting the same errors, i noticed in the features for the image check annotate v2 was supported, after looking around the site i can find no other referance to v2. can anyone help?
thanks, soasuk

Pages: [1]