Sure it works in 2.0 too. Here on site works....[or I don't understand what are you asking for].
When creating a new block just select if you want or not to show the logos in block. Simple.
Aikon Site Admin
Joined:
Posts: 847
Location: 21º57´E - 47º03´N
Friday 14 April, 2006 16:22
Posted: Friday 14 April, 2006 18:05
Maybe I am missing somthing in my block, I cant post my block here.
Any chance you could put a block in the downloads section that just shows a list of feeds from 1 category
Hinkstar
Joined: Dec 17, 2005
Posts: 91
Friday 14 April, 2006 18:05
Posted: Friday 14 April, 2006 19:56
Marquee or scroll blocks doesn't exist.
The coresponding files for that kind of blocks are created dinamically when you create a block in [MH Blocks administration panel], that's why you have to CHMOD to 777 of /blocks folder].
If you have created a block it will look something like this block-Multiheadlines-1.php [block-Multiheadlines-2.php, block-Multiheadlines-3.php] into blocks folder.
So delete all the MH blocks [created by you into this new version] who doesn't please you and make another [delete them from MH Blocks Management Panel].
Aikon Site Admin
Joined:
Posts: 847
Location: 21º57´E - 47º03´N
Friday 14 April, 2006 19:56
Posted: Friday 14 April, 2006 21:02
Cool
Hinkstar
Joined: Dec 17, 2005
Posts: 91
Friday 14 April, 2006 21:02
Posted: Friday 14 April, 2006 21:15
But don't forget after you created the blocks CHMOD back to previous permision for /blocks folder.
Aikon Site Admin
Joined:
Posts: 847
Location: 21º57´E - 47º03´N
Friday 14 April, 2006 21:15
Posted: Sunday 23 April, 2006 20:39
We were getting the same issue with logo's not showing in Marquee blocks only in Scrolling blocks.
Changed the following line to match the scrolling block query,
From:
Code:
$image = $db->sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_urls WHERE urls_site='".$row["news_site"]."'"));
to:
Code:
$image = $db->sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_urls WHERE urls_id='".$row["news_site"]."'"));
fallenclient
Joined: Apr 23, 2006
Posts: 1
Sunday 23 April, 2006 20:39
Posted: Sunday 23 April, 2006 23:49
Quote:
We were getting the same issue with logo's not showing in Marquee blocks only in Scrolling blocks.
Because you were using a block designed for MH 1.0 in MH 2.0.
In MH 2.0 there isn't such a problem.
Aikon Site Admin
Joined:
Posts: 847
Location: 21º57´E - 47º03´N
Sunday 23 April, 2006 23:49
Posted: Thursday 23 August, 2007 19:50
I had a similar problem... perhaps my problem is that I also was using a version 1 block with version 2 module. (If so, perhaps you can direct me to where the version 2 scrolling and marquee blocks can be downloaded from.) In any case, I was able to fix it with a slight change in the block...
Code:
//$image = $db->sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_urls WHERE urls_site='".$row["news_site"]."'"));
//changed urls_site to urls_categ
$image = $db->sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_urls WHERE urls_categ='".$row["news_site"]."'"));
not sure how kosher my change was, but it is working for me for now.
aikon rox. this website rox. thanks
hexC0DE
Joined: Aug 23, 2007
Posts: 5
Location: California
Thursday 23 August, 2007 19:50
Posted: Thursday 23 August, 2007 21:08
From nowhere.
You can build your own blocks marquee or scroll[unlimited] within Mh admin panel->Multiheadlines Block Management.
Aikon wrote:
Marquee or scroll blocks doesn't exist.
The coresponding files for that kind of blocks are created dinamically when you create a block in [MH Blocks administration panel], that's why you have to CHMOD to 777 of /blocks folder].
If you have created a block it will look something like this block-Multiheadlines-1.php [block-Multiheadlines-2.php, block-Multiheadlines-3.php] into blocks folder.
So delete all the MH blocks [created by you into this new version] who doesn't please you and make another [delete them from MH Blocks Management Panel].
i spoke too soon... sorry. the above change only partially worked. guess i have more investigating to do. OH, Wait... Nevermind! i see your reply now... Thanks! i'll try that then instead. thanks for the quick reply. that makes sense. later =)
hexC0DE
Joined: Aug 23, 2007
Posts: 5
Location: California
Thursday 23 August, 2007 23:06
Posted: Thursday 23 August, 2007 23:15
I used the tools you provided in the module to create those blocks... freakin awesome!! your code is so thorough and user-friendly. i love it. sorry for the noob questions. (i should have read a bit more before i wasted your time. sorry.)
thanks again. i'm very impressed with your code.
late
hexC0DE
Joined: Aug 23, 2007
Posts: 5
Location: California
The time now is Thursday 17 May, 2012 19:14 | All times are GMT + 2 Hours
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum