The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
calendar event views
this mod would add a simple "event viewed 'x' number of times" when viewing a calendar event.
i was wondering if someone has already modified their board with this, or someone is willing to create the mod? |
#2
|
||||
|
||||
it's pretty easy to do. just add a column called hits to keep track on number of event views.
Query: Code:
ALTER TABLE event ADD hits INT(7) NOT NULL; FIND: PHP Code:
PHP Code:
well, if you wish to post it as a hack release, few free to. |
#3
|
|||
|
|||
this has stopped working for vB 3.5.4 - and i can't figure out how to make it work.
i've tried all of the following: $event $eventid $eventinfo['eventid'] $event['eventid'] $vbulletin->GPC['eventid'] but none of them want to output the event's ID. can someone please help me out |
#4
|
|||
|
|||
okay, this has been updated for 3.5.4, and should work with 3.5.5
it should even work with 3.6 the link to the mod is https://vborg.vbsupport.ru/showthread.php?p=1067471 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|