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

Pages: [1] 2 3
1
I'd appretiate it, thanks tdkpaul  :P

2
Español / Castellano / Re: Integrar los usuarios de Mambo con 4images
« on: October 31, 2006, 02:08:14 AM »
También busco un puente entre joomla y 4images, pero nada... :cry:

3
So... i guess this one never worked  8O

Too bad, i would love to use 4images in a new site with joomla.

4
Mods & Plugins (Requests & Discussions) / Re: Joomla 4images bridge ?
« on: August 15, 2006, 07:43:25 PM »
There are a couple of great SMF-Joomla bridges... would be great to have also an Joomla-4images bridge... that way we wouldn't need an SMF-4images bridge :p

5
:( over a year and i can't find a mod.

6
Discussion & Troubleshooting / Re: HTML in description doesn't work
« on: April 14, 2006, 06:23:59 AM »
:( yeah, in 1.7.2 html can't be parsed in description, i have some codes and they show the whole code.

7
I guess you can edit thumbnail_bit template and get rid of that "new" message

8
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: March 20, 2006, 03:39:54 AM »
in fresh 1.7.2 this mod works fine
really? Oo

maybe i changed something, i guess i'll have to try once again, thanks ><

9
Is it possible to call the new images table to an external file?
Or maybe random images from 4images?

Not only one, i found that script already :p

11
OH, i'd love to see this also  :D

12
Oh, i added this to 1.7.2, seems to work fine.

Code: [Select]
$new_cutoff = time() - 60 * 60 * 24 * $config['new_cutoff'];
$num_new_images = $config['image_cells'];
$sql = "SELECT IF(i.image_date >= $new_cutoff,RAND()+1,1) as random_no, i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits".$additional_sql.", c.cat_name".get_user_table_field(", u.", "user_name")."
        FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)
        LEFT JOIN ".USERS_TABLE." u ON (".get_user_table_field("u.", "user_id")." = i.user_id)
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (".get_auth_cat_sql("auth_viewcat", "NOTIN").")
        ORDER BY random_no DESC, RAND(), i.image_date DESC
        LIMIT $num_new_images";

13
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: March 16, 2006, 01:50:00 AM »
u.u can't make it work in 1.7.2

14
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: March 16, 2006, 01:19:06 AM »
 8O so confused now... i guess i'll have to read everything.

15
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: March 14, 2006, 03:00:45 AM »
:( not working in 1.7.2

Pages: [1] 2 3