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

Pages: 1 ... 3 4 5 6 [7] 8 9 10 11 ... 41
91
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: August 25, 2006, 10:33:53 PM »
i like this but , i'm looking for it:

=> Not limited by time , but yes by number of pic's
=> Normal users 10 pic's
=> admin 25 pic's

how make it , without time limites ??

92
i've installed a mod before for i lost it, and i can't find it !!

how can i (or find) it ??? show the last 5 or 20 registred users at my site ??  :|

93
what you're exactly wanting and what ill it do ?

94
i've installed and unistalled !! Since i've change to dreamboard (and added few stuff)  :mrgreen:

95
i've this code:

Code: [Select]
$userpic_img = ($config['userpic'] && @file_exists(ROOT_PATH."data/userpic/".$row['userpic']) && $user_info['user_level'] >= USER) ? "<a href=\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&amp;".URL_USER_ID."=".$row['user_id']."&user_name=".$row['user_name'])."\"><img src=\"".ROOT_PATH."data/userpic/".$row['userpic']."\" width=\"".$config['userpic_width']."\" height=\"".$config['userpic_height']."\" border=\"0\"></a>" : $lang['no_random_userpic'];
how make show userpics with username as " alt="USERNAME" " ???

96
I'm sure that is because phpbb integration because after install last user mod it didn't work . Then I uninstalled phpbb mod and last user works to 1.7.3 version!! Please.. b.o.f.a.n , is there any solution for my problem??? I don´t want to delete my users and comments... -.- There is a lot of mods than i can´t use with phpbb integration : avatars, userpic...  :evil: i want to uninstall phpbb integration and forget all the problems!  :cry:

and when you only use the 4images 1.73?

I installed another gallery with only 4images 1.7.3 and last users works fine.. then i know that my problem is because phpbb integration.. the problem with last user mod was the same that userguestbook ; I don´t see the comments or users of your two mods.. i haven´t installed this mod in my new gallery that it is for testing. but i think that it is because phpbb integration.. my problem is in settings.php or constants.php than i attached here yesterday.

has stoleti test the new version in his gallery?? I had this problem with the last version too.. so i think that it´s because phpbb integration...

PD: Anyone knows how to save my users from phpbb to 4images gallery after uninstalled phpbb integration??

Actually i still with 1.7.1 (more bug fixes) :) , and both mods works fine , less the v.1.0.2 of guestbook (thats why i still using the first version) !!

97
Honestly the phpbb integration, must be the most huge issue at 4images !!  :|

But i dont think the problem is the phpbb integration, because i've test without that and this do the same, so i've opted by use the first version :) , its wroking better  :mrgreen:, just require a lil more of php knowledge ...

i ve test it on 1.73! THAT WORKS! but i will look, what i can say false

Actually i'm using at 1.7.1 and Guestbook version1.0.0 :)

ok that could be... but why version 1.0.0 and not 1.0.2? curious  :lol:

For a few reasons !!!

the first one is i've made added few stuff at code (additional fields and bbcode) and its working fine :) , the second one the last version didn't show the comments (same problem of ccsakuweb  , i guess) !!! :)

thats why i still with first one, and updating manually :)

98
Honestly the phpbb integration, must be the most huge issue at 4images !!  :|

But i dont think the problem is the phpbb integration, because i've test without that and this do the same, so i've opted by use the first version :) , its wroking better  :mrgreen:, just require a lil more of php knowledge ...

i ve test it on 1.73! THAT WORKS! but i will look, what i can say false

Actually i'm using at 1.7.1 and Guestbook version1.0.0 :)

99
Honestly the phpbb integration, must be the most huge issue at 4images !!  :|

But i dont think the problem is the phpbb integration, because i've test without that and this do the same, so i've opted by use the first version :) , its wroking better  :mrgreen:, just require a lil more of php knowledge ...

100
Discussion & Troubleshooting / help to fix Top 10 by gender at index.php
« on: August 23, 2006, 10:12:24 PM »
hi

I'm trying add at my index.php page a top 10 users by gender, but this isn't working giving a eval(), error....

here the code:

Code: [Select]
<?
include "config.php";
$profile_img = '<img src="http://www.site.com/templates/default/images/profile.gif" border="0" align="absmiddle" alt="Member profile">';
$pm_img = '<img src="http://www.site.com/templates/default/images/pm.gif" border="0" align="absmiddle" alt="Private message">';
$db = mysql_connect("$db_host", "$db_user", "$db_password") or die ("Error");
@mysql_select_db("$db_name", $db) or die ("DB not found");
$result = mysql_query("SELECT profile_hits, user_name,user_gender, user_id FROM 4images_users ORDER BY profile_hits WHERE user_level >= '".GUEST."' AND user_gender = 'male'  DESC LIMIT 10");
while ($row = mysql_fetch_array($result)) {
echo
"<a href=http://www.blacktragedies.com/private_message.php?action=new&user_id=".$row['user_id'].">".$pm_img."</a>
<a href=http://www.blacktragedies.com/member.php?action=mailform&user_id=".$row['user_id'].">".$mail_img."</a>
<a href=http://www.blacktragedies.com/member.php?action=showprofile&user_id=".$row['user_id'].">".$row['user_name']."</a><br/>";
}
?>

I'm trying added this at my home.html , what is wrong , or how fix it ??

101
How make show in User Box a link like

www.site.com/gb.php?action=new&id=1  , 2,3,4...

 :oops:

102
i'm at few community websites using guestbooks (like it) and they've some stuff like:

=> Make Private (make visible only for post owner and the receiver) as option
=> Make rating bar together with comment  :mrgreen:

Just ideia :)

No. 1  i dont understand!
No. 2 it's a good idea!

A comment Headline? I will add this... next time. one week... or shorter... :)

Thanks :)

Make private option its usually used at sites or maybe people who dont like the pms ("system") and prefer only use the guestbooks making public or private :)

But just a ideia, i also agree the rating bar its a better ideia for it  :mrgreen:

103
we can also show with userpic ??  :P

104
I need help to added , a comment headline !?  :(

my php page attached

105
i'm at few community websites using guestbooks (like it) and they've some stuff like:

=> Make Private (make visible only for post owner and the receiver) as option
=> Make rating bar together with comment  :mrgreen:

Just ideia :)

Pages: 1 ... 3 4 5 6 [7] 8 9 10 11 ... 41