Search found 155 matches

by doktornotor
01 Dec 2011, 09:06
Forum: Top Stats
Topic: Exclude forums from Recent Active
Replies: 17
Views: 6229

Exclude forums from Recent Active

Stoker wrote:Could be: AND t.forum_id <> 11 AND t.forum_id <> 18
Or maybe something like:

Code: Select all

$recent_forums_excluded = array(1,2,3,4,5);

...

AND !in_array($data['t.forum_id'], $recent_forums_excluded)
by doktornotor
27 Nov 2011, 13:04
Forum: Forum Goal
Topic: CA_BLACK EDITS
Replies: 8
Views: 2732

CA_BLACK EDITS

Blackwolf wrote:
doktornotor wrote:For this prosilver-based styles CSS mess
and that means what?
I simply mean that I do not find splitting information into a zillion of CSS files based on some fuzzy criteria (like these prosilver-based styles do) useful nor productive way of HTML coding.
by doktornotor
27 Nov 2011, 12:15
Forum: Forum Goal
Topic: CA_BLACK EDITS
Replies: 8
Views: 2732

CA_BLACK EDITS

Wrong file. For this prosilver-based styles CSS mess, you need to look elsewhere, most likely content.css

P.S. Please, use the [code] tag to paste code into posts.
by doktornotor
27 Nov 2011, 11:54
Forum: Forum Goal
Topic: CA_BLACK EDITS
Replies: 8
Views: 2732

CA_BLACK EDITS

Well, I mean, e.g. <ul class="topiclist forums"> - the topiclist and forums inside the class attribute should match what the CA_Black style is generally using for these elements. See the CSS files supplied with that style and the relevant html templates - if you cannot find a reference to ...
by doktornotor
27 Nov 2011, 11:29
Forum: Forum Goal
Topic: CA_BLACK EDITS
Replies: 8
Views: 2732

CA_BLACK EDITS

Blackwolf wrote:Please can you supply the edited forum_goal_body for ca_black? Please :D
This does not use any special colors, simply use the appropriate classes for your theme for the divs/tables.
by doktornotor
25 Nov 2011, 21:14
Forum: Forum Goal
Topic: [contrib] subsilver2 template
Replies: 2
Views: 1972

[contrib] subsilver2 template

See attachment... :)
by doktornotor
25 Nov 2011, 16:02
Forum: Site Announcements
Topic: Big Crash!
Replies: 16
Views: 12621

Big Crash!

martin123456 wrote:Good idea me thinks wonder whats new or fixed in the 1.0.3 version dont see no info on the updated version
Hooks system - no more file edits... It is there but misplaced in the change tags.
by doktornotor
25 Nov 2011, 10:06
Forum: Top Stats
Topic: [ADDON] Forum images in recent active topics
Replies: 46
Views: 31780

[ADDON] Forum images in recent active topics

Can we reduce the size of the original forum image, and how? Thanks Sure. If all you need is a hardcoded size, then In recent_active_body.html , find: <!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF --> and replace with...
by doktornotor
23 Nov 2011, 20:59
Forum: Welcome On Index
Topic: [Snippet] Add (clickable) banned users, post and topic stats
Replies: 2
Views: 4963

Re: [Snippet] Add (clickable) banned users, post and topic s

So what is the difference what state in the install.xml from Ban list MOD and your edits ? Greets Terr0r Eh? This is for Welcome on Index mod. The edits in Ban list MOD are for vanilla index_body.html . (And frankly those edits are so horribly generic that they will match whatever happens with {NEW...
by doktornotor
23 Nov 2011, 20:52
Forum: Paypal Donation Mod
Topic: Donate procent problem
Replies: 3
Views: 2133

Donate procent problem

What is wrong with that? Now you know exactly how much is still remaining! :lol:

Seriously, looks like the $donation_goal_number could do with some rounding/decimal places limiting as suggested above. :)