one50mktgsays
What is the license for this script? Can I build multiple scripts with one purchase or will I need to purchase script for each site?
one50mktgsays
What is the license for this script? Can I build multiple scripts with one purchase or will I need to purchase script for each site?
The license is the same as every other script for sale on TF / CC:
If you buy the regular license, you can only use it on one site, unless you buy a license for each site you use it on.
Again, same as everyone else on here.
bravolsays
I have a couple of questions.
sample url: http://www.joomlanews.im//joomla-resources
There are 5 feeds on this page; how can I make sure that the 2nd row clears the top row before being displayed?
As it is now, the 4th feed is under the 3rd feed and the 5th feed ends up in the first column but in the third row. :/
Also, how can I have the topic headlines on the front page link to their individual topic pages (the same url’s as the top menu has)?
sample front page: http://www.joomlanews.im/
The header for Joomla Extensions Directory – have that text link to http://www.joomlanews.im/joomla-extensions-directory (same as the top menu)
For your first question, you have to add a fixed height to the divs, so in style.css look for div.feed and add a height of 320px.
Regarding your second question, you’d have to actually modify the code to include the link, so for example in index.php, add this line to line 77:
$topic = "<a href='".make_category_url($id)."'>{$topic}</a>";
bravolsays
Hi there, thank you for getting back to me.
The css fix worked like a charm but I must have a different version than you because adding the $topic code to line 77 to index does not work.
My line 77 says:
if( !empty($seoname) || isset($_REQUEST['request']) ){
Any ideas?
leszuniosays
Hi, I get the erorrs after installation:
Warning: Invalid argument supplied for foreach() in /usr/www/users/eleven11/projekty/blogieksperckie.pl/includes/common.php on line 143
Warning: Invalid argument supplied for foreach() in /usr/www/users/eleven11/projekty/blogieksperckie.pl/includes/common.php on line 143 ???
I add a category and feeds but nothing help. Can you at my site? http://www.blogieksperckie.pl
Thanks for any help!
Maik55says
hi, freekrai can you modificate this website -can you leave free place for the banners in the right side!?
peoplesmindsays
freekai,
I just bought this and have a few questions.
1) in the .htaccess file I tried to add a 404 error document for the domain I’m putting this script on, but it didn’t work. I then realized (duh!) that the mod_rewrite doesn’t notice 404 URLs and just redirects them. Is there any way to allow 404 (or unidentified query paths) redirect to a special page?
2) On the main page, if you install the script on a domain, the RSS file points to http://www.domain.com/.rss instead of having a name. Is there any way to prevent this, and give it a real name?
Thanks
98comments