![]() |
Quote:
|
Quote:
Quote:
Quote:
|
Quote:
|
Quote:
BUMP |
Quote:
|
:) its cool i have to say that is the best script i've seen! nice work AndrewD:) and barely any queries!!
Thank you so much! |
More features! More features! More features!
Hey big Andy! How about a template that allows mass uploads! :p |
I'm having an Internal Server Error ,with the following message :
Quote:
|
Best I can do on short notice... see attached image.
Code:
<tr> |
Quote:
|
Sounds like a job for Andrew the mighty.
|
i thought i just responded again but guess not...
i turned the local_file_root option from no to yes and i did not get the same error but when I tried uploading an image it still didn't upload and went to a cannot find server page. When i turn local_file_root to yes will i have to link the upload directory differently.....it is not telling me "/upload" (how i have it linked) is wrong |
Quote:
|
Quote:
thank you! |
i figured it |oR|Greg thanks a lot!
|
Quote:
|
v2.2.1 re-uploaded, fix to uploads of mp3 and a small correction to the html where it was not fully xhtml compliant
|
Quote:
Am happy to take a look at your site (although the arabic is a bit difficult for me:)( - if you PM me a username/password with admin privs. |
Quote:
No guarantees, but will add it to the wish list |
hey AndrewD, :)
I just moved to a new host, but because of the differences, i will have to do a new install, as LDM refused to work when I just copied over the database. It's now php 5.1.4 , so if you haven't been able to test with php5, be happy to let you in, as it's not gonna be open for a while. |
Quote:
|
cool, just wondered. I will keep a list if I get any errors. I will install and then start manually adding the database then...
*** crosses fingers and toes *** |
Quote:
|
Quote:
So on my board, you can have 10 attachments per post, and upload 5 at a time. Same for LDM. How you do it of course is your choice, but I was thinking you could also set a different variable per usergroup for the upload limits, ya know like 1 group can upload 10mb's per user total, another can do 2mb, admins can be set to 0 meaning no limit, etc. The reason for all of this, in combination with a new template, you've now got a gallery/garage. |
Quote:
|
questiion for zip extension the little zip logo shows
how can i do the same for rar? |
Add a .gif file called rar.gif to the same directory the zip.gif is in.
|
I've been working more and more with the software and am just getting more impressed; you've done a good job of keeping everything sorted out so that even a novice hacker like me can alter things to suit my needs.
I have some mods I'm working on figuring out right now... one is something my coadmin ccoa already posted here, the ability to sort files by submitter. The others include a top contributors listing based not on #files submitted but on a little bit more complicated equation. That'll tie into some other aspects of my site, like the Badges system I have implemented that show minor accolates in a user's postbit, so the top submitter will have a little icon that says "#1 file contributor" in their name. Anyway. If I complete these, shall I post them here for interest's sake? For those interested, my site is www.rmxp.org |
Sounds like a whole lotta extra queries, no?
|
Quote:
|
I saw your site, but not the new style... no love?
|
Quote:
look http://www.dancehallareaz.com/forum/...ks.php?catid=6 http://www.dancehallareaz.com/forum/...ks.php?catid=5 :) |
How can i prevent access to certain usergroup example if they click on the link they see an error page?
Thanks |
can_access_link setting under permissions
I set mine to go to the register page. Set that with protected_link under settings. |
But i dont want them to be able to see it at all! you understand what i mean?
|
Well, you have to set the categories to a forum that they cannot see then. For example a regular user cannot see the LIMMAC Downloads section on my site, but LIMMAC Members can, because the category is set for a protected forum that the LIMMAC Members only can access, hence the category is not visible in LDM.
|
You could also wrap your template(s) with an IF statement, and filter usergroups that way. Doing so will result in a member seeing like.. a category has 10 things, but when they look in it, they only see 5 things cause the other 5 are hidden from the usergroup. This way gets more granular results because they might be able to see the category, but not the item.
|
Wrap your template with this from before the <table> and right after the </table>:
Replace what usergroups you want to allow with the numbers. Code:
<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)"> Code:
<tr> |
Nice thanks lemme try
and how would i wrap up an error message like <if condition="is_member_of($bbuserinfo, 5,6,7,9,10)"> else error message </if> |
Quote:
Do you want the existence of the private entries to be visible to the restricted usergroups or not? If not, when would this error message be triggered? You can easily make a category visible to everyone but only have certain of its entries visible You can also easily make the category and all its entries visible but trigger an error message when a user tries to access those which are resticted. or You can make the category itself invisible to general users. |
All times are GMT. The time now is 02:32 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|