1
SERB-4-LIFE
Re: Each theme to have different template sets

Thanks a lot, i'll try that out later.



2
SERB-4-LIFE
Each theme to have different template sets

Hello,

I was just thinking and I looked around on the forum but couldn't find anything about this.

Is it actually possible to have a template set for each theme?

If it is possible how do I do that?

Thanks



3
SERB-4-LIFE
Re: How do I translate the days of the week and the months?

Hey man,

Thanks for the reply I am reading the thread now to see if I can find a solution to my problem.

Thanks.



4
SERB-4-LIFE
How do I translate the days of the week and the months?

Hello,

I've set the date to be displayed like this "Sunday, 29. October 2006. 22:52" in my news module. The thing is i want it to be translated to Serbian.

I have translated the language file calendar.php but it doesn't chage anything.

I've red some of the posts on the forum but I couldn't find anything to help me change this.

Can someone tell me how to do this please?

Thanks.



5
SERB-4-LIFE
Re: News module 1.44 - Displaying attached images.

Hey man,

I wasn't the one who coded everything, but i will ask my frend who did it for me and we may then release the module, or do you just need the code for the block.

He changed the index.php from the news module completely and he edited the recent news block with the spotlight feature turned on and then i used the spotlight module to display the last 10 articles.



6
SERB-4-LIFE
Re: News module 1.44 - Displaying attached images.

Yeh thats what i needed but its to late now i had to code it all. You can see it here, www.srbijacafe.org, thats my website. This is how it works, when u add news you upload a picture it shows the picture on the first page of the site and the size is 70x60 when you go into the news page it shows the picture with the size of 110x110px and once you open the article it shows the pictures original size, i think its prety cool.

I dont like the image manager takes to long.



7
SERB-4-LIFE
News module 1.44 - Displaying attached images.

Hello,

I just installed news 1.44 and i saw that its possible to upload an image for each article.
The problem is I wanted the attached image to show next to the article... Because it doesnt show i only get "Attached Files: pic.gif" at the bottom of the article.


Is there a way to display those images?

Thanks
Milos



8
SERB-4-LIFE
Re: Blocking an IP range due to comment spam?

Hey i found another way of banning u people, i edited the mainfile.php here is the code.

It goes before anything in the mainfile.php
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
//  ------------------------------------------------------------------------ //

// BANNING System

$ip getenv("REMOTE_ADDR");

if (
$ip=="85.94.106.7" or $ip=="207.200.116.65" or $ip=="207.200.116.5" or strstr($ip,"83.131.130.")) {  
echo 
"<center><b>@ You @</b></center><br>";
echo 
"<center><b>@ Are banned!! @</b></center>";
exit();
}

// End of banning sistem

if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
    
define("XOOPS_MAINFILE_INCLUDED",1);


$ip=="85.94.106.7" here you type in the ip you want to ban
strstr($ip,"83.131.130.") when you want to ban the ip range.

It works great



9
SERB-4-LIFE
Re: Problems with "$user->getVar()" function

Hey sorry, um thats how it is i just made a mistake when i was typing it.



10
SERB-4-LIFE
Re: Problems with "$user->getVar()" function

He did that for getVar but it doesnt work for setVar.




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

196 user(s) are online (120 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits