781
LazyBadger
Re: Perl script for cloning WF-Channel

Quote:

jegelstaff wrote:
I'm afraid that's the best approach. The fundamental issue I discovered was that two modules can't have the same named search function. So if you look in the xoops_version.php files for all the modules and see two search functions named the same, then that would be a problem, and tell you which modules have the problem.
Thanks, my modules are free from "search problem", thus - I'll continue exploration.
With your hint I wrote this easy and obvious checker, which, maybe can be useful to somebody

[root@bazaar]# grep -R -H "$modversion\['search'\]\['func'\]" .

must be srarted from modules-root, produces something like

./AMS/xoops_version.php:$modversion['search']['func'] = "ams_search";
./news/xoops_version.php:$modversion['search']['func'] = "news_search";
./xoopsfaq/xoops_version.php:$modversion['search']['func'] = "xoopsfaq_search";
./newbb/xoops_version.php:$modversion['search']['func'] = "newbb_search";
./soapbox/xoops_version.php:$modversion['search']['func'] = "sb_search";
./mydownloads/xoops_version.php:$modversion['search']['func'] = "mydownloads_search";
./mylinks/xoops_version.php:$modversion['search']['func'] = "mylinks_search";
./lykos_reviews/xoops_version.php:$modversion['search']['func'] = "lykos_reviews_search";
./myReviews/xoops_version.php:$modversion['search']['func'] = "myReviews_search";
./smartsection/xoops_version.php:$modversion['search']['func'] = "smartsection_search";

which can be reviewed easy



782
LazyBadger
Re: News 1.21 troubles (or my misunderstanding)

I forgot "publish on home". Thanks, fixed and see 5-th news section on news-page



783
LazyBadger
Re: News 1.21 troubles (or my misunderstanding)

Quote:
irmtfan wrote:
do you approve that news?

Yes, it's visible in own category
Quote:
do you set permissions for view that topic in "submit/approve persmissions area?

Yes
Quote:

do you put "publish in home" in that news to "yes"?

Must check it...



784
LazyBadger
Re: News 1.21 troubles (or my misunderstanding)

Quote:

riosoft wrote:
Are you setting publication date?

Yes, news really published



785
LazyBadger
Credits 1.3.5 - empty block

I installed Credits, add dta into some categories, but - block "Site Credits" shown empty.
Anybody have Credits workable?



786
LazyBadger
News 1.21 troubles (or my misunderstanding)

Fresh site (2.0.9.2) with News 1.21

Configuration for News

10 news on main page
"Theme" view for main page
11 Categories
5 Categories with published news
2-Columns View of main News page (tried 3-columns without effect, hate to think about single-column view)

Problem
I have only 4 news on main page, thus - some categories are missing on main page (currently 1, but will be more)

That I done wrong and where?!

Ups... Forgot to mention - site ishttp://xoops-modules.jungles.net.ru/ (akahttp://modules.xoops2.ru) and I can give module's admin's rights to whom, who can be interested



787
LazyBadger
Re: Headlines Module Question (yes, more)

Quote:

irocc wrote:
What am I doing wrong?

Use core "Headlines" .
Seriously, I strongly recommend to all - use fresh XHLD (2.82 for today AFAIK) - it "eats" all feeds, which I tried without any glitch



788
LazyBadger
Re: having "words more" not "bytes more" in news items

Quote:

Mithrandir wrote:
Quite possibly, you have line breaks and similar to break words, which is not counted in that simple counter.

(being knocked by forehead into the monitor) Call me "big stupid", I must to think about it without additional hints. Thanks for hints and code, I can live with it "not a perfect" calculation



789
LazyBadger
Re: having "words more" not "bytes more" in news items

Quote:

Mithrandir wrote:
Ok, take a step back and look at what you are doing, will ya?

Well, name me "idiot", but (it's not complain, but I try to find answer), why calculated word's count differ from real count? It's smaller for a small number
Counted - 26, real - 28
Counted - 99, real - 108

Not a problem at all, I'm only have interest why... according to code - there must be identical digits

Just to note: I use both corrected strings



790
LazyBadger
Re: Spotlight Module

Quote:

as i said in the last post what is your problem?

Obvious - missing needed modules New and WF-Sections, according to

"...the Module is not installed on your system..."




TopTop
« 1 ... 76 77 78 (79) 80 81 82 ... 90 »



Login

Who's Online

89 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 89


more...

Donat-O-Meter

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

Latest GitHub Commits